[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Sep 23 12:08:50 EDT 2016


ACTIVITY SUMMARY (2016-09-16 - 2016-09-23) 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 5530 (+23) closed 34485 (+53) total 40015 (+76)

Open issues with patches: 2381

Issues opened (63)

#16700: Document that bytes OS API can returns unusable results on Win http://bugs.python.org/issue16700 reopened by serhiy.storchaka

#27922: Make IDLE tests less flashy http://bugs.python.org/issue27922 reopened by terry.reedy

#28162: WindowsConsoleIO readall() fails if first line starts with Ctr http://bugs.python.org/issue28162 reopened by eryksun

#28164: _PyIO_get_console_type fails for various paths http://bugs.python.org/issue28164 reopened by eryksun

#28165: The 'subprocess' module leaks memory when called in certain wa http://bugs.python.org/issue28165 reopened by Xavion

#28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect http://bugs.python.org/issue28176 reopened by haypo

#28183: Clean up and speed up dict iteration http://bugs.python.org/issue28183 opened by serhiy.storchaka

#28185: Tabs in C source code http://bugs.python.org/issue28185 opened by franciscouzo

#28186: Autogenerated tabs / trailing whitespace http://bugs.python.org/issue28186 opened by franciscouzo

#28188: os.putenv should support bytes arguments on Windows http://bugs.python.org/issue28188 opened by eryksun

#28190: Cross-build _curses failed if host ncurses headers and target http://bugs.python.org/issue28190 opened by Chi Hsuan Yen

#28191: Support RFC4985 SRVName in SAN name http://bugs.python.org/issue28191 opened by christian.heimes

#28194: Clean up some checks in dict implementation http://bugs.python.org/issue28194 opened by xiang.zhang

#28196: ssl.match_hostname() should check for SRV-ID and URI-ID http://bugs.python.org/issue28196 opened by christian.heimes

#28197: range.index mismatch with documentation http://bugs.python.org/issue28197 opened by veky

#28199: Compact dict resizing is doing too much work http://bugs.python.org/issue28199 opened by rhettinger

#28201: dict: perturb shift should be done when first conflict http://bugs.python.org/issue28201 opened by inada.naoki

#28202: Python 3.5.1 C API, the global variable is not destroyed when http://bugs.python.org/issue28202 opened by Jack Liu

#28203: complex() gives wrong error when the second argument has an in http://bugs.python.org/issue28203 opened by manishearth

#28206: signal.Signals not documented http://bugs.python.org/issue28206 opened by Samuel Colvin

#28207: SQLite headers are not searched in custom locations http://bugs.python.org/issue28207 opened by Santiago Castro

#28208: update sqlite to 3.14.2 http://bugs.python.org/issue28208 opened by Big Stone

#28209: Exe or MSI unable to find Py3.5 http://bugs.python.org/issue28209 opened by jcrmatos

#28210: argparse with subcommands difference in python 2.7 / 3.5 http://bugs.python.org/issue28210 opened by stephan

#28211: Wrong return value type in the doc of PyMapping_Keys/Values/It http://bugs.python.org/issue28211 opened by xiang.zhang

#28212: Closing server in asyncio is not efficient http://bugs.python.org/issue28212 opened by Константин Волков

#28213: asyncio SSLProtocol _app_transport is private http://bugs.python.org/issue28213 opened by Константин Волков

#28214: Improve exception reporting for problematic set_name attri http://bugs.python.org/issue28214 opened by Tim.Graham

#28215: PyModule_AddIntConstant() wraps >=2^31 values when long is 4 b http://bugs.python.org/issue28215 opened by altendky

#28217: Add interactive console tests http://bugs.python.org/issue28217 opened by steve.dower

#28218: Windows docs have wrong versionadded description http://bugs.python.org/issue28218 opened by steve.dower

#28219: Is order of argparse --help output officially defined? http://bugs.python.org/issue28219 opened by barry

#28221: Unused indata in test_ssl.ThreadedTests.test_asyncore_server http://bugs.python.org/issue28221 opened by martin.panter

#28222: test_distutils fails http://bugs.python.org/issue28222 opened by xiang.zhang

#28223: test_tools fails with timeout on AMD64 Snow Leop 3.x buildbot http://bugs.python.org/issue28223 opened by haypo

#28224: Compilation warnings on Windows: export 'PyInit_xx' specified http://bugs.python.org/issue28224 opened by haypo

#28225: bz2 does not support pathlib http://bugs.python.org/issue28225 opened by ethan.furman

#28226: compileall does not support pathlib http://bugs.python.org/issue28226 opened by ethan.furman

#28227: gzip does not support pathlib http://bugs.python.org/issue28227 opened by ethan.furman

#28228: imghdr does not support pathlib http://bugs.python.org/issue28228 opened by ethan.furman

#28229: lzma does not support pathlib http://bugs.python.org/issue28229 opened by ethan.furman

#28230: tarfile does not support pathlib http://bugs.python.org/issue28230 opened by ethan.furman

#28231: zipfile does not support pathlib http://bugs.python.org/issue28231 opened by ethan.furman

#28232: asyncio: wrap_future() doesn't handle cancellation correctly http://bugs.python.org/issue28232 opened by haypo

#28234: In xml.etree.ElementTree docs there are many absent Element cl http://bugs.python.org/issue28234 opened by py.user

#28235: In xml.etree.ElementTree docs there is no parser argument in f http://bugs.python.org/issue28235 opened by py.user

#28236: In xml.etree.ElementTree Element can be created with empty and http://bugs.python.org/issue28236 opened by py.user

#28237: In xml.etree.ElementTree bytes tag or attributes raises on ser http://bugs.python.org/issue28237 opened by py.user

#28238: In xml.etree.ElementTree findall() can't search all elements i http://bugs.python.org/issue28238 opened by py.user

#28240: Enhance the timeit module: display average +- std dev instead http://bugs.python.org/issue28240 opened by haypo

#28243: Performance regression in functools.partial() http://bugs.python.org/issue28243 opened by serhiy.storchaka

#28247: Add an option to zipapp to produce a Windows executable http://bugs.python.org/issue28247 opened by paul.moore

#28248: Upgrade installers to OpenSSL 1.0.2i http://bugs.python.org/issue28248 opened by alex

#28249: doctest.DocTestFinder reports incorrect line numbers with excl http://bugs.python.org/issue28249 opened by cpitclaudel

#28250: typing.NamedTuple instances are not picklable Two http://bugs.python.org/issue28250 opened by Kurt

#28251: Help manuals do not appear in Windows search http://bugs.python.org/issue28251 opened by steve.dower

#28252: Tuples used before introduction to tuple in tutorial http://bugs.python.org/issue28252 opened by Eswar Yaganti

#28253: calendar.prcal(9999) output has a problem http://bugs.python.org/issue28253 opened by jiangping.li

#28254: Add C API for gc.enable, gc.disable, and gc.isenabled http://bugs.python.org/issue28254 opened by llllllllll

#28255: TextCalendar.prweek/month/year outputs an extra whitespace cha http://bugs.python.org/issue28255 opened by xiang.zhang

#28256: Cleanup Modules/_math.c http://bugs.python.org/issue28256 opened by haypo

#28257: Regression for star argument parameter error messages http://bugs.python.org/issue28257 opened by kayhayen

#28258: Broken python-config generated with Estonian locale http://bugs.python.org/issue28258 opened by Arfrever

Most recent 15 issues with no replies (15)

#28254: Add C API for gc.enable, gc.disable, and gc.isenabled http://bugs.python.org/issue28254

#28252: Tuples used before introduction to tuple in tutorial http://bugs.python.org/issue28252

#28250: typing.NamedTuple instances are not picklable Two http://bugs.python.org/issue28250

#28249: doctest.DocTestFinder reports incorrect line numbers with excl http://bugs.python.org/issue28249

#28238: In xml.etree.ElementTree findall() can't search all elements i http://bugs.python.org/issue28238

#28237: In xml.etree.ElementTree bytes tag or attributes raises on ser http://bugs.python.org/issue28237

#28236: In xml.etree.ElementTree Element can be created with empty and http://bugs.python.org/issue28236

#28232: asyncio: wrap_future() doesn't handle cancellation correctly http://bugs.python.org/issue28232

#28231: zipfile does not support pathlib http://bugs.python.org/issue28231

#28230: tarfile does not support pathlib http://bugs.python.org/issue28230

#28229: lzma does not support pathlib http://bugs.python.org/issue28229

#28227: gzip does not support pathlib http://bugs.python.org/issue28227

#28226: compileall does not support pathlib http://bugs.python.org/issue28226

#28225: bz2 does not support pathlib http://bugs.python.org/issue28225

#28219: Is order of argparse --help output officially defined? http://bugs.python.org/issue28219

Most recent 15 issues waiting for review (15)

#28258: Broken python-config generated with Estonian locale http://bugs.python.org/issue28258

#28256: Cleanup Modules/_math.c http://bugs.python.org/issue28256

#28255: TextCalendar.prweek/month/year outputs an extra whitespace cha http://bugs.python.org/issue28255

#28254: Add C API for gc.enable, gc.disable, and gc.isenabled http://bugs.python.org/issue28254

#28253: calendar.prcal(9999) output has a problem http://bugs.python.org/issue28253

#28240: Enhance the timeit module: display average +- std dev instead http://bugs.python.org/issue28240

#28235: In xml.etree.ElementTree docs there is no parser argument in f http://bugs.python.org/issue28235

#28234: In xml.etree.ElementTree docs there are many absent Element cl http://bugs.python.org/issue28234

#28231: zipfile does not support pathlib http://bugs.python.org/issue28231

#28230: tarfile does not support pathlib http://bugs.python.org/issue28230

#28229: lzma does not support pathlib http://bugs.python.org/issue28229

#28228: imghdr does not support pathlib http://bugs.python.org/issue28228

#28227: gzip does not support pathlib http://bugs.python.org/issue28227

#28226: compileall does not support pathlib http://bugs.python.org/issue28226

#28225: bz2 does not support pathlib http://bugs.python.org/issue28225

Top 10 most discussed issues (10)

#28165: The 'subprocess' module leaks memory when called in certain wa http://bugs.python.org/issue28165 14 msgs

#28183: Clean up and speed up dict iteration http://bugs.python.org/issue28183 14 msgs

#28240: Enhance the timeit module: display average +- std dev instead http://bugs.python.org/issue28240 14 msgs

#27761: Private _nth_root function loses accuracy http://bugs.python.org/issue27761 12 msgs

#28202: Python 3.5.1 C API, the global variable is not destroyed when http://bugs.python.org/issue28202 12 msgs

#28203: complex() gives wrong error when the second argument has an in http://bugs.python.org/issue28203 11 msgs

#28182: Expose OpenSSL verification results in SSLError http://bugs.python.org/issue28182 10 msgs

#26351: Occasionally check for Ctrl-C in long-running operations like http://bugs.python.org/issue26351 9 msgs

#28197: range.index mismatch with documentation http://bugs.python.org/issue28197 9 msgs

#28214: Improve exception reporting for problematic set_name attri http://bugs.python.org/issue28214 9 msgs

Issues closed (53)

#16293: curses.ungetch raises OverflowError when given -1 http://bugs.python.org/issue16293 closed by berker.peksag

#20173: Derby #4: Convert 53 sites to Argument Clinic across 5 files http://bugs.python.org/issue20173 closed by zach.ware

#21516: pathlib.Path(...).is_dir() crashes on some directories (Window http://bugs.python.org/issue21516 closed by berker.peksag

#23372: defaultdict.fromkeys should accept a callable factory http://bugs.python.org/issue23372 closed by rhettinger

#24022: Python heap corruption issue http://bugs.python.org/issue24022 closed by python-dev

#25400: robotparser doesn't return crawl delay for default entry http://bugs.python.org/issue25400 closed by berker.peksag

#25470: Random Malloc error raised http://bugs.python.org/issue25470 closed by haypo

#25651: Confusing output for TestCase.subTest(0) http://bugs.python.org/issue25651 closed by berker.peksag

#26384: UnboundLocalError in socket._sendfile_use_sendfile http://bugs.python.org/issue26384 closed by berker.peksag

#26661: python fails to locate system libffi http://bugs.python.org/issue26661 closed by christian.heimes

#27111: redundant variables in long_add and long_sub http://bugs.python.org/issue27111 closed by mark.dickinson

#27213: Rework CALL_FUNCTION* opcodes http://bugs.python.org/issue27213 closed by serhiy.storchaka

#27222: redundant checks and a weird use of goto statements in long_rs http://bugs.python.org/issue27222 closed by mark.dickinson

#27282: Raise BlockingIOError in os.urandom if kernel is not ready http://bugs.python.org/issue27282 closed by haypo

#27348: traceback (and threading) drops exception message http://bugs.python.org/issue27348 closed by martin.panter

#27441: redundant assignments to ob_size of new ints that _PyLong_New http://bugs.python.org/issue27441 closed by mark.dickinson

#27482: heap-buffer-overflow on address 0x6250000078ff http://bugs.python.org/issue27482 closed by benjamin.peterson

#27806: 2.7 32-bit builds fail on macOS 10.12 Sierra due to dependency http://bugs.python.org/issue27806 closed by ned.deily

#27932: platform.win32_ver() leaks in 2.7.12 http://bugs.python.org/issue27932 closed by steve.dower

#27950: Superfluous messages when running make http://bugs.python.org/issue27950 closed by martin.panter

#27955: getrandom() syscall returning EPERM make the system unusable. http://bugs.python.org/issue27955 closed by haypo

#27979: Remove bundled libffi http://bugs.python.org/issue27979 closed by python-dev

#27990: Provide a way to enable getrandom on Linux even when build sys http://bugs.python.org/issue27990 closed by ncoghlan

#28042: Coverity Scan defects in new dict code http://bugs.python.org/issue28042 closed by christian.heimes

#28075: os.stat fails when access is denied http://bugs.python.org/issue28075 closed by berker.peksag

#28086: test.test_getargs2.TupleSubclass test failure http://bugs.python.org/issue28086 closed by serhiy.storchaka

#28110: launcher.msi has different product codes between 32 and 64-bit http://bugs.python.org/issue28110 closed by steve.dower

#28137: Windows sys.path file should be renamed http://bugs.python.org/issue28137 closed by steve.dower

#28138: Windows _sys.path file should allow import site http://bugs.python.org/issue28138 closed by steve.dower

#28145: Fix whitespace in C source code http://bugs.python.org/issue28145 closed by franciscouzo

#28151: testPythonOrg() of test_robotparser fails on validating python http://bugs.python.org/issue28151 closed by berker.peksag

#28161: Opening CON for write access fails http://bugs.python.org/issue28161 closed by steve.dower

#28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandl http://bugs.python.org/issue28163 closed by steve.dower

#28178: allow to cache_clear(some_key) in lru_cache http://bugs.python.org/issue28178 closed by rhettinger

#28184: Trailing whitespace in C source code http://bugs.python.org/issue28184 closed by python-dev

#28187: Check return value of _PyBytes_Resize http://bugs.python.org/issue28187 closed by berker.peksag

#28189: dictitems_contains swallows compare errors http://bugs.python.org/issue28189 closed by rhettinger

#28192: Don't import readline in isolated mode http://bugs.python.org/issue28192 closed by steve.dower

#28193: Consider using lru_cache for the re.py caches http://bugs.python.org/issue28193 closed by rhettinger

#28195: test_huntrleaks_fd_leak fails on Windows http://bugs.python.org/issue28195 closed by haypo

#28198: heap-buffer-overflow in tok_nextc (Parser/tokenizer.c:954) http://bugs.python.org/issue28198 closed by berker.peksag

#28200: Windows: path_converter() leaks memory for Unicode filenames http://bugs.python.org/issue28200 closed by haypo

#28204: Spam http://bugs.python.org/issue28204 closed by xiang.zhang

#28205: Add optional suffix to str.join http://bugs.python.org/issue28205 closed by rhettinger

#28216: micro optimization for import_all_from http://bugs.python.org/issue28216 closed by xiang.zhang

#28220: argparse's add_mutually_exclusive_group() should accept title http://bugs.python.org/issue28220 closed by berker.peksag

#28233: PyUnicode_FromFormatV can leak PyUnicodeWriter http://bugs.python.org/issue28233 closed by haypo

#28239: Implement functools.lru_cache() using ordered dict http://bugs.python.org/issue28239 closed by serhiy.storchaka

#28241: Nested fuctions Unexpected behaviour when stored in a list and http://bugs.python.org/issue28241 closed by zach.ware

#28242: os.environ.get documentation missing http://bugs.python.org/issue28242 closed by ned.deily

#28244: Incorrect Example in itertools.product description http://bugs.python.org/issue28244 closed by rhettinger

#28245: Embeddable Python does not use PYTHONPATH. http://bugs.python.org/issue28245 closed by steve.dower

#28246: Unable to read simple text file http://bugs.python.org/issue28246 closed by eryksun



More information about the Python-Dev mailing list