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

Python tracker status at bugs.python.org
Fri Dec 26 18:08:11 CET 2014


ACTIVITY SUMMARY (2014-12-19 - 2014-12-26) 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 4691 ( +8) closed 30186 (+18) total 34877 (+26)

Open issues with patches: 2198

Issues opened (17)

#23094: Unpickler failing with PicklingError at frame end on readline http://bugs.python.org/issue23094 opened by CensoredUsername

#23095: asyncio: race condition in IocpProactor.wait_for_handle() http://bugs.python.org/issue23095 opened by haypo

#23096: Implementation-depended pickling floats with protocol 0 http://bugs.python.org/issue23096 opened by serhiy.storchaka

#23097: unittest can unnecessarily modify sys.path (and with the wrong http://bugs.python.org/issue23097 opened by chris.jerdonek

#23098: mknod devices can be >32 bits http://bugs.python.org/issue23098 opened by jcea

#23099: BytesIO and StringIO values unavailable when closed http://bugs.python.org/issue23099 opened by vadmium

#23100: multiprocessing doc organization impedes understanding http://bugs.python.org/issue23100 opened by davin

#23102: distutils: tip-toe around quirks owing to setuptools monkey-pa http://bugs.python.org/issue23102 opened by gmt

#23103: ipaddress should be Flyweight http://bugs.python.org/issue23103 opened by sbromberger

#23104: [Windows x86-64] ctypes: Incorrect function call http://bugs.python.org/issue23104 opened by Андрей.Парамонов

#23105: os.O_SHLOCK and os.O_EXLOCK are not available on Linux http://bugs.python.org/issue23105 opened by Sworddragon

#23106: Remove smalltable from set objects http://bugs.python.org/issue23106 opened by rhettinger

#23107: Tighten-up search loops in sets http://bugs.python.org/issue23107 opened by rhettinger

#23109: French quotes in the documentation are often ungrammatical http://bugs.python.org/issue23109 opened by cpitcla

#23111: ftplib.FTP_TLS's default constructor does not work with TLSv1. http://bugs.python.org/issue23111 opened by varde

#23114: "dist must be a Distribution instance" check fails with setupt http://bugs.python.org/issue23114 opened by scoder

#23115: Backport #22585 -- getentropy for urandom to Python 2.7 http://bugs.python.org/issue23115 opened by alex

Most recent 15 issues with no replies (15)

#23115: Backport #22585 -- getentropy for urandom to Python 2.7 http://bugs.python.org/issue23115

#23114: "dist must be a Distribution instance" check fails with setupt http://bugs.python.org/issue23114

#23111: ftplib.FTP_TLS's default constructor does not work with TLSv1. http://bugs.python.org/issue23111

#23107: Tighten-up search loops in sets http://bugs.python.org/issue23107

#23106: Remove smalltable from set objects http://bugs.python.org/issue23106

#23102: distutils: tip-toe around quirks owing to setuptools monkey-pa http://bugs.python.org/issue23102

#23097: unittest can unnecessarily modify sys.path (and with the wrong http://bugs.python.org/issue23097

#23095: asyncio: race condition in IocpProactor.wait_for_handle() http://bugs.python.org/issue23095

#23086: Add start and stop parameters to the Sequence.index() ABC mixi http://bugs.python.org/issue23086

#23081: Document PySequence_List(o) as equivalent to list(o) http://bugs.python.org/issue23081

#23078: unittest.mock patch autospec doesn't work on staticmethods http://bugs.python.org/issue23078

#23077: PEP 1: Allow Provisional status for PEPs http://bugs.python.org/issue23077

#23075: Mock backport in 2.7 relies on implementation defined behavior http://bugs.python.org/issue23075

#23067: Export readline forced_update_display http://bugs.python.org/issue23067

#23029: test_warnings produces extra output in quiet mode http://bugs.python.org/issue23029

Most recent 15 issues waiting for review (15)

#23115: Backport #22585 -- getentropy for urandom to Python 2.7 http://bugs.python.org/issue23115

#23107: Tighten-up search loops in sets http://bugs.python.org/issue23107

#23106: Remove smalltable from set objects http://bugs.python.org/issue23106

#23103: ipaddress should be Flyweight http://bugs.python.org/issue23103

#23102: distutils: tip-toe around quirks owing to setuptools monkey-pa http://bugs.python.org/issue23102

#23099: BytesIO and StringIO values unavailable when closed http://bugs.python.org/issue23099

#23098: mknod devices can be >32 bits http://bugs.python.org/issue23098

#23094: Unpickler failing with PicklingError at frame end on readline http://bugs.python.org/issue23094

#23089: Update libffi config files http://bugs.python.org/issue23089

#23088: Document that PyUnicode_AsUTF8() returns a null-terminated str http://bugs.python.org/issue23088

#23085: update internal libffi copy to 3.2.1 http://bugs.python.org/issue23085

#23081: Document PySequence_List(o) as equivalent to list(o) http://bugs.python.org/issue23081

#23080: BoundArguments.arguments should be unordered http://bugs.python.org/issue23080

#23075: Mock backport in 2.7 relies on implementation defined behavior http://bugs.python.org/issue23075

#23067: Export readline forced_update_display http://bugs.python.org/issue23067

Top 10 most discussed issues (10)

#23103: ipaddress should be Flyweight http://bugs.python.org/issue23103 17 msgs

#21279: str.translate documentation incomplete http://bugs.python.org/issue21279 8 msgs

#23098: mknod devices can be >32 bits http://bugs.python.org/issue23098 5 msgs

#22896: Don't use PyObject_As*Buffer() functions http://bugs.python.org/issue22896 4 msgs

#23061: Update pep8 to specify explicitly 'module level' imports at to http://bugs.python.org/issue23061 4 msgs

#19548: 'codecs' module docs improvements http://bugs.python.org/issue19548 3 msgs

#22836: Broken "Exception ignored in:" message on exceptions in __repr http://bugs.python.org/issue22836 3 msgs

#22926: asyncio: raise an exception when called from the wrong thread http://bugs.python.org/issue22926 3 msgs

#23043: doctest ignores "from future import print_function" http://bugs.python.org/issue23043 3 msgs

#23094: Unpickler failing with PicklingError at frame end on readline http://bugs.python.org/issue23094 3 msgs

Issues closed (17)

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

#19539: The 'raw_unicode_escape' codec buggy + not appropriate for Pyt http://bugs.python.org/issue19539 closed by zuo

#20069: Add unit test for os.chown http://bugs.python.org/issue20069 closed by r.david.murray

#21793: httplib client/server status refactor http://bugs.python.org/issue21793 closed by serhiy.storchaka

#22585: os.urandom() should use getentropy() of OpenBSD 5.6 http://bugs.python.org/issue22585 closed by haypo

#23040: Better documentation for the urlencode safe parameter http://bugs.python.org/issue23040 closed by r.david.murray

#23071: codecs.all incomplete http://bugs.python.org/issue23071 closed by serhiy.storchaka

#23087: Exec variable not found error http://bugs.python.org/issue23087 closed by terry.reedy

#23090: fix test_doctest relying on refcounting to close files http://bugs.python.org/issue23090 closed by python-dev

#23091: unpacked keyword arguments are not unicode normalized http://bugs.python.org/issue23091 closed by benjamin.peterson

#23092: Python 2.7.9 test_readline regression on CentOS 6 http://bugs.python.org/issue23092 closed by berker.peksag

#23093: repr() on detached stream objects fails http://bugs.python.org/issue23093 closed by python-dev

#23101: bleh, sorry, my cat reported this non-bug :) http://bugs.python.org/issue23101 closed by gmt

#23108: pysha3 fails with obscure internal error http://bugs.python.org/issue23108 closed by benjamin.peterson

#23110: Document if argument to Py_SetPath requires static storage. http://bugs.python.org/issue23110 closed by python-dev

#23112: SimpleHTTPServer/http.server adds trailing slash after query s http://bugs.python.org/issue23112 closed by python-dev

#23113: Compiler doesn't recognize qualified exec('', {}) http://bugs.python.org/issue23113 closed by johnf



More information about the Python-Dev mailing list