[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 25 12:08:35 EST 2015


ACTIVITY SUMMARY (2015-12-18 - 2015-12-25)
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    5345 (+21)
  closed 32365 (+24)
  total  37710 (+45)

Open issues with patches: 2351 


Issues opened (38)
==================

#24840: implement bool conversion for enums to prevent odd edge case
http://bugs.python.org/issue24840  reopened by gregory.p.smith

#25908: ProcessPoolExecutor deadlock on KeyboardInterrupt
http://bugs.python.org/issue25908  opened by jacksontj

#25909: Incorrect documentation for PyMapping_Items and like
http://bugs.python.org/issue25909  opened by serhiy.storchaka

#25910: Fixing links in documentation
http://bugs.python.org/issue25910  opened by SilentGhost

#25911: Regression: os.walk now using os.scandir() breaks bytes filena
http://bugs.python.org/issue25911  opened by mont29

#25912: Use __spec__.__name__ instead of __name__ in the docs where ap
http://bugs.python.org/issue25912  opened by Antony.Lee

#25913: base64.a85decode adobe flag incorrectly utilizes <~ as a marke
http://bugs.python.org/issue25913  opened by Soren Solari

#25916: wave module readframes now returns bytes not str
http://bugs.python.org/issue25916  opened by Iber Parodi Siri

#25917: Fixing howto links in docs
http://bugs.python.org/issue25917  opened by SilentGhost

#25918: AssertionError in lib2to3 on 2.7.11 Windows
http://bugs.python.org/issue25918  opened by schlamar

#25919: htp.client PUT method ignores error responses sent immediatly 
http://bugs.python.org/issue25919  opened by Wiktor Niesiobedzki

#25920: PyOS_AfterFork should reset socketmodule's lock
http://bugs.python.org/issue25920  opened by emptysquare

#25922: canceling a repair install breaks the ability to uninstall, re
http://bugs.python.org/issue25922  opened by Kyle S (MrStonedOne)

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

#25924: investigate if getaddrinfo(3) on OSX is thread-safe
http://bugs.python.org/issue25924  opened by ronaldoussoren

#25925: Coverage support for CPython 2
http://bugs.python.org/issue25925  opened by alecsandru.patrascu

#25926: problems with "times" keyword in itertools.repeat
http://bugs.python.org/issue25926  opened by Thomas Feldmann

#25927: add dir_fd for mkstemp, and also maybe to all tempfile.*
http://bugs.python.org/issue25927  opened by mmarkk

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

#25930: Document that os.remove is semantically identical to os.unlink
http://bugs.python.org/issue25930  opened by Anthony Sottile

#25931: os.fork() command distributed in windows Python27 (in SocketSe
http://bugs.python.org/issue25931  opened by Sam Lobel

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

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

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

#25936: Improve FastChildWatcher with WNOWAIT?
http://bugs.python.org/issue25936  opened by WGH

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

#25939: _ssl.enum_certificates() fails with ERROR_ACCESS_DENIED if pyt
http://bugs.python.org/issue25939  opened by Chi Hsuan Yen

#25940: SSL tests failed due to expired svn.python.org SSL certificate
http://bugs.python.org/issue25940  opened by Chi Hsuan Yen

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

#25942: subprocess.call SIGKILLs too liberally
http://bugs.python.org/issue25942  opened by Mike Pomraning

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

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

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

#25947: Installation problem
http://bugs.python.org/issue25947  opened by camilleri.jon at gmail.com

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

#25949: Lazy creation of __dict__ in OrderedDict
http://bugs.python.org/issue25949  opened by serhiy.storchaka

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

#25952: code_context not available in exec()
http://bugs.python.org/issue25952  opened by Grzegorz Krasoń



Most recent 15 issues with no replies (15)
==========================================

#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

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

#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

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

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

#25936: Improve FastChildWatcher with WNOWAIT?
http://bugs.python.org/issue25936

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

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

#25924: investigate if getaddrinfo(3) on OSX is thread-safe
http://bugs.python.org/issue25924

#25923: More const char
http://bugs.python.org/issue25923

#25917: Fixing howto links in docs
http://bugs.python.org/issue25917

#25910: Fixing links in documentation
http://bugs.python.org/issue25910



Most recent 15 issues waiting for review (15)
=============================================

#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

#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

#25923: More const char
http://bugs.python.org/issue25923

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

#25917: Fixing howto links in docs
http://bugs.python.org/issue25917

#25916: wave module readframes now returns bytes not str
http://bugs.python.org/issue25916

#25913: base64.a85decode adobe flag incorrectly utilizes <~ as a marke
http://bugs.python.org/issue25913

#25911: Regression: os.walk now using os.scandir() breaks bytes filena
http://bugs.python.org/issue25911

#25910: Fixing links in documentation
http://bugs.python.org/issue25910

#25909: Incorrect documentation for PyMapping_Items and like
http://bugs.python.org/issue25909



Top 10 most discussed issues (10)
=================================

#4709: Mingw-w64 and python on windows x64
http://bugs.python.org/issue4709  13 msgs

#25911: Regression: os.walk now using os.scandir() breaks bytes filena
http://bugs.python.org/issue25911  12 msgs

#25928: Add Decimal.as_integer_ratio()
http://bugs.python.org/issue25928  10 msgs

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

#21579: Python 3.4: tempfile.close attribute does not work
http://bugs.python.org/issue21579   7 msgs

#25848: Tkinter tests failed on Windows buildbots
http://bugs.python.org/issue25848   7 msgs

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

#25930: Document that os.remove is semantically identical to os.unlink
http://bugs.python.org/issue25930   6 msgs

#12484: The Py_InitModule functions no longer exist, but remain in the
http://bugs.python.org/issue12484   5 msgs

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



Issues closed (23)
==================

#17868: pprint long non-printable bytes as hexdump
http://bugs.python.org/issue17868  closed by serhiy.storchaka

#20782: base64 module docs do not use the terms 'bytes' and 'string' c
http://bugs.python.org/issue20782  closed by r.david.murray

#22227: Simplify tarfile iterator
http://bugs.python.org/issue22227  closed by serhiy.storchaka

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

#24580: Wrong or missing exception when compiling regexes with recursi
http://bugs.python.org/issue24580  closed by serhiy.storchaka

#25421: Make __sizeof__ for builtin types more subclass friendly
http://bugs.python.org/issue25421  closed by serhiy.storchaka

#25766: __bytes__ doesn't work for str subclasses
http://bugs.python.org/issue25766  closed by serhiy.storchaka

#25827: Support ICC in configure
http://bugs.python.org/issue25827  closed by zach.ware

#25844: Pylauncher, launcher.c: Assigning NULL to a pointer instead of
http://bugs.python.org/issue25844  closed by serhiy.storchaka

#25860: os.fwalk() silently skips remaining directories when error occ
http://bugs.python.org/issue25860  closed by serhiy.storchaka

#25869: Faster ElementTree deepcopying
http://bugs.python.org/issue25869  closed by serhiy.storchaka

#25873: Faster ElementTree iterating
http://bugs.python.org/issue25873  closed by serhiy.storchaka

#25902: Fixed various refcount issues in ElementTree iteration
http://bugs.python.org/issue25902  closed by serhiy.storchaka

#25905: IDLE fails to display the README file
http://bugs.python.org/issue25905  closed by terry.reedy

#25914: Fix OrderedDict.__sizeof__
http://bugs.python.org/issue25914  closed by serhiy.storchaka

#25915: file.write() after file.read() adds text to the end of the fil
http://bugs.python.org/issue25915  closed by Adam Wasik

#25921: project files for wininst-14.0*.exe don't exist
http://bugs.python.org/issue25921  closed by zach.ware

#25929: When doing string.replace, it uses the entire 'find' string an
http://bugs.python.org/issue25929  closed by r.david.murray

#25932: Windows installer ships an outdated and insecure curl.exe
http://bugs.python.org/issue25932  closed by zach.ware

#25938: if sentence doesn't work with input()
http://bugs.python.org/issue25938  closed by benjamin.peterson

#25944: Type confusion in partial_setstate and partial_repr leads to c
http://bugs.python.org/issue25944  closed by serhiy.storchaka

#25950: svn.python.org SSL certificate expired, causing test failures
http://bugs.python.org/issue25950  closed by berker.peksag

#1753718: base64 "legacy" functions violate RFC 3548
http://bugs.python.org/issue1753718  closed by r.david.murray


More information about the Python-Dev mailing list