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

Python tracker status at bugs.python.org
Fri Jan 1 12:08:34 EST 2016


ACTIVITY SUMMARY (2015-12-25 - 2016-01-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 5341 ( -4) closed 32402 (+37) total 37743 (+33)

Open issues with patches: 2351

Issues opened (18)

#25953: re fails to identify invalid numeric group references in repla http://bugs.python.org/issue25953 opened by bazwal

#25954: Python 3.5.1 installer fails on Windows 7 http://bugs.python.org/issue25954 opened by nedbat

#25957: sockaddr_l2 lacks CID, address type (AF_BLUETOOTH sockets) http://bugs.python.org/issue25957 opened by mikeryan

#25958: Implicit ABCs have no means of "anti-registration" http://bugs.python.org/issue25958 opened by abarnert

#25959: tkinter - PhotoImage.zoom() causes segfault http://bugs.python.org/issue25959 opened by hcbd

#25962: Ctrl+C Can't Exit Script with Pool on Windows http://bugs.python.org/issue25962 opened by Meng-Yuan Huang

#25963: strptime not parsing some timezones http://bugs.python.org/issue25963 opened by utkonos

#25966: Bug in asyncio.corotuines._format_coroutine http://bugs.python.org/issue25966 opened by Brett Rosen

#25967: Devguide: add 2to3 to the "Changing CPython's Grammar" checkli http://bugs.python.org/issue25967 opened by ezio.melotti

#25968: Cannot import modules out of zip file with extended-length pat http://bugs.python.org/issue25968 opened by Chris Moore

#25969: Update lib2to3 grammar to include missing unpacking generaliza http://bugs.python.org/issue25969 opened by ezio.melotti

#25970: py_compile.compile fails if existing bytecode file is unwritab http://bugs.python.org/issue25970 opened by byrnes

#25974: Fix statistics.py after the Decimal.as_integer_ratio() change http://bugs.python.org/issue25974 opened by skrah

#25981: Intern namedtuple field names http://bugs.python.org/issue25981 opened by serhiy.storchaka

#25982: multiprocessing docs for Namespace lacks class definition http://bugs.python.org/issue25982 opened by davin

#25983: Add tests for multi-argument type() http://bugs.python.org/issue25983 opened by serhiy.storchaka

#25984: Expose a simple "is IEEE 754" flag in sys.float_info http://bugs.python.org/issue25984 opened by random832

#25985: Use sys.version_info instead of sys.version http://bugs.python.org/issue25985 opened by serhiy.storchaka

Most recent 15 issues with no replies (15)

#25985: Use sys.version_info instead of sys.version http://bugs.python.org/issue25985

#25984: Expose a simple "is IEEE 754" flag in sys.float_info http://bugs.python.org/issue25984

#25982: multiprocessing docs for Namespace lacks class definition http://bugs.python.org/issue25982

#25970: py_compile.compile fails if existing bytecode file is unwritab http://bugs.python.org/issue25970

#25969: Update lib2to3 grammar to include missing unpacking generaliza http://bugs.python.org/issue25969

#25968: Cannot import modules out of zip file with extended-length pat http://bugs.python.org/issue25968

#25967: Devguide: add 2to3 to the "Changing CPython's Grammar" checkli http://bugs.python.org/issue25967

#25966: Bug in asyncio.corotuines._format_coroutine http://bugs.python.org/issue25966

#25962: Ctrl+C Can't Exit Script with Pool on Windows http://bugs.python.org/issue25962

#25952: code_context not available in exec() http://bugs.python.org/issue25952

#25951: SSLSocket.sendall() does not return None on success like socke http://bugs.python.org/issue25951

#25948: Invalid MIME encoding generated by email.mime (line too long) http://bugs.python.org/issue25948

#25946: configure should pick /usr/bin/g++ automatically if present http://bugs.python.org/issue25946

#25943: Integer overflow in _bsddb leads to heap corruption http://bugs.python.org/issue25943

#25934: ICC compiler: ICC treats denormal floating point numbers as 0. http://bugs.python.org/issue25934

Most recent 15 issues waiting for review (15)

#25985: Use sys.version_info instead of sys.version http://bugs.python.org/issue25985

#25983: Add tests for multi-argument type() http://bugs.python.org/issue25983

#25981: Intern namedtuple field names http://bugs.python.org/issue25981

#25974: Fix statistics.py after the Decimal.as_integer_ratio() change http://bugs.python.org/issue25974

#25953: re fails to identify invalid numeric group references in repla http://bugs.python.org/issue25953

#25949: Lazy creation of dict in OrderedDict http://bugs.python.org/issue25949

#25945: Type confusion in partial_setstate and partial_call leads to m http://bugs.python.org/issue25945

#25942: subprocess.call SIGKILLs too liberally http://bugs.python.org/issue25942

#25941: Add 'How to Review a Patch' section to devguide http://bugs.python.org/issue25941

#25939: _ssl.enum_certificates() fails with ERROR_ACCESS_DENIED if pyt http://bugs.python.org/issue25939

#25937: DIfference between utf8 and utf-8 when i define python source http://bugs.python.org/issue25937

#25935: OrderedDict prevents garbage collection if a circulary referen http://bugs.python.org/issue25935

#25933: Unhandled exception (TypeError) with ftplib in function retrbi http://bugs.python.org/issue25933

#25925: Coverage support for CPython 2 http://bugs.python.org/issue25925

#25919: http.client PUT method ignores error responses sent immediatly http://bugs.python.org/issue25919

Top 10 most discussed issues (10)

#25937: DIfference between utf8 and utf-8 when i define python source http://bugs.python.org/issue25937 12 msgs

#25864: collections.abc.Mapping should include a reversed that rai http://bugs.python.org/issue25864 10 msgs

#25959: tkinter - PhotoImage.zoom() causes segfault http://bugs.python.org/issue25959 6 msgs

#25981: Intern namedtuple field names http://bugs.python.org/issue25981 6 msgs

#19475: Add timespec optional flag to datetime isoformat() to choose t http://bugs.python.org/issue19475 5 msgs

#25954: Python 3.5.1 installer fails on Windows 7 http://bugs.python.org/issue25954 5 msgs

#25939: _ssl.enum_certificates() fails with ERROR_ACCESS_DENIED if pyt http://bugs.python.org/issue25939 4 msgs

#25942: subprocess.call SIGKILLs too liberally http://bugs.python.org/issue25942 4 msgs

#25958: Implicit ABCs have no means of "anti-registration" http://bugs.python.org/issue25958 4 msgs

#25974: Fix statistics.py after the Decimal.as_integer_ratio() change http://bugs.python.org/issue25974 4 msgs

Issues closed (30)

#12484: The Py_InitModule functions no longer exist, but remain in the http://bugs.python.org/issue12484 closed by brett.cannon

#19511: lib2to3 Grammar file is no longer a Python 3 superset http://bugs.python.org/issue19511 closed by ezio.melotti

#19873: There is a duplicate function in Lib/test/test_pathlib.py http://bugs.python.org/issue19873 closed by ezio.melotti

#20607: multiprocessing cx_Freeze windows GUI bug (& easy fixes) http://bugs.python.org/issue20607 closed by davin

#21579: Python 3.4: tempfile.close attribute does not work http://bugs.python.org/issue21579 closed by mmarkk

#22995: Restrict default pickleability http://bugs.python.org/issue22995 closed by serhiy.storchaka

#23166: urllib2 ignores opener configuration under certain circumstanc http://bugs.python.org/issue23166 closed by martin.panter

#24725: test_socket testFDPassEmpty fails on OS X 10.11 DP with "Canno http://bugs.python.org/issue24725 closed by brett.cannon

#25157: Installing Python 3.5.0 32bit on Windows 8.1 64bit system give http://bugs.python.org/issue25157 closed by terry.reedy

#25360: pyw should search for pythonw to implement #!/usr/bin/env pyt http://bugs.python.org/issue25360 closed by python-dev

#25664: Logging cannot handle Unicode logger names http://bugs.python.org/issue25664 closed by python-dev

#25685: Inefficiency with SocketHandler - may send log record message http://bugs.python.org/issue25685 closed by python-dev

#25789: py launcher stderr is not piped to subprocess.Popen.stderr http://bugs.python.org/issue25789 closed by python-dev

#25923: More const char http://bugs.python.org/issue25923 closed by serhiy.storchaka

#25928: Add Decimal.as_integer_ratio() http://bugs.python.org/issue25928 closed by skrah

#25955: email.utils.formataddr does not support RFC 6532 http://bugs.python.org/issue25955 closed by r.david.murray

#25956: Unambiguous representation of recursive objects http://bugs.python.org/issue25956 closed by serhiy.storchaka

#25960: Popen.wait() hangs when called from a signal handler when os.w http://bugs.python.org/issue25960 closed by gregory.p.smith

#25961: Disallow the null character in type name http://bugs.python.org/issue25961 closed by serhiy.storchaka

#25964: optparse.py:1668: (file) shadows builtin http://bugs.python.org/issue25964 closed by SilentGhost

#25965: decimal.py: issues reported by pychecker http://bugs.python.org/issue25965 closed by r.david.murray

#25971: Optimize converting float and Decimal to Fraction http://bugs.python.org/issue25971 closed by serhiy.storchaka

#25972: All Windows buildbots fail compile/clean http://bugs.python.org/issue25972 closed by zach.ware

#25973: Segmentation fault with nonlocal and two underscores http://bugs.python.org/issue25973 closed by python-dev

#25975: Weird multiplication http://bugs.python.org/issue25975 closed by skrah

#25976: telnetlib SyntaxError: invalid syntax http://bugs.python.org/issue25976 closed by SilentGhost

#25977: Typo fixes in Lib/tokenize.py http://bugs.python.org/issue25977 closed by berker.peksag

#25978: escape sequence r'' giving compilation error http://bugs.python.org/issue25978 closed by r.david.murray

#25979: String functions lstrip are not working properly when you have http://bugs.python.org/issue25979 closed by ethan.furman

#25980: not able to find module request in lib urllib - Python35-32 http://bugs.python.org/issue25980 closed by brett.cannon



More information about the Python-Dev mailing list