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

Python tracker status at bugs.python.org
Fri May 1 18:14:25 CEST 2015


ACTIVITY SUMMARY (2015-04-24 - 2015-05-01) 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 4841 (+27) closed 31025 (+25) total 35866 (+52)

Open issues with patches: 2254

Issues opened (39)

#24054: Invalid syntax in inspect_fodder2.py (on Python 2.x) http://bugs.python.org/issue24054 opened by ddriddle

#24055: unittest package-level set up & tear down module http://bugs.python.org/issue24055 opened by demian.brecht

#24056: Expose closure & generator status in function repr() http://bugs.python.org/issue24056 opened by ncoghlan

#24060: Clearify necessities for logging with timestamps http://bugs.python.org/issue24060 opened by krichter

#24063: Support Mageia and Arch Linux in the platform module http://bugs.python.org/issue24063 opened by akien

#24064: Make the property doctstring writeable http://bugs.python.org/issue24064 opened by rhettinger

#24065: Outdated *_RESTRICTED flags in structmember.h http://bugs.python.org/issue24065 opened by berker.peksag

#24066: send_message should take all the addresses in the To: header i http://bugs.python.org/issue24066 opened by kirelagin

#24067: Weakproxy is an instance of collections.Iterator http://bugs.python.org/issue24067 opened by ereuveni

#24068: statistics module - incorrect results with boolean input http://bugs.python.org/issue24068 opened by wolma

#24069: Option to delete obsolete bytecode files http://bugs.python.org/issue24069 opened by Sworddragon

#24076: sum() several times slower on Python 3 http://bugs.python.org/issue24076 opened by lukasz.langa

#24078: inspect.getsourcelines ignores context and returns wrong line http://bugs.python.org/issue24078 opened by siyuan

#24079: xml.etree.ElementTree.Element.text does not conform to the doc http://bugs.python.org/issue24079 opened by jlaurens

#24080: asyncio.Event.wait() Task was destroyed but it is pending http://bugs.python.org/issue24080 opened by matt

#24081: Obsolete caveat in reload() docs http://bugs.python.org/issue24081 opened by encukou

#24082: Obsolete note in argument parsing (c-api/arg.rst) http://bugs.python.org/issue24082 opened by encukou

#24084: pstats: sub-millisecond display http://bugs.python.org/issue24084 opened by Romuald

#24085: large memory overhead when pyc is recompiled http://bugs.python.org/issue24085 opened by bukzor

#24086: Configparser interpolation is unexpected http://bugs.python.org/issue24086 opened by tbekolay

#24087: Documentation doesn't explain the term "coroutine" (PEP 342) http://bugs.python.org/issue24087 opened by paul.moore

#24088: yield expression confusion http://bugs.python.org/issue24088 opened by Jim.Jewett

#24089: argparse crashes with AssertionError http://bugs.python.org/issue24089 opened by spaceone

#24090: Add a "copy variable to clipboard" option to the edit menu http://bugs.python.org/issue24090 opened by irdb

#24091: Use after free in Element.extend (1) http://bugs.python.org/issue24091 opened by pkt

#24092: Use after free in Element.extend (2) http://bugs.python.org/issue24092 opened by pkt

#24093: Use after free in Element.remove http://bugs.python.org/issue24093 opened by pkt

#24094: Use after free during json encoding (PyType_IsSubtype) http://bugs.python.org/issue24094 opened by pkt

#24095: Use after free during json encoding a dict (2) http://bugs.python.org/issue24095 opened by pkt

#24096: Use after free in get_filter http://bugs.python.org/issue24096 opened by pkt

#24097: Use after free in PyObject_GetState http://bugs.python.org/issue24097 opened by pkt

#24098: Multiple use after frees in obj2ast_* methods http://bugs.python.org/issue24098 opened by pkt

#24099: Use after free in siftdown (1) http://bugs.python.org/issue24099 opened by pkt

#24100: Use after free in siftdown (2) http://bugs.python.org/issue24100 opened by pkt

#24101: Use after free in siftup http://bugs.python.org/issue24101 opened by pkt

#24102: Multiple type confusions in unicode error handlers http://bugs.python.org/issue24102 opened by pkt

#24103: Use after free in xmlparser_setevents (1) http://bugs.python.org/issue24103 opened by pkt

#24104: Use after free in xmlparser_setevents (2) http://bugs.python.org/issue24104 opened by pkt

#24105: Use after free during json encoding a dict (3) http://bugs.python.org/issue24105 opened by pkt

Most recent 15 issues with no replies (15)

#24105: Use after free during json encoding a dict (3) http://bugs.python.org/issue24105

#24104: Use after free in xmlparser_setevents (2) http://bugs.python.org/issue24104

#24103: Use after free in xmlparser_setevents (1) http://bugs.python.org/issue24103

#24102: Multiple type confusions in unicode error handlers http://bugs.python.org/issue24102

#24101: Use after free in siftup http://bugs.python.org/issue24101

#24100: Use after free in siftdown (2) http://bugs.python.org/issue24100

#24099: Use after free in siftdown (1) http://bugs.python.org/issue24099

#24098: Multiple use after frees in obj2ast_* methods http://bugs.python.org/issue24098

#24097: Use after free in PyObject_GetState http://bugs.python.org/issue24097

#24095: Use after free during json encoding a dict (2) http://bugs.python.org/issue24095

#24094: Use after free during json encoding (PyType_IsSubtype) http://bugs.python.org/issue24094

#24093: Use after free in Element.remove http://bugs.python.org/issue24093

#24092: Use after free in Element.extend (2) http://bugs.python.org/issue24092

#24091: Use after free in Element.extend (1) http://bugs.python.org/issue24091

#24090: Add a "copy variable to clipboard" option to the edit menu http://bugs.python.org/issue24090

Most recent 15 issues waiting for review (15)

#24087: Documentation doesn't explain the term "coroutine" (PEP 342) http://bugs.python.org/issue24087

#24084: pstats: sub-millisecond display http://bugs.python.org/issue24084

#24082: Obsolete note in argument parsing (c-api/arg.rst) http://bugs.python.org/issue24082

#24081: Obsolete caveat in reload() docs http://bugs.python.org/issue24081

#24076: sum() several times slower on Python 3 http://bugs.python.org/issue24076

#24068: statistics module - incorrect results with boolean input http://bugs.python.org/issue24068

#24066: send_message should take all the addresses in the To: header i http://bugs.python.org/issue24066

#24064: Make the property doctstring writeable http://bugs.python.org/issue24064

#24056: Expose closure & generator status in function repr() http://bugs.python.org/issue24056

#24054: Invalid syntax in inspect_fodder2.py (on Python 2.x) http://bugs.python.org/issue24054

#24053: Define EXIT_SUCCESS and EXIT_FAILURE constants in sys http://bugs.python.org/issue24053

#24042: Convert os._getfullpathname() and os._isdir() to Argument Clin http://bugs.python.org/issue24042

#24037: Argument Clinic: add the boolint converter http://bugs.python.org/issue24037

#24036: GB2312 codec is using a wrong covert table http://bugs.python.org/issue24036

#24034: Make fails Objects/typeslots.inc http://bugs.python.org/issue24034

Top 10 most discussed issues (10)

#24053: Define EXIT_SUCCESS and EXIT_FAILURE constants in sys http://bugs.python.org/issue24053 30 msgs

#24067: Weakproxy is an instance of collections.Iterator http://bugs.python.org/issue24067 12 msgs

#24076: sum() several times slower on Python 3 http://bugs.python.org/issue24076 11 msgs

#24085: large memory overhead when pyc is recompiled http://bugs.python.org/issue24085 11 msgs

#23749: asyncio missing wrap_socket http://bugs.python.org/issue23749 10 msgs

#24018: add a Generator ABC http://bugs.python.org/issue24018 10 msgs

#24052: sys.exit(code) returns "success" to the OS for some nonzero va http://bugs.python.org/issue24052 9 msgs

#23955: Add python.ini file for embedded/applocal installs http://bugs.python.org/issue23955 8 msgs

#17908: Unittest runner needs an option to call gc.collect() after eac http://bugs.python.org/issue17908 7 msgs

#24043: Implement mac_romanian and mac_croatian encodings http://bugs.python.org/issue24043 6 msgs

Issues closed (23)

#9246: os.getcwd() hardcodes max path len http://bugs.python.org/issue9246 closed by haypo

#21354: PyCFunction_New no longer exposed by python DLL breaking bdist http://bugs.python.org/issue21354 closed by asvetlov

#23058: argparse silently ignores arguments http://bugs.python.org/issue23058 closed by barry

#23342: run() - unified high-level interface for subprocess http://bugs.python.org/issue23342 closed by gregory.p.smith

#23356: In argparse docs simplify example about argline http://bugs.python.org/issue23356 closed by berker.peksag

#23668: Support os.ftruncate on Windows http://bugs.python.org/issue23668 closed by steve.dower

#23852: Wrong computation of max_fd on OpenBSD http://bugs.python.org/issue23852 closed by gregory.p.smith

#23910: property_descr_get reuse argument tuple http://bugs.python.org/issue23910 closed by rhettinger

#23996: _PyGen_FetchStopIterationValue() crashes on unnormalised excep http://bugs.python.org/issue23996 closed by pitrou

#24035: When Caps Locked, + alpha-character still displayed as http://bugs.python.org/issue24035 closed by principia1687

#24057: trivial typo in datetime.rst: needing a preceding dot http://bugs.python.org/issue24057 closed by python-dev

#24058: Compiler warning for readline extension http://bugs.python.org/issue24058 closed by python-dev

#24059: Minor speed and readability improvement to the random module http://bugs.python.org/issue24059 closed by rhettinger

#24061: Python 2.x breaks with address sanitizer http://bugs.python.org/issue24061 closed by python-dev

#24062: links to os.stat() in documentation lead to stat module instea http://bugs.python.org/issue24062 closed by berker.peksag

#24070: Exceptions and arguments disappear when using argparse inside http://bugs.python.org/issue24070 closed by benjamin.peterson

#24071: Python 2.7.8, 2.7.9 re.MULTILINE failure http://bugs.python.org/issue24071 closed by serhiy.storchaka

#24072: xml.etree.ElementTree.Element does not catch text http://bugs.python.org/issue24072 closed by ned.deily

#24073: sys.stdin.mode can not give the right mode and os.fdopen does http://bugs.python.org/issue24073 closed by ned.deily

#24074: string, center, ljust, rjust, width paramter should accept Non http://bugs.python.org/issue24074 closed by rhettinger

#24075: list.sort() should do quick exit if len(list) <= 1 http://bugs.python.org/issue24075 closed by benjamin.peterson

#24077: man page says -I implies -S. code says -s. http://bugs.python.org/issue24077 closed by ned.deily

#24083: MSVCCompiler.get_msvc_path() doesn't work on Win x64 http://bugs.python.org/issue24083 closed by lemburg



More information about the Python-Dev mailing list