[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Dec 2 12:09:06 EST 2016
ACTIVITY SUMMARY (2016-11-25 - 2016-12-02)
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 5613 (+25)
closed 35002 (+31)
total 40615 (+56)
Open issues with patches: 2435
Issues opened (44)
==================
#5225: OS X "Update Shell Profile" may not update $PATH if run more t
http://bugs.python.org/issue5225 reopened by ned.deily
#23507: Tuple creation is too slow
http://bugs.python.org/issue23507 reopened by serhiy.storchaka
#23722: During metaclass.__init__, super() of the constructed class do
http://bugs.python.org/issue23722 reopened by ncoghlan
#28638: Creating namedtuple is too slow to be used in common stdlib (e
http://bugs.python.org/issue28638 reopened by inada.naoki
#28805: Add documentation for METH_FASTCALL
http://bugs.python.org/issue28805 opened by skrah
#28806: Improve the netrc library
http://bugs.python.org/issue28806 opened by xiang.zhang
#28808: Make PyUnicode_CompareWithASCIIString() never failing
http://bugs.python.org/issue28808 opened by serhiy.storchaka
#28809: mention asyncio.gather non-deterministic task starting order
http://bugs.python.org/issue28809 opened by Soren Solari
#28810: Document bytecode changes in 3.6
http://bugs.python.org/issue28810 opened by serhiy.storchaka
#28812: Deadlock between GIL and pystate head_mutex.
http://bugs.python.org/issue28812 opened by inada.naoki
#28813: Remove unneeded folded consts after peephole
http://bugs.python.org/issue28813 opened by Adrian Wielgosik
#28814: Deprecation notice on inspect.getargvalues() is incorrect
http://bugs.python.org/issue28814 opened by ncoghlan
#28815: test_socket fails if /proc/modules is existent but not readabl
http://bugs.python.org/issue28815 opened by patrila
#28816: Document if zipimport can respect import hooks to load custom
http://bugs.python.org/issue28816 opened by Decorater
#28818: simplify lookdict functions
http://bugs.python.org/issue28818 opened by inada.naoki
#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820 opened by Rares Aioanei
#28822: Fix indices handling in PyUnicode_FindChar
http://bugs.python.org/issue28822 opened by xiang.zhang
#28824: os.environ should preserve the case of the OS keys ?
http://bugs.python.org/issue28824 opened by tzickel
#28826: Programming with Python 3.6
http://bugs.python.org/issue28826 opened by ADFGUR
#28827: f-strings: format spec should not accept unicode escapes
http://bugs.python.org/issue28827 opened by yselivanov
#28829: Tkinter messagebox cx_freeze Python 3.4
http://bugs.python.org/issue28829 opened by ParvizKarimli
#28832: Reduce memset in dict creation
http://bugs.python.org/issue28832 opened by inada.naoki
#28833: cross compilation of third-party extension modules
http://bugs.python.org/issue28833 opened by xdegaye
#28835: Change in behavior when overriding warnings.showwarning and wi
http://bugs.python.org/issue28835 opened by Thomas.Robitaille
#28837: 2to3 does not wrap zip correctly
http://bugs.python.org/issue28837 opened by cvk
#28838: Uniformize argument names of "call" functions (C API)
http://bugs.python.org/issue28838 opened by haypo
#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839 opened by haypo
#28840: IDLE: Document tk's long line display limitation
http://bugs.python.org/issue28840 opened by piotr.sk
#28841: urlparse.urlparse() parses invalid URI without generating an e
http://bugs.python.org/issue28841 opened by amrith
#28842: PyInstanceMethod_Type isn't hashable
http://bugs.python.org/issue28842 opened by wolever
#28845: Clean up known issues for AIX
http://bugs.python.org/issue28845 opened by ericvw
#28846: Add a ProviderKey to the installer bundle
http://bugs.python.org/issue28846 opened by steve.dower
#28847: dumbdbm should not commit if in read mode
http://bugs.python.org/issue28847 opened by Jonathan Ng
#28848: Add CopyingMock to mock.py
http://bugs.python.org/issue28848 opened by wim.glenn
#28849: do not define sys.implementation._multiarch on Android
http://bugs.python.org/issue28849 opened by xdegaye
#28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn
http://bugs.python.org/issue28850 opened by mic_e
#28851: namedtuples field_names sequence preferred
http://bugs.python.org/issue28851 opened by peentoon
#28852: sorted(range(1000)) is slower in Python 3.7 compared to Python
http://bugs.python.org/issue28852 opened by haypo
#28853: locals() and free variables
http://bugs.python.org/issue28853 opened by marco.buttu
#28854: FIPS mode causes dead-lock in ssl module
http://bugs.python.org/issue28854 opened by christian.heimes
#28856: %b format for bytes does not support objects that follow the b
http://bugs.python.org/issue28856 opened by belopolsky
#28857: SyncManager and Main Process fail to communicate after reboot
http://bugs.python.org/issue28857 opened by Nagarjuna Arigapudi
#28858: Fastcall uses more C stack
http://bugs.python.org/issue28858 opened by haypo
#28859: os.path.mount sometimes raises FileNotFoundError on Windows
http://bugs.python.org/issue28859 opened by lazka
Most recent 15 issues with no replies (15)
==========================================
#28859: os.path.mount sometimes raises FileNotFoundError on Windows
http://bugs.python.org/issue28859
#28856: %b format for bytes does not support objects that follow the b
http://bugs.python.org/issue28856
#28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn
http://bugs.python.org/issue28850
#28837: 2to3 does not wrap zip correctly
http://bugs.python.org/issue28837
#28829: Tkinter messagebox cx_freeze Python 3.4
http://bugs.python.org/issue28829
#28816: Document if zipimport can respect import hooks to load custom
http://bugs.python.org/issue28816
#28814: Deprecation notice on inspect.getargvalues() is incorrect
http://bugs.python.org/issue28814
#28812: Deadlock between GIL and pystate head_mutex.
http://bugs.python.org/issue28812
#28809: mention asyncio.gather non-deterministic task starting order
http://bugs.python.org/issue28809
#28806: Improve the netrc library
http://bugs.python.org/issue28806
#28789: valgrind shows "invalid file descriptor" when calling platform
http://bugs.python.org/issue28789
#28788: ConfigParser should be able to write config to a given filenam
http://bugs.python.org/issue28788
#28787: Out of tree --with--dtrace builds fail with a traceback
http://bugs.python.org/issue28787
#28784: shlex.shlex punctuation_chars documentation should use posix=T
http://bugs.python.org/issue28784
#28780: netrc throws NetrcParseError for record without 'password'
http://bugs.python.org/issue28780
Most recent 15 issues waiting for review (15)
=============================================
#28853: locals() and free variables
http://bugs.python.org/issue28853
#28849: do not define sys.implementation._multiarch on Android
http://bugs.python.org/issue28849
#28848: Add CopyingMock to mock.py
http://bugs.python.org/issue28848
#28847: dumbdbm should not commit if in read mode
http://bugs.python.org/issue28847
#28845: Clean up known issues for AIX
http://bugs.python.org/issue28845
#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839
#28838: Uniformize argument names of "call" functions (C API)
http://bugs.python.org/issue28838
#28833: cross compilation of third-party extension modules
http://bugs.python.org/issue28833
#28832: Reduce memset in dict creation
http://bugs.python.org/issue28832
#28822: Fix indices handling in PyUnicode_FindChar
http://bugs.python.org/issue28822
#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820
#28818: simplify lookdict functions
http://bugs.python.org/issue28818
#28815: test_socket fails if /proc/modules is existent but not readabl
http://bugs.python.org/issue28815
#28813: Remove unneeded folded consts after peephole
http://bugs.python.org/issue28813
#28808: Make PyUnicode_CompareWithASCIIString() never failing
http://bugs.python.org/issue28808
Top 10 most discussed issues (10)
=================================
#28754: Argument Clinic for bisect.bisect_left
http://bugs.python.org/issue28754 26 msgs
#28781: On Installation of 3.5 Python get error message
http://bugs.python.org/issue28781 18 msgs
#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839 12 msgs
#26273: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket modul
http://bugs.python.org/issue26273 11 msgs
#28797: Modifying class __dict__ inside __set_name__
http://bugs.python.org/issue28797 11 msgs
#23507: Tuple creation is too slow
http://bugs.python.org/issue23507 10 msgs
#28739: PEP 498: docstrings as f-strings
http://bugs.python.org/issue28739 10 msgs
#28833: cross compilation of third-party extension modules
http://bugs.python.org/issue28833 10 msgs
#28288: Expose environment variable for Py_Py3kWarningFlag
http://bugs.python.org/issue28288 9 msgs
#28820: Typo in section 6 of the Python 3.4 documentation
http://bugs.python.org/issue28820 9 msgs
Issues closed (34)
==================
#10444: A mechanism is needed to override waiting for Python threads t
http://bugs.python.org/issue10444 closed by ebarry
#11145: '%o' % user-defined instance
http://bugs.python.org/issue11145 closed by serhiy.storchaka
#12844: Support more than 255 arguments
http://bugs.python.org/issue12844 closed by serhiy.storchaka
#20767: Some python extensions can't be compiled with clang 3.4
http://bugs.python.org/issue20767 closed by skrah
#24015: timeit should start with 1 loop, not 10
http://bugs.python.org/issue24015 closed by serhiy.storchaka
#24142: ConfigParser._read doesn't join multi-line values collected wh
http://bugs.python.org/issue24142 closed by lukasz.langa
#24469: Py2.x int free list can grow without bounds
http://bugs.python.org/issue24469 closed by serhiy.storchaka
#25701: Document that tp_setattro and tp_setattr are used for deleting
http://bugs.python.org/issue25701 closed by martin.panter
#28625: multiprocessing.Pool.imap swallows exceptions thrown by genera
http://bugs.python.org/issue28625 closed by davin
#28696: imap from ThreadPool hangs by an exception in a generator func
http://bugs.python.org/issue28696 closed by davin
#28733: Show how to use mock_open in modules other that __main__
http://bugs.python.org/issue28733 closed by butla
#28740: Add sys.getandroidapilevel()
http://bugs.python.org/issue28740 closed by haypo
#28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi
http://bugs.python.org/issue28758 closed by steve.dower
#28763: Use en-dashes for ranges in docs
http://bugs.python.org/issue28763 closed by serhiy.storchaka
#28790: Error when using Generic and __slots__
http://bugs.python.org/issue28790 closed by gvanrossum
#28799: Drop CALL_PROFILE special build?
http://bugs.python.org/issue28799 closed by haypo
#28800: Add RETURN_NONE bytecode instruction
http://bugs.python.org/issue28800 closed by haypo
#28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to
http://bugs.python.org/issue28802 closed by berker.peksag
#28804: file tell() report incorrect file position on Windows (but Lin
http://bugs.python.org/issue28804 closed by eric.smith
#28807: [NetBSD] interpreter hangs on exit after call to subprocess.Po
http://bugs.python.org/issue28807 closed by oskog97
#28811: Make pathlib.PurePath.__str__ use shlex.quote
http://bugs.python.org/issue28811 closed by serhiy.storchaka
#28817: Provide method PurePath.quote() that calls shlex.quote
http://bugs.python.org/issue28817 closed by zach.ware
#28819: tzinfo class spacing bug
http://bugs.python.org/issue28819 closed by bzliu94
#28821: generate_opcode_h.py crash when run with python2
http://bugs.python.org/issue28821 closed by haypo
#28823: Simplify compiling to BUILD_MAP_UNPACK
http://bugs.python.org/issue28823 closed by serhiy.storchaka
#28825: socket.SO_KEEPALIVE does not work on FreeBSD
http://bugs.python.org/issue28825 closed by benjamin.peterson
#28828: Connection reset by peer error when installing python packages
http://bugs.python.org/issue28828 closed by ebarry
#28830: Typo in whatsnew entry for 3.6
http://bugs.python.org/issue28830 closed by SilentGhost
#28831: Python 3's shutil.make_archive is truncating filenames
http://bugs.python.org/issue28831 closed by serhiy.storchaka
#28834: Type checking in set comparisons.
http://bugs.python.org/issue28834 closed by SilentGhost
#28836: Throw concurrent.futures.TimeoutError instead of concurrent.fu
http://bugs.python.org/issue28836 closed by gvanrossum
#28843: asyncio.Task implemented in C loses __traceback__ for exceptio
http://bugs.python.org/issue28843 closed by yselivanov
#28844: Pickling units
http://bugs.python.org/issue28844 closed by r.david.murray
#28855: Compiler warnings in _PyObject_CallArg1()
http://bugs.python.org/issue28855 closed by python-dev
More information about the Python-Dev
mailing list