[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Mar 31 12:09:11 EDT 2017
ACTIVITY SUMMARY (2017-03-24 - 2017-03-31)
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 5855 ( -8)
closed 35854 (+65)
total 41709 (+57)
Open issues with patches: 2419
Issues opened (36)
==================
#11913: sdist refuses README.rst
http://bugs.python.org/issue11913 reopened by pitrou
#29880: python3.6 install readline ,and then cpython exit
http://bugs.python.org/issue29880 reopened by pz
#29897: itertools.chain behaves strangly when copied with copy.copy
http://bugs.python.org/issue29897 opened by MSeifert
#29898: PYTHONLEGACYWINDOWSIOENCODING isn't implemented
http://bugs.python.org/issue29898 opened by eryksun
#29899: zlib missing when --enable--optimizations option appended
http://bugs.python.org/issue29899 opened by kyren åååµ
#29902: copy breaks staticmethod
http://bugs.python.org/issue29902 opened by dangyogi
#29903: struct.Struct Addition
http://bugs.python.org/issue29903 opened by palaviv
#29905: TypeErrors not formatting values correctly
http://bugs.python.org/issue29905 opened by Jim Fasarakis-Hilliard
#29906: Add callback parameter to concurrent.futures.Executor.map
http://bugs.python.org/issue29906 opened by aron.bordin
#29909: types.coroutine monkey patches original function
http://bugs.python.org/issue29909 opened by Omnifarious
#29910: Ctrl-D eats a character on IDLE
http://bugs.python.org/issue29910 opened by serhiy.storchaka
#29911: Uninstall command line in Windows registry does not uninstall
http://bugs.python.org/issue29911 opened by Christian.Ullrich
#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914 opened by serhiy.storchaka
#29915: Drop Mac OS X Tiger support in Python 3.7?
http://bugs.python.org/issue29915 opened by haypo
#29916: No explicit documentation for PyGetSetDef and getter and sette
http://bugs.python.org/issue29916 opened by MSeifert
#29920: Document cgitb.text and cgitb.html
http://bugs.python.org/issue29920 opened by xmorel
#29922: error message when __aexit__ is not async
http://bugs.python.org/issue29922 opened by Tadhg McDonald-Jensen
#29925: test_uuid fails on OS X Tiger
http://bugs.python.org/issue29925 opened by haypo
#29926: time.sleep ignores _thread.interrupt_main()
http://bugs.python.org/issue29926 opened by Mark
#29929: Eliminate implicit __main__ relative imports
http://bugs.python.org/issue29929 opened by ncoghlan
#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930 opened by metathink
#29931: ipaddress.ip_interface __lt__ check seems to be broken
http://bugs.python.org/issue29931 opened by Sanjay
#29933: asyncio: set_write_buffer_limits() doc doesn't specify unit of
http://bugs.python.org/issue29933 opened by haypo
#29937: argparse mutex group should allow mandatory parameters
http://bugs.python.org/issue29937 opened by Mark Nolan
#29939: Compiler warning in _ctypes_test.c
http://bugs.python.org/issue29939 opened by serhiy.storchaka
#29940: Add follow_wrapped=True option to help()
http://bugs.python.org/issue29940 opened by samwyse
#29941: Confusion between asserts and Py_DEBUG
http://bugs.python.org/issue29941 opened by Thomas Wouters
#29943: PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches
http://bugs.python.org/issue29943 opened by njs
#29944: Argumentless super() calls do not work in classes constructed
http://bugs.python.org/issue29944 opened by assume_away
#29947: In SocketServer, why not passing a factory instance for the Re
http://bugs.python.org/issue29947 opened by dominic108
#29948: DeprecationWarning when parse ElementTree with a doctype in 2.
http://bugs.python.org/issue29948 opened by serhiy.storchaka
#29949: sizeof set after set_merge() is doubled from 3.5
http://bugs.python.org/issue29949 opened by inada.naoki
#29950: Rename SlotWrapperType to WrapperDescriptorType
http://bugs.python.org/issue29950 opened by Jim Fasarakis-Hilliard
#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951 opened by MSeifert
#29952: "keys and values" is preferred to "keys and elements" for name
http://bugs.python.org/issue29952 opened by cocoatomo
#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953 opened by serhiy.storchaka
Most recent 15 issues with no replies (15)
==========================================
#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953
#29950: Rename SlotWrapperType to WrapperDescriptorType
http://bugs.python.org/issue29950
#29948: DeprecationWarning when parse ElementTree with a doctype in 2.
http://bugs.python.org/issue29948
#29940: Add follow_wrapped=True option to help()
http://bugs.python.org/issue29940
#29937: argparse mutex group should allow mandatory parameters
http://bugs.python.org/issue29937
#29925: test_uuid fails on OS X Tiger
http://bugs.python.org/issue29925
#29916: No explicit documentation for PyGetSetDef and getter and sette
http://bugs.python.org/issue29916
#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914
#29906: Add callback parameter to concurrent.futures.Executor.map
http://bugs.python.org/issue29906
#29905: TypeErrors not formatting values correctly
http://bugs.python.org/issue29905
#29895: Distutils blows up with an incorrect pypirc, should be caught
http://bugs.python.org/issue29895
#29886: links between binascii.{un,}hexlify / bytes.{,to}hex
http://bugs.python.org/issue29886
#29883: asyncio: Windows Proactor Event Loop UDP Support
http://bugs.python.org/issue29883
#29877: compileall hangs when accessing urandom even if number of work
http://bugs.python.org/issue29877
#29868: multiprocessing.dummy missing cpu_count
http://bugs.python.org/issue29868
Most recent 15 issues waiting for review (15)
=============================================
#29953: Memory leak in the replace() method of datetime and time objec
http://bugs.python.org/issue29953
#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951
#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930
#29914: Incorrect signatures of object.__reduce__() and object.__reduc
http://bugs.python.org/issue29914
#29897: itertools.chain behaves strangly when copied with copy.copy
http://bugs.python.org/issue29897
#29869: Underscores in numeric literals not supported in lib2to3.
http://bugs.python.org/issue29869
#29867: Add asserts in PyXXX_GET_SIZE macros
http://bugs.python.org/issue29867
#29858: inspect.signature includes bound argument for wrappers around
http://bugs.python.org/issue29858
#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854
#29843: errors raised by ctypes.Array for invalid _length_ attribute
http://bugs.python.org/issue29843
#29840: Avoid raising OverflowError in bool()
http://bugs.python.org/issue29840
#29839: Avoid raising OverflowError in len() when __len__() returns ne
http://bugs.python.org/issue29839
#29838: Check that sq_length and mq_length return non-negative result
http://bugs.python.org/issue29838
#29822: inspect.isabstract does not work on abstract base classes duri
http://bugs.python.org/issue29822
#29803: Remove some redandunt ops in unicodeobject.c
http://bugs.python.org/issue29803
Top 10 most discussed issues (10)
=================================
#27593: Deprecate sys._mercurial and create sys._git
http://bugs.python.org/issue27593 14 msgs
#29926: time.sleep ignores _thread.interrupt_main()
http://bugs.python.org/issue29926 10 msgs
#29572: Upgrade installers to OpenSSL 1.0.2k
http://bugs.python.org/issue29572 8 msgs
#29573: NamedTemporaryFile with delete=True should not fail if file al
http://bugs.python.org/issue29573 8 msgs
#29887: test_normalization doesn't work
http://bugs.python.org/issue29887 7 msgs
#29899: zlib missing when --enable--optimizations option appended
http://bugs.python.org/issue29899 7 msgs
#29930: Waiting for asyncio.StreamWriter.drain() twice in parallel rai
http://bugs.python.org/issue29930 7 msgs
#29949: sizeof set after set_merge() is doubled from 3.5
http://bugs.python.org/issue29949 7 msgs
#29951: PyArg_ParseTupleAndKeywords exception messages containing "fun
http://bugs.python.org/issue29951 7 msgs
#28556: typing.py upgrades
http://bugs.python.org/issue28556 6 msgs
Issues closed (67)
==================
#6532: thread.get_ident() should return unsigned value
http://bugs.python.org/issue6532 closed by serhiy.storchaka
#10030: Patch for zip decryption speedup
http://bugs.python.org/issue10030 closed by serhiy.storchaka
#12518: In string.Template it's impossible to transform delimiter in t
http://bugs.python.org/issue12518 closed by barry
#16011: "in" should be consistent with return value of __contains__
http://bugs.python.org/issue16011 closed by Mariatta
#19791: test_pathlib should use can_symlink or skip_unless_symlink fro
http://bugs.python.org/issue19791 closed by brett.cannon
#19824: string.Template: Rewrite docs to emphasize i18n use case
http://bugs.python.org/issue19824 closed by serhiy.storchaka
#20314: Potentially confusing formulation in 6.1.4. Template strings
http://bugs.python.org/issue20314 closed by barry
#20548: Use specific asserts in warnings and exceptions tests
http://bugs.python.org/issue20548 closed by serhiy.storchaka
#20552: Use specific asserts in bytes tests
http://bugs.python.org/issue20552 closed by terry.reedy
#22049: argparse: type=<callable> doesn't honor nargs > 1
http://bugs.python.org/issue22049 closed by paul.j3
#22392: Clarify documentation of __getinitargs__
http://bugs.python.org/issue22392 closed by Mariatta
#22744: os.mkdir on Windows silently strips trailing blanks from direc
http://bugs.python.org/issue22744 closed by serhiy.storchaka
#22962: ipaddress: Add optional prefixlen argument to ip_interface and
http://bugs.python.org/issue22962 closed by Gary.van.der.Merwe
#23241: shutil should accept pathlib types
http://bugs.python.org/issue23241 closed by serhiy.storchaka
#23487: argparse: add_subparsers 'action' broken
http://bugs.python.org/issue23487 closed by paul.j3
#23901: Force console stdout to use UTF8 on Windows
http://bugs.python.org/issue23901 closed by martin.panter
#24154: pathlib.Path.rename moves file to Path.cwd() when argument is
http://bugs.python.org/issue24154 closed by serhiy.storchaka
#24251: Different behavior for argparse between 2.7.8 and 2.7.9 when a
http://bugs.python.org/issue24251 closed by paul.j3
#24821: The optimization of string search can cause pessimization
http://bugs.python.org/issue24821 closed by serhiy.storchaka
#25803: pathlib.Path('/').mkdir() raises wrong error type
http://bugs.python.org/issue25803 closed by serhiy.storchaka
#25996: Add support of file descriptor in os.scandir()
http://bugs.python.org/issue25996 closed by serhiy.storchaka
#27446: struct: allow per-item byte order
http://bugs.python.org/issue27446 closed by rhettinger
#28692: gettext: deprecate selecting plural form by fractional numbers
http://bugs.python.org/issue28692 closed by serhiy.storchaka
#28699: Imap from ThreadPool behaves unexpectedly
http://bugs.python.org/issue28699 closed by xiang.zhang
#28810: Document bytecode changes in 3.6
http://bugs.python.org/issue28810 closed by levkivskyi
#29176: /tmp does not exist on Android and is used by curses.window.pu
http://bugs.python.org/issue29176 closed by haypo
#29204: Add code deprecations in ElementTree
http://bugs.python.org/issue29204 closed by serhiy.storchaka
#29557: binhex documentation claims unknown bug
http://bugs.python.org/issue29557 closed by serhiy.storchaka
#29619: st_ino (unsigned long long) is casted to long long in posixmod
http://bugs.python.org/issue29619 closed by xiang.zhang
#29632: argparse values for action in add_argument() should be flags i
http://bugs.python.org/issue29632 closed by pgacv2
#29643: --enable-optimizations compiler flag has no effect
http://bugs.python.org/issue29643 closed by inada.naoki
#29677: clarify docs about 'round()' accepting a negative integer for
http://bugs.python.org/issue29677 closed by Mariatta
#29720: potential silent truncation in PyLong_AsVoidPtr
http://bugs.python.org/issue29720 closed by haypo
#29737: Optimize concatenating empty tuples
http://bugs.python.org/issue29737 closed by serhiy.storchaka
#29816: Get rid of C limitation for shift count in right shift
http://bugs.python.org/issue29816 closed by serhiy.storchaka
#29852: Argument Clinic: add common converter to Py_ssize_t that accep
http://bugs.python.org/issue29852 closed by serhiy.storchaka
#29862: Fix grammar typo in importlib.reload() exception
http://bugs.python.org/issue29862 closed by Mariatta
#29878: Add global instances of int 0 and 1
http://bugs.python.org/issue29878 closed by serhiy.storchaka
#29884: faulthandler does not properly restore sigaltstack during tear
http://bugs.python.org/issue29884 closed by Mariatta
#29888: The link referring to "Python download page" is broken
http://bugs.python.org/issue29888 closed by ned.deily
#29892: change statement for open() is splited into two part in middle
http://bugs.python.org/issue29892 closed by Mariatta
#29894: Deprecate returning a subclass of complex from __complex__
http://bugs.python.org/issue29894 closed by serhiy.storchaka
#29896: ElementTree.fromstring raises undocumented UnicodeError
http://bugs.python.org/issue29896 closed by terry.reedy
#29900: Remove unneeded wrappers in pathlib
http://bugs.python.org/issue29900 closed by serhiy.storchaka
#29901: Support path-like objects in zipapp
http://bugs.python.org/issue29901 closed by serhiy.storchaka
#29904: Fix a number of error message typos
http://bugs.python.org/issue29904 closed by Jim Fasarakis-Hilliard
#29907: Unicode encoding failure
http://bugs.python.org/issue29907 closed by eryksun
#29908: Inconsistent crashing with an access violation
http://bugs.python.org/issue29908 closed by Cameron Mckain
#29912: Overlapping tests between list_tests and seq_tests
http://bugs.python.org/issue29912 closed by brett.cannon
#29913: ipadress compare_networks does not work according to documenta
http://bugs.python.org/issue29913 closed by xiang.zhang
#29917: Wrong link target in PyMethodDef documentation
http://bugs.python.org/issue29917 closed by orsenthil
#29918: Missed "const" modifiers in C API documentation
http://bugs.python.org/issue29918 closed by serhiy.storchaka
#29919: Remove unused imports found by pyflakes
http://bugs.python.org/issue29919 closed by haypo
#29921: datetime validation is stricter in 3.6.1 than previous version
http://bugs.python.org/issue29921 closed by haypo
#29923: PEP487 __init_subclass__ incompatible with abc.ABCMeta
http://bugs.python.org/issue29923 closed by xiang.zhang
#29924: Useless argument in call to PyErr_Format
http://bugs.python.org/issue29924 closed by haypo
#29927: Unnecessary code in the c-api/exceptions.c
http://bugs.python.org/issue29927 closed by xiang.zhang
#29928: Add f-strings to Glossary
http://bugs.python.org/issue29928 closed by Mariatta
#29932: Missing word ("be") in error message ("first argument must a t
http://bugs.python.org/issue29932 closed by brett.cannon
#29934: % formatting fails to find formatting code in bytes type after
http://bugs.python.org/issue29934 closed by xiang.zhang
#29935: list and tuple index methods should accept None parameters
http://bugs.python.org/issue29935 closed by serhiy.storchaka
#29936: Typo in __GNU*C*_MINOR__ guard affecting gcc 3.x
http://bugs.python.org/issue29936 closed by benjamin.peterson
#29938: subprocess.run calling bash on windows10 cause 0x80070057 erro
http://bugs.python.org/issue29938 closed by eryksun
#29942: Stack overflow in itertools.chain.from_iterable.
http://bugs.python.org/issue29942 closed by twouters
#29945: decode string:u"\ufffd" UnicodeEncodeError
http://bugs.python.org/issue29945 closed by eryksun
#29946: compiler warning "sqrtpi defined but not used"
http://bugs.python.org/issue29946 closed by xiang.zhang
#1117601: os.path.exists returns false negatives in MAC environments.
http://bugs.python.org/issue1117601 closed by serhiy.storchaka
More information about the Python-Dev
mailing list