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

Python tracker status at bugs.python.org
Fri May 26 12:09:15 EDT 2017


ACTIVITY SUMMARY (2017-05-19 - 2017-05-26) 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 5999 (+31) closed 36241 (+50) total 42240 (+81)

Open issues with patches: 2372

Issues opened (62)

#21074: Too aggressive constant folding http://bugs.python.org/issue21074 reopened by haypo

#30405: build.bat: register binaries for py launcher http://bugs.python.org/issue30405 opened by terry.reedy

#30406: async and await should be keywords in 3.7 http://bugs.python.org/issue30406 opened by Jelle Zijlstra

#30410: Documentation for sys.stdout encoding does not reflect the new http://bugs.python.org/issue30410 opened by paul.moore

#30411: git doesn't support "-C" args under 1.8.5 occurs in configure. http://bugs.python.org/issue30411 opened by Yuan Liu

#30412: mailbox : add option to prevent platform EOL conversion http://bugs.python.org/issue30412 opened by adder

#30413: Add fnmatch.filterfalse function http://bugs.python.org/issue30413 opened by steven.daprano

#30416: constant folding opens compiler to quadratic time hashing http://bugs.python.org/issue30416 opened by dalke

#30417: [buildbot] Disable the cpu resources on slow buildbots http://bugs.python.org/issue30417 opened by haypo

#30418: test_communicate_epipe() of test_subprocess fails randomly on http://bugs.python.org/issue30418 opened by haypo

#30419: Bdb: Update doc page http://bugs.python.org/issue30419 opened by csabella

#30420: Clarify kwarg handing for subprocess convenience APIs http://bugs.python.org/issue30420 opened by ncoghlan

#30421: argparse: relative include of config files http://bugs.python.org/issue30421 opened by roschi

#30422: Add roadmap.txt section to idlelib http://bugs.python.org/issue30422 opened by terry.reedy

#30424: make pydoc-topics fails http://bugs.python.org/issue30424 opened by Jelle Zijlstra

#30425: Python 3.6.1 (32-bit)_20170522020736.log http://bugs.python.org/issue30425 opened by Chakrit Rakhuang

#30427: isinstance checks in os.path.normcase redundant with os.fspath http://bugs.python.org/issue30427 opened by wolma

#30428: mailbox.MMDF wrongly adds From_ header to file http://bugs.python.org/issue30428 opened by ralph.corderoy

#30429: bdb and pdb: Add watchpoint function http://bugs.python.org/issue30429 opened by louielu

#30430: Cannot write to a tun interface file http://bugs.python.org/issue30430 opened by Rémy Léone

#30431: input function truncates prompt by NULL byte http://bugs.python.org/issue30431 opened by Костя Чолак

#30433: Devguide lacks instructions for building docs http://bugs.python.org/issue30433 opened by cjrh

#30434: multiprocessing AuthenticationError "digest sent was rejected" http://bugs.python.org/issue30434 opened by Soon Jeffrey

#30435: Documentation either unclear or incorrect on comparisons betwe http://bugs.python.org/issue30435 opened by ipatrol

#30436: importlib.find_spec raises AttributeError when parent is not a http://bugs.python.org/issue30436 opened by tkhyn

#30437: SSL_shutdown can return meaningless SSL_ERROR_SYSCALL http://bugs.python.org/issue30437 opened by njs

#30438: tarfile would fail to extract tarballs with files under R/O di http://bugs.python.org/issue30438 opened by Yaroslav.Halchenko

#30439: Expose the subinterpreters C-API in the stdlib. http://bugs.python.org/issue30439 opened by eric.snow

#30440: document peephole optimizer effects http://bugs.python.org/issue30440 opened by dalke

#30441: os.environ raises RuntimeError: dictionary changed size during http://bugs.python.org/issue30441 opened by osantana

#30442: Skip test_xml_etree under coverage http://bugs.python.org/issue30442 opened by kushal.das

#30444: Add ability to change "-- more --" text in pager module http://bugs.python.org/issue30444 opened by Gautam krishna.R

#30446: Embedded 3.6.1 distribution cannot find _socket module http://bugs.python.org/issue30446 opened by ThomasS

#30448: test_subprocess creates a core dump on FreeBSD http://bugs.python.org/issue30448 opened by haypo

#30449: Improve slots datamodel documentation http://bugs.python.org/issue30449 opened by Aaron Hall

#30450: Pull Windows dependencies from GitHub rather than svn.python.o http://bugs.python.org/issue30450 opened by zach.ware

#30451: parse windows path error in webbrowser.get() and lead to webbr http://bugs.python.org/issue30451 opened by chainly

#30454: Python module cx_Oracle ld installation issue on Solaris11U3 S http://bugs.python.org/issue30454 opened by sameernatekar

#30455: Generate C code from token.py and not vice versa http://bugs.python.org/issue30455 opened by serhiy.storchaka

#30456: 2to3 docs: example of fix for duplicates in second argument of http://bugs.python.org/issue30456 opened by Eli_B

#30457: Allow retrieve the number of waiters pending for most of the a http://bugs.python.org/issue30457 opened by pfreixes

#30458: CRLF Injection in httplib http://bugs.python.org/issue30458 opened by orange

#30459: PyList_SET_ITEM could be safer http://bugs.python.org/issue30459 opened by espie

#30460: file opened for updating cannot write after read http://bugs.python.org/issue30460 opened by jkloth

#30462: urllib does not support NO_PROXY environment variable containi http://bugs.python.org/issue30462 opened by Jiri Hnidek

#30463: Add slots to ABC convenience class http://bugs.python.org/issue30463 opened by Aaron Hall

#30464: gammavariate has a wrong comment http://bugs.python.org/issue30464 opened by leodema

#30465: FormattedValue expressions have wrong lineno and col_offset in http://bugs.python.org/issue30465 opened by lukasz.langa

#30466: Tutorial doesn't explain the use of classes http://bugs.python.org/issue30466 opened by trey

#30468: Propagate zipfile.py pypy issue #905 patch to CPython 3.7 http://bugs.python.org/issue30468 opened by shubhar

#30469: Inconsistent Execution of Generic Descriptor Attributes http://bugs.python.org/issue30469 opened by Ryan Morshead

#30470: Deprecate invalid ctypes call protection on Windows http://bugs.python.org/issue30470 opened by Mariatta

#30473: defaultdict raises SystemError, missing returned NULL in t http://bugs.python.org/issue30473 opened by Peter Parente

#30475: Docs for PyDict_GetItemWithError() should say it returns a bor http://bugs.python.org/issue30475 opened by eric.snow

#30476: Add _GenerateCRCTable() to zipfile.py to pre-compute CRC Tab http://bugs.python.org/issue30476 opened by shubhar

#30477: tuple.index error message improvement http://bugs.python.org/issue30477 opened by llllllllll

#30479: improve asyncio debugging http://bugs.python.org/issue30479 opened by tarek

#30480: samefile and sameopenfile fail for WebDAV mapped drives http://bugs.python.org/issue30480 opened by eryksun

#30482: socket.getservbyname(), socket.getservbyport(), socket.getprot http://bugs.python.org/issue30482 opened by dwfreed

#30483: urllib.parse.parse_qsl does not handle unicode data properly http://bugs.python.org/issue30483 opened by maxking

#30484: Garbage Collector can cause Segfault whilst iterating dictiona http://bugs.python.org/issue30484 opened by jimwright

#30485: Element.findall(path, dict) doesn't insert null namespace http://bugs.python.org/issue30485 opened by ben.wainwright

Most recent 15 issues with no replies (15)

#30484: Garbage Collector can cause Segfault whilst iterating dictiona http://bugs.python.org/issue30484

#30483: urllib.parse.parse_qsl does not handle unicode data properly http://bugs.python.org/issue30483

#30480: samefile and sameopenfile fail for WebDAV mapped drives http://bugs.python.org/issue30480

#30479: improve asyncio debugging http://bugs.python.org/issue30479

#30476: Add _GenerateCRCTable() to zipfile.py to pre-compute CRC Tab http://bugs.python.org/issue30476

#30475: Docs for PyDict_GetItemWithError() should say it returns a bor http://bugs.python.org/issue30475

#30470: Deprecate invalid ctypes call protection on Windows http://bugs.python.org/issue30470

#30462: urllib does not support NO_PROXY environment variable containi http://bugs.python.org/issue30462

#30458: CRLF Injection in httplib http://bugs.python.org/issue30458

#30457: Allow retrieve the number of waiters pending for most of the a http://bugs.python.org/issue30457

#30456: 2to3 docs: example of fix for duplicates in second argument of http://bugs.python.org/issue30456

#30454: Python module cx_Oracle ld installation issue on Solaris11U3 S http://bugs.python.org/issue30454

#30428: mailbox.MMDF wrongly adds From_ header to file http://bugs.python.org/issue30428

#30425: Python 3.6.1 (32-bit)_20170522020736.log http://bugs.python.org/issue30425

#30419: Bdb: Update doc page http://bugs.python.org/issue30419

Most recent 15 issues waiting for review (15)

#30468: Propagate zipfile.py pypy issue #905 patch to CPython 3.7 http://bugs.python.org/issue30468

#30466: Tutorial doesn't explain the use of classes http://bugs.python.org/issue30466

#30465: FormattedValue expressions have wrong lineno and col_offset in http://bugs.python.org/issue30465

#30450: Pull Windows dependencies from GitHub rather than svn.python.o http://bugs.python.org/issue30450

#30449: Improve slots datamodel documentation http://bugs.python.org/issue30449

#30441: os.environ raises RuntimeError: dictionary changed size during http://bugs.python.org/issue30441

#30439: Expose the subinterpreters C-API in the stdlib. http://bugs.python.org/issue30439

#30438: tarfile would fail to extract tarballs with files under R/O di http://bugs.python.org/issue30438

#30431: input function truncates prompt by NULL byte http://bugs.python.org/issue30431

#30427: isinstance checks in os.path.normcase redundant with os.fspath http://bugs.python.org/issue30427

#30421: argparse: relative include of config files http://bugs.python.org/issue30421

#30416: constant folding opens compiler to quadratic time hashing http://bugs.python.org/issue30416

#30413: Add fnmatch.filterfalse function http://bugs.python.org/issue30413

#30404: Make stdout and stderr truly unbuffered when using -u option http://bugs.python.org/issue30404

#30403: Running extension modules using -m switch http://bugs.python.org/issue30403

Top 10 most discussed issues (10)

#30441: os.environ raises RuntimeError: dictionary changed size during http://bugs.python.org/issue30441 18 msgs

#30290: IDLE: add tests for help_about.py http://bugs.python.org/issue30290 16 msgs

#30405: build.bat: register binaries for py launcher http://bugs.python.org/issue30405 11 msgs

#30413: Add fnmatch.filterfalse function http://bugs.python.org/issue30413 11 msgs

#30459: PyList_SET_ITEM could be safer http://bugs.python.org/issue30459 9 msgs

#12857: Expose called function on frame object http://bugs.python.org/issue12857 8 msgs

#21074: Too aggressive constant folding http://bugs.python.org/issue21074 8 msgs

#22257: PEP 432: Redesign the interpreter startup sequence http://bugs.python.org/issue22257 8 msgs

#30362: Launcher add list and list with paths options http://bugs.python.org/issue30362 8 msgs

#30392: default webbrowser fails on macOS Sierra 10.12.5 http://bugs.python.org/issue30392 8 msgs

Issues closed (50)

#11410: Use GCC visibility attrs in PyAPI_* http://bugs.python.org/issue11410 closed by twouters

#11470: Flag inappropriate uses of callable class attributes http://bugs.python.org/issue11470 closed by twouters

#17411: Build failures with non-NDEBUG, non-Py_DEBUG builds. http://bugs.python.org/issue17411 closed by twouters

#21056: csv documentation is incorrect http://bugs.python.org/issue21056 closed by Mariatta

#23894: lib2to3 doesn't recognize rb'...' and f'...' in Python 3.6 http://bugs.python.org/issue23894 closed by lukasz.langa

#25794: setattr does not always overload operators http://bugs.python.org/issue25794 closed by serhiy.storchaka

#27728: HTTPConnection.requests has a mutable as default value for hea http://bugs.python.org/issue27728 closed by matrixise

#27945: Various segfaults with dict http://bugs.python.org/issue27945 closed by serhiy.storchaka

#28567: Bus error / segmentation fault on macOS debug build when using http://bugs.python.org/issue28567 closed by ned.deily

#28707: add 'directory' option to the http.server module http://bugs.python.org/issue28707 closed by haypo

#28845: Clean up known issues for AIX http://bugs.python.org/issue28845 closed by zach.ware

#29102: Add an id field to PyInterpreterState. http://bugs.python.org/issue29102 closed by eric.snow

#29104: Left bracket remains in format string result when '' preceeds http://bugs.python.org/issue29104 closed by serhiy.storchaka

#29321: Wrong documentation (Language Ref) for unicode and str compari http://bugs.python.org/issue29321 closed by martin.panter

#29335: subprocess module does not check WIFSTOPPED on SIGCHLD http://bugs.python.org/issue29335 closed by gregory.p.smith

#29340: SSL destructor segfaults in python3.6 threads when an unverifi http://bugs.python.org/issue29340 closed by christian.heimes

#29851: Have importlib.reload() raise ModuleNotFoundError when a spec http://bugs.python.org/issue29851 closed by brett.cannon

#29943: PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches http://bugs.python.org/issue29943 closed by serhiy.storchaka

#29976: urllib.parse clarify what ' ' in schemes mean http://bugs.python.org/issue29976 closed by orsenthil

#30003: Fix handling escape characters in HZ codec http://bugs.python.org/issue30003 closed by xiang.zhang

#30160: BaseHTTPRequestHandler.wfile: supported usage unclear http://bugs.python.org/issue30160 closed by zach.ware

#30178: Indent methods and attributes of MimeTypes class http://bugs.python.org/issue30178 closed by Mariatta

#30310: tkFont.py assumes that all font families are encoded as ascii http://bugs.python.org/issue30310 closed by serhiy.storchaka

#30355: Unicode symbols crash lib2to3.parse http://bugs.python.org/issue30355 closed by terry.reedy

#30372: Status of builtins is not totally clear http://bugs.python.org/issue30372 closed by Mariatta

#30376: Curses documentation refers to incorrect type http://bugs.python.org/issue30376 closed by kushal.das

#30377: Unnecessary complexity in tokenize.py: comments and newlines http://bugs.python.org/issue30377 closed by serhiy.storchaka

#30380: Sphinx 1.6.1 raising new warnings in docs build http://bugs.python.org/issue30380 closed by brett.cannon

#30394: smtplib leaves open sockets around if SMTPConnectError is rais http://bugs.python.org/issue30394 closed by xiang.zhang

#30401: Remove the .bzrignore file http://bugs.python.org/issue30401 closed by Mariatta

#30407: ipaddress ver. 1.0.14 IPv4Network off by 1 http://bugs.python.org/issue30407 closed by xiang.zhang

#30408: [defaultdict] default_factory should accept a "key" default pa http://bugs.python.org/issue30408 closed by namtt

#30409: locale.getpreferredencoding doesn't return result http://bugs.python.org/issue30409 closed by haypo

#30414: multiprocesing.Queue silently ignore messages after exc in _fe http://bugs.python.org/issue30414 closed by pitrou

#30415: Improve fnmatch testing http://bugs.python.org/issue30415 closed by serhiy.storchaka

#30423: [asyncio] orphan future close loop and cause "RuntimeError: Ev http://bugs.python.org/issue30423 closed by lukasz.langa

#30426: why not use the same style func name. eg: int.to_bytes (with u http://bugs.python.org/issue30426 closed by eric.smith

#30432: FileInput doesn't accept PathLike objects for file names http://bugs.python.org/issue30432 closed by lukasz.langa

#30443: datetime.datetime.add does not respect fold. http://bugs.python.org/issue30443 closed by belopolsky

#30445: test_traceback fails in coverage run http://bugs.python.org/issue30445 closed by zach.ware

#30447: test_capi.test_subinterps() fails on ARMv7 Ubuntu 3.x http://bugs.python.org/issue30447 closed by eric.snow

#30452: xml.etree sourcecode bug http://bugs.python.org/issue30452 closed by serhiy.storchaka

#30453: str.format() method, Rounding off wrong http://bugs.python.org/issue30453 closed by mark.dickinson

#30461: glob returns results in undeterministic order http://bugs.python.org/issue30461 closed by rhettinger

#30467: Propagate zipfile.py pypy issue #905 patch to CPython 2.7 http://bugs.python.org/issue30467 closed by serhiy.storchaka

#30471: "as" keyword in comprehensions http://bugs.python.org/issue30471 closed by rhettinger

#30472: [Selenium 3.4.2-geckodriver 0.16.1] Python 3.6.1 unable to ini http://bugs.python.org/issue30472 closed by pitrou

#30474: Crash on OS X EXC_BAD_ACCESS (SIGSEGV) http://bugs.python.org/issue30474 closed by ned.deily

#30478: Python 2.7 crashes in Linux environment http://bugs.python.org/issue30478 closed by ncoghlan

#30481: lib/socket.py, line 330, Treated 'file' as a socket object, in http://bugs.python.org/issue30481 closed by Mohamad amin Khakzadan



More information about the Python-Dev mailing list