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

Python tracker status at bugs.python.org
Fri Sep 27 18:07:42 CEST 2013


ACTIVITY SUMMARY (2013-09-20 - 2013-09-27) 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 4256 (+28) closed 26624 (+22) total 30880 (+50)

Open issues with patches: 1963

Issues opened (44)

#19058: test_sys.test_ioencoding_nonascii() fails with ASCII locale en http://bugs.python.org/issue19058 opened by pitrou

#19060: docs: note that subprocess doesn't replace os.exec* http://bugs.python.org/issue19060 opened by techtonik

#19062: problems with pyshell to get userdir http://bugs.python.org/issue19062 opened by weizhao

#19063: Python 3.3.3 encodes emails containing non-ascii data as 7bit http://bugs.python.org/issue19063 opened by apollo13

#19065: sqlite3 timestamp adapter chokes on timezones http://bugs.python.org/issue19065 opened by acdha

#19066: os.execv fails with spaced names on Windows http://bugs.python.org/issue19066 opened by techtonik

#19067: Built-in range docstrings are not PEP-8 compatible http://bugs.python.org/issue19067 opened by marco.buttu

#19068: Some built-in complex docstrings are not PEP-8 compatible http://bugs.python.org/issue19068 opened by marco.buttu

#19069: Built-in float docstrings are not PEP-8 compatible http://bugs.python.org/issue19069 opened by marco.buttu

#19070: In place operators of weakref.proxy() not returning self. http://bugs.python.org/issue19070 opened by grahamd

#19071: Documentation on what self is for module-level functions is mi http://bugs.python.org/issue19071 opened by grahamd

#19072: classmethod doesn't honour descriptor protocol of wrapped call http://bugs.python.org/issue19072 opened by grahamd

#19073: Inability to specific qualname as a property on a class in http://bugs.python.org/issue19073 opened by grahamd

#19074: Add PySide to GUI FAQ http://bugs.python.org/issue19074 opened by techtonik

#19075: Add sorting algorithm visualization to turtledemo http://bugs.python.org/issue19075 opened by Jason.Yeo

#19076: Pdb.do_break calls error with obsolete file kwarg http://bugs.python.org/issue19076 opened by Michael.Smith

#19077: More robust TemporaryDirectory cleanup http://bugs.python.org/issue19077 opened by serhiy.storchaka

#19078: Allow reversed(memoryview), like memoryview http://bugs.python.org/issue19078 opened by Claudiu.Popa

#19079: chameleon benchmark fails on 3.4 http://bugs.python.org/issue19079 opened by pitrou

#19080: Enrich SyntaxError with additional information http://bugs.python.org/issue19080 opened by alonho

#19081: zipimport behaves badly when the zip file changes while the pr http://bugs.python.org/issue19081 opened by gregory.p.smith

#19082: Lib/xmlrpc/client.py demo code points to the dead server http://bugs.python.org/issue19082 opened by vajrasky

#19083: IDNA prefix should be case insensitive http://bugs.python.org/issue19083 opened by Pepijn.de.Vos

#19084: No way to use TLS-PSK from python ssl http://bugs.python.org/issue19084 opened by karlp

#19085: Add tkinter basic options tests http://bugs.python.org/issue19085 opened by serhiy.storchaka

#19086: Make fsum usable incrementally. http://bugs.python.org/issue19086 opened by oscarbenjamin

#19087: bytearray front-slicing not optimized http://bugs.python.org/issue19087 opened by pitrou

#19088: TypeError with pickle in embedded python3.3 when starting mult http://bugs.python.org/issue19088 opened by Larry.Pete

#19089: Windows: Make Ctrl-D exit key combination cross-platform http://bugs.python.org/issue19089 opened by techtonik

#19091: ast.parse gives wrong position for some Names when non-ascii c http://bugs.python.org/issue19091 opened by Aivar.Annamaa

#19092: ExitStack.exit incorrectly suppresses exceptions in __exit http://bugs.python.org/issue19092 opened by hniksic

#19094: urljoin should raise a TypeError if URL is not a string http://bugs.python.org/issue19094 opened by jason.coombs

#19095: Document SSLSocket.getpeercert always returns None without do_ http://bugs.python.org/issue19095 opened by dsuch

#19096: multiprocessing.Pool._terminate_pool restarts workers during s http://bugs.python.org/issue19096 opened by ecatmur

#19097: bool(cgi.FieldStorage(...)) may be False unexpectedly http://bugs.python.org/issue19097 opened by gvanrossum

#19099: struct.pack fails first time with unicode fmt http://bugs.python.org/issue19099 opened by miwa

#19100: Use backslashreplace in pprint http://bugs.python.org/issue19100 opened by serhiy.storchaka

#19102: Add tests for CLI of the tabnanny module http://bugs.python.org/issue19102 opened by berker.peksag

#19103: Use pprint in displayhook http://bugs.python.org/issue19103 opened by serhiy.storchaka

#19104: pprint produces invalid output for long strings http://bugs.python.org/issue19104 opened by serhiy.storchaka

#19105: pprint doesn't use all width http://bugs.python.org/issue19105 opened by serhiy.storchaka

#19106: Prepare .hgtouch and Tools/hg/hgtouch.py to run on the bots http://bugs.python.org/issue19106 opened by eli.bendersky

#19107: CSV output of benchmark runner tries to write to binary file http://bugs.python.org/issue19107 opened by scoder

#19108: Benchmark runner tries to execute external Python command and http://bugs.python.org/issue19108 opened by scoder

Most recent 15 issues with no replies (15)

#19108: Benchmark runner tries to execute external Python command and http://bugs.python.org/issue19108

#19107: CSV output of benchmark runner tries to write to binary file http://bugs.python.org/issue19107

#19105: pprint doesn't use all width http://bugs.python.org/issue19105

#19102: Add tests for CLI of the tabnanny module http://bugs.python.org/issue19102

#19100: Use backslashreplace in pprint http://bugs.python.org/issue19100

#19099: struct.pack fails first time with unicode fmt http://bugs.python.org/issue19099

#19086: Make fsum usable incrementally. http://bugs.python.org/issue19086

#19085: Add tkinter basic options tests http://bugs.python.org/issue19085

#19080: Enrich SyntaxError with additional information http://bugs.python.org/issue19080

#19076: Pdb.do_break calls error with obsolete file kwarg http://bugs.python.org/issue19076

#19075: Add sorting algorithm visualization to turtledemo http://bugs.python.org/issue19075

#19072: classmethod doesn't honour descriptor protocol of wrapped call http://bugs.python.org/issue19072

#19071: Documentation on what self is for module-level functions is mi http://bugs.python.org/issue19071

#19069: Built-in float docstrings are not PEP-8 compatible http://bugs.python.org/issue19069

#19068: Some built-in complex docstrings are not PEP-8 compatible http://bugs.python.org/issue19068

Most recent 15 issues waiting for review (15)

#19104: pprint produces invalid output for long strings http://bugs.python.org/issue19104

#19103: Use pprint in displayhook http://bugs.python.org/issue19103

#19102: Add tests for CLI of the tabnanny module http://bugs.python.org/issue19102

#19100: Use backslashreplace in pprint http://bugs.python.org/issue19100

#19094: urljoin should raise a TypeError if URL is not a string http://bugs.python.org/issue19094

#19092: ExitStack.exit incorrectly suppresses exceptions in __exit http://bugs.python.org/issue19092

#19087: bytearray front-slicing not optimized http://bugs.python.org/issue19087

#19085: Add tkinter basic options tests http://bugs.python.org/issue19085

#19083: IDNA prefix should be case insensitive http://bugs.python.org/issue19083

#19082: Lib/xmlrpc/client.py demo code points to the dead server http://bugs.python.org/issue19082

#19081: zipimport behaves badly when the zip file changes while the pr http://bugs.python.org/issue19081

#19078: Allow reversed(memoryview), like memoryview http://bugs.python.org/issue19078

#19077: More robust TemporaryDirectory cleanup http://bugs.python.org/issue19077

#19075: Add sorting algorithm visualization to turtledemo http://bugs.python.org/issue19075

#19072: classmethod doesn't honour descriptor protocol of wrapped call http://bugs.python.org/issue19072

Top 10 most discussed issues (10)

#12085: subprocess.Popen.del raises AttributeError if init was http://bugs.python.org/issue12085 11 msgs

#16038: ftplib: unlimited readline() from connection http://bugs.python.org/issue16038 11 msgs

#18990: Return root element from ElementTree.XMLPullParser.close() to http://bugs.python.org/issue18990 11 msgs

#19009: Enhance HTTPResponse.readline() performance http://bugs.python.org/issue19009 10 msgs

#19089: Windows: Make Ctrl-D exit key combination cross-platform http://bugs.python.org/issue19089 10 msgs

#19087: bytearray front-slicing not optimized http://bugs.python.org/issue19087 9 msgs

#11380: Improve reporting of broken stdout pipe during interpreter shu http://bugs.python.org/issue11380 7 msgs

#19021: AttributeError in Popen.del http://bugs.python.org/issue19021 7 msgs

#14983: email.generator should always add newlines after closing bound http://bugs.python.org/issue14983 6 msgs

#19024: Document asterisk (*), splat or star operator http://bugs.python.org/issue19024 6 msgs

Issues closed (22)

#17473: -m is not universally applicable http://bugs.python.org/issue17473 closed by ncoghlan

#17777: Unrecognized string literal escape sequences give SyntaxErrors http://bugs.python.org/issue17777 closed by tim.golden

#18050: embedded interpreter or virtualenv fails with "ImportError: ca http://bugs.python.org/issue18050 closed by serhiy.storchaka

#18626: Make "python -m inspect " meaningful http://bugs.python.org/issue18626 closed by python-dev

#18978: Allow urllib.request.Request subclasses to override method http://bugs.python.org/issue18978 closed by python-dev

#18996: unittest: more helpful truncating long strings http://bugs.python.org/issue18996 closed by serhiy.storchaka

#19025: Deleting attribute of Enum gives misleading error message http://bugs.python.org/issue19025 closed by python-dev

#19028: tkinter.tkapp.merge() fails on non-strings http://bugs.python.org/issue19028 closed by serhiy.storchaka

#19030: inspect.getmembers and inspect.classify_class_attrs mishandle http://bugs.python.org/issue19030 closed by python-dev

#19034: More useful repr for Tcl_Obj http://bugs.python.org/issue19034 closed by serhiy.storchaka

#19043: Remove detailed listing of all versions from LICENSE, Doc/lice http://bugs.python.org/issue19043 closed by python-dev

#19044: getaddrinfo raises near-useless exception http://bugs.python.org/issue19044 closed by neologix

#19047: Assorted weakref docs improvements http://bugs.python.org/issue19047 closed by python-dev

#19049: itertools.tee uses int for indices http://bugs.python.org/issue19049 closed by pitrou

#19054: Descriptors howto http://bugs.python.org/issue19054 closed by rhettinger

#19056: Windows 7, script exec not working without explicit cal of pyt http://bugs.python.org/issue19056 closed by eric.smith

#19059: test_posix failure on OS X snow leopord buildbot http://bugs.python.org/issue19059 closed by ned.deily

#19061: Shelve documentation security warning is not visible http://bugs.python.org/issue19061 closed by python-dev

#19064: can't run py3 benchmarks http://bugs.python.org/issue19064 closed by pitrou

#19093: Spam http://bugs.python.org/issue19093 closed by berker.peksag

#19098: sys.setrecursionlimit(2**30) breaks interactive shell http://bugs.python.org/issue19098 closed by python-dev

#19101: "make touch" broke "x86 Ubuntu Shared 3.x" buildbot http://bugs.python.org/issue19101 closed by benjamin.peterson



More information about the Python-Dev mailing list