[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Oct 28 18:07:30 CEST 2011


ACTIVITY SUMMARY (2011-10-21 - 2011-10-28) Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message.

Issues counts and deltas: open 3108 (+13) closed 21961 (+34) total 25069 (+47)

Open issues with patches: 1324

Issues opened (33)

#10278: add time.wallclock() method http://bugs.python.org/issue10278 reopened by haypo

#13241: llvm-gcc-4.2 miscompiles Python (XCode 4.1 on Mac OS 10.7) http://bugs.python.org/issue13241 opened by Oleg.Plakhotnyuk

#13244: WebSocket schemes in urllib.parse http://bugs.python.org/issue13244 opened by oberstet

#13245: sched.py kwargs addition and default time functions http://bugs.python.org/issue13245 opened by clach04

#13246: Py_UCS4_strlen and friends needn't be public http://bugs.python.org/issue13246 opened by pitrou

#13247: os.path.abspath returns unicode paths as question marks http://bugs.python.org/issue13247 opened by ubershmekel

#13248: deprecated in 3.2, should be removed in 3.3 http://bugs.python.org/issue13248 opened by flox

#13249: argparse.ArgumentParser() lists arguments in the wrong order http://bugs.python.org/issue13249 opened by roysmith

#13252: new decumulate() function in itertools module http://bugs.python.org/issue13252 opened by carlo.verre

#13253: 2to3 fix_renames renames sys.maxint only in imports http://bugs.python.org/issue13253 opened by ezio.melotti

#13254: maildir.items() broken http://bugs.python.org/issue13254 opened by marco.ghidinelli

#13256: Document and test new socket options http://bugs.python.org/issue13256 opened by haypo

#13257: Move importlib over to PEP 3151 exceptions http://bugs.python.org/issue13257 opened by brett.cannon

#13262: IDLE opens partially hidden http://bugs.python.org/issue13262 opened by Aivar.Annamaa

#13263: Group some os functions in submodules http://bugs.python.org/issue13263 opened by ezio.melotti

#13264: Monkeypatching using metaclass http://bugs.python.org/issue13264 opened by Artem.Tomilov

#13265: IDLE crashes when printing some unprintable characters. http://bugs.python.org/issue13265 opened by maniram.maniram

#13266: Add inspect.unwrap(f) to easily unravel "wrapped" chains http://bugs.python.org/issue13266 opened by ncoghlan

#13271: When -h is used with argparse, default values that fail should http://bugs.python.org/issue13271 opened by Joshua.Chia

#13272: 2to3 fix_renames doesn't rename string.lowercase/uppercase/let http://bugs.python.org/issue13272 opened by ezio.melotti

#13274: heapq pure python version uses islice without guarding for neg http://bugs.python.org/issue13274 opened by Ronny.Pfannschmidt

#13275: Recommend xml.etree for XML processing http://bugs.python.org/issue13275 opened by ash

#13276: distutils bdist_wininst created installer does not run the pos http://bugs.python.org/issue13276 opened by francisco

#13277: tzinfo subclasses information http://bugs.python.org/issue13277 opened by orsenthil

#13279: Add memcmp into unicode_compare for optimizing comparisons http://bugs.python.org/issue13279 opened by RichIsMyName

#13280: argparse should use the new Formatter class http://bugs.python.org/issue13280 opened by poke

#13281: robotparser.RobotFileParser ignores rules preceeded by a blank http://bugs.python.org/issue13281 opened by bernie9998

#13282: the table of contents in epub file is too long http://bugs.python.org/issue13282 opened by wrobell

#13283: removal of two unused variable in locale.py http://bugs.python.org/issue13283 opened by nicoe

#13284: email.utils.formatdate function does not handle timezones corr http://bugs.python.org/issue13284 opened by burak.arslan

#13285: signal module ignores external signal changes http://bugs.python.org/issue13285 opened by vilya

#13286: PEP 3151 breaks backward compatibility: it should be documente http://bugs.python.org/issue13286 opened by haypo

#13287: urllib.request exposes too many names http://bugs.python.org/issue13287 opened by flox

Most recent 15 issues with no replies (15)

#13283: removal of two unused variable in locale.py http://bugs.python.org/issue13283

#13282: the table of contents in epub file is too long http://bugs.python.org/issue13282

#13277: tzinfo subclasses information http://bugs.python.org/issue13277

#13276: distutils bdist_wininst created installer does not run the pos http://bugs.python.org/issue13276

#13272: 2to3 fix_renames doesn't rename string.lowercase/uppercase/let http://bugs.python.org/issue13272

#13262: IDLE opens partially hidden http://bugs.python.org/issue13262

#13257: Move importlib over to PEP 3151 exceptions http://bugs.python.org/issue13257

#13231: sys.settrace - document 'some other code blocks' for 'call' ev http://bugs.python.org/issue13231

#13229: Add shutil.filter_walk http://bugs.python.org/issue13229

#13217: Missing header dependencies in Makefile http://bugs.python.org/issue13217

#13213: generator.throw() behavior http://bugs.python.org/issue13213

#13204: sys.flags.new crashes http://bugs.python.org/issue13204

#13198: Remove duplicate definition of write_record_file http://bugs.python.org/issue13198

#13191: Typo in argparse documentation http://bugs.python.org/issue13191

#13190: ConfigParser uses wrong newline on Windows http://bugs.python.org/issue13190

Most recent 15 issues waiting for review (15)

#13283: removal of two unused variable in locale.py http://bugs.python.org/issue13283

#13281: robotparser.RobotFileParser ignores rules preceeded by a blank http://bugs.python.org/issue13281

#13279: Add memcmp into unicode_compare for optimizing comparisons http://bugs.python.org/issue13279

#13256: Document and test new socket options http://bugs.python.org/issue13256

#13249: argparse.ArgumentParser() lists arguments in the wrong order http://bugs.python.org/issue13249

#13247: os.path.abspath returns unicode paths as question marks http://bugs.python.org/issue13247

#13245: sched.py kwargs addition and default time functions http://bugs.python.org/issue13245

#13244: WebSocket schemes in urllib.parse http://bugs.python.org/issue13244

#13240: sysconfig gives misleading results for USE_COMPUTED_GOTOS http://bugs.python.org/issue13240

#13238: Add shell command helpers to shutil module http://bugs.python.org/issue13238

#13234: os.listdir breaks with literal paths http://bugs.python.org/issue13234

#13224: Change str(class) to return only the class name http://bugs.python.org/issue13224

#13223: pydoc removes 'self' in HTML for method docstrings with exampl http://bugs.python.org/issue13223

#13218: test_ssl failures on Debian/Ubuntu http://bugs.python.org/issue13218

#13217: Missing header dependencies in Makefile http://bugs.python.org/issue13217

Top 10 most discussed issues (10)

#13244: WebSocket schemes in urllib.parse http://bugs.python.org/issue13244 20 msgs

#13238: Add shell command helpers to shutil module http://bugs.python.org/issue13238 16 msgs

#13241: llvm-gcc-4.2 miscompiles Python (XCode 4.1 on Mac OS 10.7) http://bugs.python.org/issue13241 16 msgs

#13247: os.path.abspath returns unicode paths as question marks http://bugs.python.org/issue13247 16 msgs

#13237: subprocess docs should emphasise convenience functions http://bugs.python.org/issue13237 14 msgs

#13234: os.listdir breaks with literal paths http://bugs.python.org/issue13234 12 msgs

#13218: test_ssl failures on Debian/Ubuntu http://bugs.python.org/issue13218 11 msgs

#13263: Group some os functions in submodules http://bugs.python.org/issue13263 10 msgs

#12394: packaging: generate scripts from callable (dotted paths) http://bugs.python.org/issue12394 8 msgs

#13193: test_packaging and test_distutils failures http://bugs.python.org/issue13193 8 msgs

Issues closed (35)

#6216: Raise Unicode KEEPALIVE_SIZE_LIMIT from 9 to 32? http://bugs.python.org/issue6216 closed by pitrou

#9980: str(float) failure http://bugs.python.org/issue9980 closed by mark.dickinson

#10332: Multiprocessing maxtasksperchild results in hang http://bugs.python.org/issue10332 closed by neologix

#10925: Document pure Python version of integer-to-float correctly-rou http://bugs.python.org/issue10925 closed by mark.dickinson

#11183: Finer-grained exceptions for the ssl module http://bugs.python.org/issue11183 closed by pitrou

#11447: test_pydoc refleak http://bugs.python.org/issue11447 closed by pitrou

#12753: \N{...} neglects formal aliases and named sequences from Unico http://bugs.python.org/issue12753 closed by ezio.melotti

#13016: selectmodule.c: refleak http://bugs.python.org/issue13016 closed by petri.lehtinen

#13017: pyexpat.c: refleak http://bugs.python.org/issue13017 closed by petri.lehtinen

#13018: dictobject.c: refleak http://bugs.python.org/issue13018 closed by petri.lehtinen

#13105: Please elaborate on how 2.x and 3.x are different heads http://bugs.python.org/issue13105 closed by ncoghlan

#13132: distutils sends non-RFC compliant HTTP request http://bugs.python.org/issue13132 closed by eric.araujo

#13141: get rid of old threading API in the examples http://bugs.python.org/issue13141 closed by flox

#13201: Implement comparison operators for range objects http://bugs.python.org/issue13201 closed by mark.dickinson

#13207: os.path.expanduser breaks when using unicode character in the http://bugs.python.org/issue13207 closed by haypo

#13216: Add cp65001 codec http://bugs.python.org/issue13216 closed by haypo

#13226: Expose RTLD_* constants in the posix module http://bugs.python.org/issue13226 closed by haypo

#13228: Add "Quick Start" section to the devguide index http://bugs.python.org/issue13228 closed by ezio.melotti

#13232: Logging: Unicode Error http://bugs.python.org/issue13232 closed by python-dev

#13242: Crash in test_pydoc http://bugs.python.org/issue13242 closed by pitrou

#13243: _Py_identifier should be _Py_IDENTIFER http://bugs.python.org/issue13243 closed by meador.inge

#13250: ctypes: reference leak in POINTER code http://bugs.python.org/issue13250 closed by loewis

#13251: Update string description in datamodel.rst http://bugs.python.org/issue13251 closed by ezio.melotti

#13255: wrong docstrings in array module http://bugs.python.org/issue13255 closed by flox

#13258: replace hasattr(obj, 'call') with callable(obj) http://bugs.python.org/issue13258 closed by python-dev

#13259: bytes not documented http://bugs.python.org/issue13259 closed by python-dev

#13260: distutils and cross-compiling the extensions http://bugs.python.org/issue13260 closed by eric.araujo

#13261: time.clock () has very low resolution on Linux http://bugs.python.org/issue13261 closed by haypo

#13267: Add an option to disable importing orphaned bytecode files http://bugs.python.org/issue13267 closed by ncoghlan

#13268: assert statement violates the documentation http://bugs.python.org/issue13268 closed by python-dev

#13269: Document that "Remote hg repo" accepts remote branches http://bugs.python.org/issue13269 closed by python-dev

#13270: all classes are new style http://bugs.python.org/issue13270 closed by flox

#13273: HTMLParser improperly handling open tags when strict is False http://bugs.python.org/issue13273 closed by ezio.melotti

#13278: Typo in documentation for sched module http://bugs.python.org/issue13278 closed by ezio.melotti

#1548891: shlex (or perhaps cStringIO) and unicode strings http://bugs.python.org/issue1548891 closed by pitrou



More information about the Python-Dev mailing list