[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Nov 24 12:09:49 EST 2017
ACTIVITY SUMMARY (2017-11-17 - 2017-11-24)
Python tracker at https://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 6267 ( +6)
closed 37610 (+57)
total 43877 (+63)
Open issues with patches: 2416
Issues opened (45)
==================
#32067: Deprecate accepting unrecognized braces in regular expressions
https://bugs.python.org/issue32067 opened by serhiy.storchaka
#32068: textpad from curses package isn't handling backspace key
https://bugs.python.org/issue32068 opened by bacher09
#32070: Clarify the behavior of the staticmethod builtin
https://bugs.python.org/issue32070 opened by haikuginger
#32071: Add py.test-like "-k" test selection to unittest
https://bugs.python.org/issue32071 opened by jonash
#32072: Issues with binary plists
https://bugs.python.org/issue32072 opened by serhiy.storchaka
#32073: Add copy_directory_metadata parameter to shutil.copytree
https://bugs.python.org/issue32073 opened by desbma
#32075: Expose ZipImporter Type Object in the include header files.
https://bugs.python.org/issue32075 opened by Decorater
#32076: Expose LockFile on Windows
https://bugs.python.org/issue32076 opened by pitrou
#32077: Documentation: Some Unicode object functions don't indicate wh
https://bugs.python.org/issue32077 opened by Mathew M.
#32079: version install 3.6.3 hangs in test_socket
https://bugs.python.org/issue32079 opened by Raúl Alvarez
#32080: Error Installing Python 3.6.3 on ubuntu 16.04
https://bugs.python.org/issue32080 opened by sachin
#32081: ipaddress should support fast IP lookups
https://bugs.python.org/issue32081 opened by Attila Nagy
#32082: atexit module: allow getting/setting list of handlers directly
https://bugs.python.org/issue32082 opened by erik.bray
#32083: sqlite3 Cursor.description can't return column types
https://bugs.python.org/issue32083 opened by kyoshidajp
#32084: [Security] http.server can be abused to redirect to (almost) a
https://bugs.python.org/issue32084 opened by vstinner
#32085: [Security] A New Era of SSRF - Exploiting URL Parser in Trendi
https://bugs.python.org/issue32085 opened by vstinner
#32087: deprecated-removed directive generates overlapping msgids in .
https://bugs.python.org/issue32087 opened by cocoatomo
#32089: In developer mode (-X dev), ResourceWarning is only emited onc
https://bugs.python.org/issue32089 opened by vstinner
#32090: test_put() of test_multiprocessing queue tests has a race cond
https://bugs.python.org/issue32090 opened by vstinner
#32091: test_s_option() of test_site.HelperFunctionsTests failed on x8
https://bugs.python.org/issue32091 opened by vstinner
#32092: mock.patch with autospec does not consume self / cls argument
https://bugs.python.org/issue32092 opened by cbelu
#32093: macOS: implement time.thread_time() using thread_info()
https://bugs.python.org/issue32093 opened by vstinner
#32096: Py_DecodeLocale() fails if used before the runtime is initiali
https://bugs.python.org/issue32096 opened by eric.snow
#32097: doctest does not consider \r\n a <BLANKLINE>
https://bugs.python.org/issue32097 opened by X-Istence
#32098: Hardcoded value in Lib/test/test_os.py:L1324:URandomTests.get_
https://bugs.python.org/issue32098 opened by hackan
#32101: Add PYTHONDEVMODE=1 to enable the developer mode
https://bugs.python.org/issue32101 opened by vstinner
#32102: Add "capture_output=True" option to subprocess.run
https://bugs.python.org/issue32102 opened by ncoghlan
#32104: add method throw() to asyncio.Task
https://bugs.python.org/issue32104 opened by Oleg K2
#32107: test_uuid uses the incorrect bitmask
https://bugs.python.org/issue32107 opened by barry
#32108: configparser bug: section is emptied if you assign a section t
https://bugs.python.org/issue32108 opened by simonltwick
#32110: Make codecs.StreamReader.read() more compatible with read() of
https://bugs.python.org/issue32110 opened by serhiy.storchaka
#32112: Should uuid.UUID() accept another UUID() instance?
https://bugs.python.org/issue32112 opened by mjpieters
#32113: Strange behavior with await in a generator expression
https://bugs.python.org/issue32113 opened by levkivskyi
#32114: The get_event_loop change in bpo28613 did not update the docum
https://bugs.python.org/issue32114 opened by r.david.murray
#32115: Ignored SIGCHLD causes asyncio.Process.wait to hang forever
https://bugs.python.org/issue32115 opened by rogpeppe
#32116: CSV import and export simplified
https://bugs.python.org/issue32116 opened by paullongnet
#32117: Tuple unpacking in return and yield statements
https://bugs.python.org/issue32117 opened by dacut
#32118: Docs: add note about sequence comparisons containing non-order
https://bugs.python.org/issue32118 opened by Dubslow
#32119: test_notify_all() of test_multiprocessing_forkserver failed on
https://bugs.python.org/issue32119 opened by vstinner
#32121: tracemalloc.Traceback.format() should have an option to revers
https://bugs.python.org/issue32121 opened by pitrou
#32122: Improve -x option documentation
https://bugs.python.org/issue32122 opened by serhiy.storchaka
#32123: Make the API of argparse.HelpFormatter public
https://bugs.python.org/issue32123 opened by Bernhard10
#32124: Document functions safe to be called before Py_Initialize()
https://bugs.python.org/issue32124 opened by vstinner
#32125: Remove global configuration variable Py_UseClassExceptionsFlag
https://bugs.python.org/issue32125 opened by vstinner
#32126: [asyncio] test failure when the platform lacks a functional s
https://bugs.python.org/issue32126 opened by xdegaye
Most recent 15 issues with no replies (15)
==========================================
#32125: Remove global configuration variable Py_UseClassExceptionsFlag
https://bugs.python.org/issue32125
#32123: Make the API of argparse.HelpFormatter public
https://bugs.python.org/issue32123
#32122: Improve -x option documentation
https://bugs.python.org/issue32122
#32115: Ignored SIGCHLD causes asyncio.Process.wait to hang forever
https://bugs.python.org/issue32115
#32114: The get_event_loop change in bpo28613 did not update the docum
https://bugs.python.org/issue32114
#32098: Hardcoded value in Lib/test/test_os.py:L1324:URandomTests.get_
https://bugs.python.org/issue32098
#32090: test_put() of test_multiprocessing queue tests has a race cond
https://bugs.python.org/issue32090
#32087: deprecated-removed directive generates overlapping msgids in .
https://bugs.python.org/issue32087
#32085: [Security] A New Era of SSRF - Exploiting URL Parser in Trendi
https://bugs.python.org/issue32085
#32082: atexit module: allow getting/setting list of handlers directly
https://bugs.python.org/issue32082
#32081: ipaddress should support fast IP lookups
https://bugs.python.org/issue32081
#32080: Error Installing Python 3.6.3 on ubuntu 16.04
https://bugs.python.org/issue32080
#32079: version install 3.6.3 hangs in test_socket
https://bugs.python.org/issue32079
#32076: Expose LockFile on Windows
https://bugs.python.org/issue32076
#32073: Add copy_directory_metadata parameter to shutil.copytree
https://bugs.python.org/issue32073
Most recent 15 issues waiting for review (15)
=============================================
#32124: Document functions safe to be called before Py_Initialize()
https://bugs.python.org/issue32124
#32121: tracemalloc.Traceback.format() should have an option to revers
https://bugs.python.org/issue32121
#32118: Docs: add note about sequence comparisons containing non-order
https://bugs.python.org/issue32118
#32117: Tuple unpacking in return and yield statements
https://bugs.python.org/issue32117
#32114: The get_event_loop change in bpo28613 did not update the docum
https://bugs.python.org/issue32114
#32110: Make codecs.StreamReader.read() more compatible with read() of
https://bugs.python.org/issue32110
#32107: test_uuid uses the incorrect bitmask
https://bugs.python.org/issue32107
#32101: Add PYTHONDEVMODE=1 to enable the developer mode
https://bugs.python.org/issue32101
#32096: Py_DecodeLocale() fails if used before the runtime is initiali
https://bugs.python.org/issue32096
#32092: mock.patch with autospec does not consume self / cls argument
https://bugs.python.org/issue32092
#32089: In developer mode (-X dev), ResourceWarning is only emited onc
https://bugs.python.org/issue32089
#32087: deprecated-removed directive generates overlapping msgids in .
https://bugs.python.org/issue32087
#32077: Documentation: Some Unicode object functions don't indicate wh
https://bugs.python.org/issue32077
#32075: Expose ZipImporter Type Object in the include header files.
https://bugs.python.org/issue32075
#32073: Add copy_directory_metadata parameter to shutil.copytree
https://bugs.python.org/issue32073
Top 10 most discussed issues (10)
=================================
#10544: yield expression inside generator expression does nothing
https://bugs.python.org/issue10544 26 msgs
#32096: Py_DecodeLocale() fails if used before the runtime is initiali
https://bugs.python.org/issue32096 25 msgs
#27535: Ignored ResourceWarning warnings leak memory in warnings regis
https://bugs.python.org/issue27535 18 msgs
#32089: In developer mode (-X dev), ResourceWarning is only emited onc
https://bugs.python.org/issue32089 10 msgs
#32030: PEP 432: Rewrite Py_Main()
https://bugs.python.org/issue32030 9 msgs
#32071: Add py.test-like "-k" test selection to unittest
https://bugs.python.org/issue32071 9 msgs
#32107: test_uuid uses the incorrect bitmask
https://bugs.python.org/issue32107 9 msgs
#30811: A venv created and activated from within a virtualenv uses the
https://bugs.python.org/issue30811 8 msgs
#32075: Expose ZipImporter Type Object in the include header files.
https://bugs.python.org/issue32075 6 msgs
#32121: tracemalloc.Traceback.format() should have an option to revers
https://bugs.python.org/issue32121 6 msgs
Issues closed (54)
==================
#1102: Add support for _msi.Record.GetString() and _msi.Record.GetInt
https://bugs.python.org/issue1102 closed by berker.peksag
#12239: msilib VT_EMPTY SummaryInformation properties raise an error (
https://bugs.python.org/issue12239 closed by berker.peksag
#12276: 3.x ignores sys.tracebacklimit=0
https://bugs.python.org/issue12276 closed by serhiy.storchaka
#12382: [msilib] Obscure exception message when trying to open a non-e
https://bugs.python.org/issue12382 closed by berker.peksag
#19610: Give clear error messages for invalid types used for setup.py
https://bugs.python.org/issue19610 closed by berker.peksag
#23719: PEP 475: port test_eintr to Windows
https://bugs.python.org/issue23719 closed by vstinner
#26606: logging.baseConfig is missing the encoding parameter
https://bugs.python.org/issue26606 closed by vinay.sajip
#27068: Add a detach() method to subprocess.Popen
https://bugs.python.org/issue27068 closed by vstinner
#28684: [asyncio] bind() on a unix socket raises PermissionError on An
https://bugs.python.org/issue28684 closed by xdegaye
#29040: building Android with android-ndk-r14
https://bugs.python.org/issue29040 closed by xdegaye
#29184: skip tests of test_socketserver when bind() raises PermissionE
https://bugs.python.org/issue29184 closed by xdegaye
#29185: test_distutils fails on Android API level 24
https://bugs.python.org/issue29185 closed by xdegaye
#29556: Remove unused #include <langinfo.h>
https://bugs.python.org/issue29556 closed by Chi Hsuan Yen
#30456: 2to3 docs: example of fix for duplicates in second argument of
https://bugs.python.org/issue30456 closed by berker.peksag
#30904: Python 3 logging HTTPHandler sends duplicate Host header
https://bugs.python.org/issue30904 closed by vinay.sajip
#30987: Support for ISO-TP protocol in SocketCAN
https://bugs.python.org/issue30987 closed by berker.peksag
#30989: Sort only when needed in TimedRotatingFileHandler's getFilesTo
https://bugs.python.org/issue30989 closed by vinay.sajip
#31324: support._match_test() used by test.bisect is very inefficient
https://bugs.python.org/issue31324 closed by vstinner
#31325: req_rate is a namedtuple type rather than instance
https://bugs.python.org/issue31325 closed by rhettinger
#31520: ResourceWarning: unclosed <socket.socket [closed] fd=3, ...> w
https://bugs.python.org/issue31520 closed by vstinner
#31543: Optimize wrapper descriptors using FASTCALL
https://bugs.python.org/issue31543 closed by vstinner
#31626: Writing in freed memory in _PyMem_DebugRawRealloc() after shri
https://bugs.python.org/issue31626 closed by vstinner
#31672: string.Template should use re.ASCII flag
https://bugs.python.org/issue31672 closed by barry
#31701: faulthandler dumps 'Windows fatal exception: code 0xe06d7363'
https://bugs.python.org/issue31701 closed by vstinner
#31805: support._is_gui_available() hangs on x86-64 Sierra 3.6/3.x bui
https://bugs.python.org/issue31805 closed by vstinner
#31897: Unexpected exceptions in plistlib.loads
https://bugs.python.org/issue31897 closed by serhiy.storchaka
#31911: Use malloc_usable_size() in pymalloc for realloc
https://bugs.python.org/issue31911 closed by vstinner
#31943: Add asyncio.Handle.cancelled() method
https://bugs.python.org/issue31943 closed by asvetlov
#32022: Python crashes with mutually recursive code
https://bugs.python.org/issue32022 closed by vstinner
#32025: Add time.thread_time()
https://bugs.python.org/issue32025 closed by vstinner
#32031: Do not use the canonical path in pydoc test_mixed_case_module_
https://bugs.python.org/issue32031 closed by xdegaye
#32042: Option for comparing values instead of reprs in doctest
https://bugs.python.org/issue32042 closed by rhettinger
#32043: Add a new -X dev option: "developer mode"
https://bugs.python.org/issue32043 closed by vstinner
#32047: asyncio: enable debug mode when -X dev is used
https://bugs.python.org/issue32047 closed by vstinner
#32050: Fix -x option documentation
https://bugs.python.org/issue32050 closed by vstinner
#32060: Should an ABC fail if no abstract methods are defined?
https://bugs.python.org/issue32060 closed by rhettinger
#32064: python msilib view.fetch is not returning none
https://bugs.python.org/issue32064 closed by berker.peksag
#32065: range_iterator doesn't have length, leads to surprised result
https://bugs.python.org/issue32065 closed by r.david.murray
#32066: asyncio: Support pathlib.Path in create_unix_connection; sock
https://bugs.python.org/issue32066 closed by yselivanov
#32069: Drop loop._make_legacy_ssl_transport
https://bugs.python.org/issue32069 closed by asvetlov
#32074: Might be a wrong implementation
https://bugs.python.org/issue32074 closed by serhiy.storchaka
#32078: string result of str(bytes()) in Python3
https://bugs.python.org/issue32078 closed by vstinner
#32086: C API: Clarify which C functions are safe to be called before
https://bugs.python.org/issue32086 closed by vstinner
#32088: Display DeprecationWarning, PendingDeprecationWarning and Impo
https://bugs.python.org/issue32088 closed by lukasz.langa
#32094: _args_from_interpreter_flags() doesn't keep -X options
https://bugs.python.org/issue32094 closed by vstinner
#32095: AIX: ModuleNotFoundError: No module named '_ctypes' - make ins
https://bugs.python.org/issue32095 closed by zach.ware
#32099: Use range in itertools roundrobin recipe
https://bugs.python.org/issue32099 closed by rhettinger
#32100: IDLE: PathBrowser isn't working
https://bugs.python.org/issue32100 closed by terry.reedy
#32103: Inconsistent text at TypeError in concatenation
https://bugs.python.org/issue32103 closed by serhiy.storchaka
#32105: Please add asyncio.BaseEventLoop.connect_accepted_socket Versi
https://bugs.python.org/issue32105 closed by yselivanov
#32106: Move sysmodule.c to Modules?
https://bugs.python.org/issue32106 closed by serhiy.storchaka
#32109: Separated square brackets will generate a tuple instead of a l
https://bugs.python.org/issue32109 closed by berker.peksag
#32111: ObjectListView crashes on python3.5
https://bugs.python.org/issue32111 closed by serhiy.storchaka
#32120: python 3.6.0 is not importing sqlite3
https://bugs.python.org/issue32120 closed by berker.peksag
More information about the Python-Dev
mailing list