[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Apr 8 12:08:40 EDT 2016


ACTIVITY SUMMARY (2016-04-01 - 2016-04-08)
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    5477 ( +6)
  closed 32993 (+22)
  total  38470 (+28)

Open issues with patches: 2381 


Issues opened (23)
==================

#26686: email.parser stops parsing headers too soon.
http://bugs.python.org/issue26686  opened by msapiro

#26687: Use Py_RETURN_NONE in sqlite3 module
http://bugs.python.org/issue26687  opened by berker.peksag

#26689: Add `has_flag` method to `distutils.CCompiler`
http://bugs.python.org/issue26689  opened by sylvain.corlay

#26692: cgroups support in multiprocessing
http://bugs.python.org/issue26692  opened by Satrajit Ghosh

#26693: Exception ignored in: <module 'threading' from ...threading.py
http://bugs.python.org/issue26693  opened by skydoom

#26694: Disasembler fall with Key Error while disassemble obfuscated c
http://bugs.python.org/issue26694  opened by pulina

#26695: pickle and _pickle accelerator have different behavior when un
http://bugs.python.org/issue26695  opened by josh.r

#26696: Document collections.abc.ByteString
http://bugs.python.org/issue26696  opened by brett.cannon

#26697: tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7
http://bugs.python.org/issue26697  opened by Eric Johnson

#26698: Tk DPI awareness
http://bugs.python.org/issue26698  opened by westley.martinez

#26699: locale.str docstring is incorrect: "Convert float to integer"
http://bugs.python.org/issue26699  opened by mark.dickinson

#26700: Make digest_size a class variable
http://bugs.python.org/issue26700  opened by rhettinger

#26701: Documentation for int constructor mentions __int__ but not __t
http://bugs.python.org/issue26701  opened by Robert Smallshire2

#26702: A better assert statement
http://bugs.python.org/issue26702  opened by barry

#26703: Socket state corrupts when original socket object goes out of 
http://bugs.python.org/issue26703  opened by JoshN

#26704: unittest.mock.patch: Double patching instance method: Attribut
http://bugs.python.org/issue26704  opened by asottile

#26705: logging.Handler.handleError should be called from logging.Hand
http://bugs.python.org/issue26705  opened by palaviv

#26706: Update OpenSSL version in readme
http://bugs.python.org/issue26706  opened by scw

#26707: plistlib fails to parse bplist with 0x80 UID values
http://bugs.python.org/issue26707  opened by slo.sleuth

#26708: Constify C string pointers in the posix module
http://bugs.python.org/issue26708  opened by serhiy.storchaka

#26710: ConfigParser: Values in DEFAULT section override defaults pass
http://bugs.python.org/issue26710  opened by Marc.Abramowitz

#26711: Fix comparison of plistlib.Data
http://bugs.python.org/issue26711  opened by serhiy.storchaka

#26712: Unify (r)split(), (l/r)strip() method tests
http://bugs.python.org/issue26712  opened by martin.panter



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

#26706: Update OpenSSL version in readme
http://bugs.python.org/issue26706

#26700: Make digest_size a class variable
http://bugs.python.org/issue26700

#26699: locale.str docstring is incorrect: "Convert float to integer"
http://bugs.python.org/issue26699

#26697: tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7
http://bugs.python.org/issue26697

#26696: Document collections.abc.ByteString
http://bugs.python.org/issue26696

#26695: pickle and _pickle accelerator have different behavior when un
http://bugs.python.org/issue26695

#26694: Disasembler fall with Key Error while disassemble obfuscated c
http://bugs.python.org/issue26694

#26692: cgroups support in multiprocessing
http://bugs.python.org/issue26692

#26672: regrtest missing in the module name
http://bugs.python.org/issue26672

#26669: time.localtime(float("NaN")) does not raise a ValueError on al
http://bugs.python.org/issue26669

#26667: Update importlib to accept pathlib.Path objects
http://bugs.python.org/issue26667

#26665: pip is not bootstrapped by default on 2.7
http://bugs.python.org/issue26665

#26663: asyncio _UnixWritePipeTransport._close abandons unflushed writ
http://bugs.python.org/issue26663

#26661: python fails to locate system libffi
http://bugs.python.org/issue26661

#26660: tempfile.TemporaryDirectory() cleanup exception on Windows if 
http://bugs.python.org/issue26660



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

#26712: Unify (r)split(), (l/r)strip() method tests
http://bugs.python.org/issue26712

#26711: Fix comparison of plistlib.Data
http://bugs.python.org/issue26711

#26708: Constify C string pointers in the posix module
http://bugs.python.org/issue26708

#26707: plistlib fails to parse bplist with 0x80 UID values
http://bugs.python.org/issue26707

#26706: Update OpenSSL version in readme
http://bugs.python.org/issue26706

#26705: logging.Handler.handleError should be called from logging.Hand
http://bugs.python.org/issue26705

#26704: unittest.mock.patch: Double patching instance method: Attribut
http://bugs.python.org/issue26704

#26689: Add `has_flag` method to `distutils.CCompiler`
http://bugs.python.org/issue26689

#26687: Use Py_RETURN_NONE in sqlite3 module
http://bugs.python.org/issue26687

#26685: Raise errors from socket.close()
http://bugs.python.org/issue26685

#26680: Incorporating float.is_integer into the numeric tower and Deci
http://bugs.python.org/issue26680

#26661: python fails to locate system libffi
http://bugs.python.org/issue26661

#26658: test_os fails when run on Windows ramdisk
http://bugs.python.org/issue26658

#26657: Directory traversal with http.server and SimpleHTTPServer on w
http://bugs.python.org/issue26657

#26651: Deprecate register_adapter() and register_converter() in sqlit
http://bugs.python.org/issue26651



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

#26680: Incorporating float.is_integer into the numeric tower and Deci
http://bugs.python.org/issue26680  11 msgs

#26693: Exception ignored in: <module 'threading' from ...threading.py
http://bugs.python.org/issue26693  10 msgs

#23551: IDLE to provide menu link to PIP gui.
http://bugs.python.org/issue23551   9 msgs

#26689: Add `has_flag` method to `distutils.CCompiler`
http://bugs.python.org/issue26689   9 msgs

#26703: Socket state corrupts when original socket object goes out of 
http://bugs.python.org/issue26703   9 msgs

#18844: allow weights in random.choice
http://bugs.python.org/issue18844   8 msgs

#24291: wsgiref.handlers.SimpleHandler truncates large output blobs
http://bugs.python.org/issue24291   7 msgs

#25609: Add a ContextManager ABC and type
http://bugs.python.org/issue25609   7 msgs

#26257: Eliminate buffer_tests.py
http://bugs.python.org/issue26257   7 msgs

#26707: plistlib fails to parse bplist with 0x80 UID values
http://bugs.python.org/issue26707   7 msgs



Issues closed (21)
==================

#6953: readline documentation needs work
http://bugs.python.org/issue6953  closed by martin.panter

#10796: Improve doc for readline.set_completer_delims()
http://bugs.python.org/issue10796  closed by martin.panter

#23371: mimetypes initialization fails on Windows because of TypeError
http://bugs.python.org/issue23371  closed by berker.peksag

#23735: Readline not adjusting width after resize with 6.3
http://bugs.python.org/issue23735  closed by martin.panter

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

#25987: collections.abc.Reversible
http://bugs.python.org/issue25987  closed by gvanrossum

#26234: The typing module includes 're' and 'io' in __all__
http://bugs.python.org/issue26234  closed by gvanrossum

#26295: Random failures when running test suite in parallel (-m test -
http://bugs.python.org/issue26295  closed by haypo

#26391: typing: Specialized sub-classes of Generic never call __init__
http://bugs.python.org/issue26391  closed by gvanrossum

#26479: Init documentation typo "may be return" > "may NOT be returned
http://bugs.python.org/issue26479  closed by Samuel Colvin

#26509: asyncio: spurious ConnectionAbortedError logged on Windows
http://bugs.python.org/issue26509  closed by haypo

#26586: Simple enhancement to BaseHTTPRequestHandler
http://bugs.python.org/issue26586  closed by martin.panter

#26671: Clean up path_converter in posixmodule.c
http://bugs.python.org/issue26671  closed by serhiy.storchaka

#26673: Tkinter error when opening IDLE configuration menu
http://bugs.python.org/issue26673  closed by terry.reedy

#26678: Incorrect linking to elements in datetime package
http://bugs.python.org/issue26678  closed by martin.panter

#26679: curses: Descripton of KEY_NPAGE and KEY_PPAGE inverted
http://bugs.python.org/issue26679  closed by berker.peksag

#26688: unittest2 referenced in unittest.mock documentation
http://bugs.python.org/issue26688  closed by berker.peksag

#26690: PyUnicode_Decode breaks when Python / sqlite3 is built with sq
http://bugs.python.org/issue26690  closed by zzzeek

#26691: Update the typing module to match what's in github.com/python/
http://bugs.python.org/issue26691  closed by gvanrossum

#26709: Year 2038 problem in plistlib
http://bugs.python.org/issue26709  closed by serhiy.storchaka

#26713: Change f-literal grammar so that escaping isn’t possible or 
http://bugs.python.org/issue26713  closed by r.david.murray


More information about the Python-Dev mailing list