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

Python tracker status at bugs.python.org
Fri May 18 12:10:04 EDT 2018


ACTIVITY SUMMARY (2018-05-11 - 2018-05-18) 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 6686 (+42) closed 38637 (+66) total 45323 (+108)

Open issues with patches: 2630

Issues opened (72)

#33466: Distutils does not support the compilation of Objective-C++ (â https://bugs.python.org/issue33466 opened by fish2000

#33467: Python 3.7: profile-opt build errors because a test seems to h https://bugs.python.org/issue33467 opened by Rahul Ravindran

#33468: Add try-finally contextlib.contextmanager example https://bugs.python.org/issue33468 opened by ncoghlan

#33469: RuntimeError after closing loop that used run_in_executor https://bugs.python.org/issue33469 opened by hniksic

#33471: string format with 'n' failling with french locales https://bugs.python.org/issue33471 opened by David Vasseur

#33473: build system incorrectly handles CC, CFLAGS, LDFLAGS, and rela https://bugs.python.org/issue33473 opened by eitan.adler

#33474: Support immutability per-field in dataclasses https://bugs.python.org/issue33474 opened by Daniel Lindeman

#33475: Fix converting AST expression to string and optimize parenthes https://bugs.python.org/issue33475 opened by serhiy.storchaka

#33476: String index out of range in get_group(), email/header_value https://bugs.python.org/issue33476 opened by Cacadril

#33477: Document that compile(code, 'exec') has different behavior in https://bugs.python.org/issue33477 opened by mbussonn

#33479: Document tkinter and threads https://bugs.python.org/issue33479 opened by terry.reedy

#33481: configparser.write() does not save comments. https://bugs.python.org/issue33481 opened by pebaudhi

#33482: codecs.StreamRecoder.writelines is broken https://bugs.python.org/issue33482 opened by Jelle Zijlstra

#33483: build system requires explicit compiler, but should discover i https://bugs.python.org/issue33483 opened by eitan.adler

#33484: build system runs when it may merely link https://bugs.python.org/issue33484 opened by eitan.adler

#33485: autoconf target does not behave correctly https://bugs.python.org/issue33485 opened by eitan.adler

#33486: regen autotools related files https://bugs.python.org/issue33486 opened by eitan.adler

#33487: BZ2File(buffering=None) does not emit deprecation warning, dep https://bugs.python.org/issue33487 opened by mbussonn

#33489: Newer externals for windows do not always trigger rebuild https://bugs.python.org/issue33489 opened by terry.reedy

#33490: pthread auto-detection can use AX_PTHREAD https://bugs.python.org/issue33490 opened by eitan.adler

#33491: mistype of method's name https://bugs.python.org/issue33491 opened by Ivan Gushchin

#33492: Updating the Evaluation order section to cover *expression in https://bugs.python.org/issue33492 opened by mjpieters

#33494: random.choices ought to check that cumulative weights are in a https://bugs.python.org/issue33494 opened by steven.daprano

#33498: pathlib.Path wants an rmtree method https://bugs.python.org/issue33498 opened by Aaron Hall

#33499: Environment variable to set alternate location for pycache tre https://bugs.python.org/issue33499 opened by carljm

#33500: Python TKinter for Mac on latest 2.7.15 still extremely slow v https://bugs.python.org/issue33500 opened by Michael Romero

#33501: split existing optimization levels into granular options https://bugs.python.org/issue33501 opened by carljm

#33504: configparser should use dict instead of OrderedDict in 3.7+ https://bugs.python.org/issue33504 opened by jreese

#33505: Optimize asyncio.ensure_future by reordering if conditions https://bugs.python.org/issue33505 opened by jimmylai

#33507: Improving the html rendered by cgitb.html https://bugs.python.org/issue33507 opened by sblondon

#33511: Update config.sub https://bugs.python.org/issue33511 opened by eitan.adler

#33514: async and await as keywords not mentioned in What’s New In P https://bugs.python.org/issue33514 opened by hroncok

#33515: subprocess.Popen on a Windows batch file always acts as if she https://bugs.python.org/issue33515 opened by abigail

#33516: unittest.mock: Add round to supported magicmock methods https://bugs.python.org/issue33516 opened by mjpieters

#33518: Add PEP to glossary https://bugs.python.org/issue33518 opened by adelfino

#33519: Should MutableSequence provide .copy()? https://bugs.python.org/issue33519 opened by Jelle Zijlstra

#33521: Add 1.32x faster C implementation of asyncio.isfuture(). https://bugs.python.org/issue33521 opened by jimmylai

#33523: loop.run_until_complete re-entrancy to support more complicate https://bugs.python.org/issue33523 opened by fried

#33524: non-ascii characters in headers causes TypeError on email.poli https://bugs.python.org/issue33524 opened by radical164

#33525: os.spawnvpe() returns error code 127 instead of raising when e https://bugs.python.org/issue33525 opened by Mark.Shannon

#33527: Invalid child function scope https://bugs.python.org/issue33527 opened by gasokiw

#33528: os.getentropy support https://bugs.python.org/issue33528 opened by David Carlier

#33529: Infinite loop on folding email if headers has no spaces https://bugs.python.org/issue33529 opened by radical164

#33530: Implement Happy Eyeball in asyncio https://bugs.python.org/issue33530 opened by twisteroid ambassador

#33531: test_asyncio: test_subprocess test_stdin_broken_pipe() failure https://bugs.python.org/issue33531 opened by vstinner

#33532: test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() https://bugs.python.org/issue33532 opened by vstinner

#33533: Provide an async-generator version of as_completed https://bugs.python.org/issue33533 opened by hniksic

#33535: Consider quoting all values in Morsel objects https://bugs.python.org/issue33535 opened by berker.peksag

#33537: Help on importlib.resources outputs the builtin open descripti https://bugs.python.org/issue33537 opened by serhiy.storchaka

#33540: socketserver: Add an opt-in option to get Python 3.6 behaviour https://bugs.python.org/issue33540 opened by vstinner

#33541: Remove private and apparently unused __pad function https://bugs.python.org/issue33541 opened by mariocj89

#33542: _ipconfig_getnode incorrectly selects a DUID as a MAC address https://bugs.python.org/issue33542 opened by zeffron

#33544: Asyncio Event.wait() is a hold over from before awaitable, and https://bugs.python.org/issue33544 opened by fried

#33545: Docs for uuid don't mention that uuid1 can repeat in some circ https://bugs.python.org/issue33545 opened by merelymoray

#33546: asyncio.Condition should become awaitable in 3.9 https://bugs.python.org/issue33546 opened by fried

#33550: Sigpipe handling issue should be documented https://bugs.python.org/issue33550 opened by splbio

#33552: f-strings and string annotations https://bugs.python.org/issue33552 opened by serhiy.storchaka

#33553: Documentation improvement proposal for multiprocessing https://bugs.python.org/issue33553 opened by Derek Kim

#33556: leftover thread crumb in threading.ident docstring https://bugs.python.org/issue33556 opened by skip.montanaro

#33557: Windows multiprocessing doesn't propagate tabcheck to children https://bugs.python.org/issue33557 opened by jwilk

#33558: Python has no icon in taskbar and in start screen https://bugs.python.org/issue33558 opened by e_l_e_c_t_r_i_f_y

#33561: Add .tostring() method to xml.etree.ElementTree.Element https://bugs.python.org/issue33561 opened by Stevoisiak

#33562: Check that the global settings for asyncio are not changed by https://bugs.python.org/issue33562 opened by brett.cannon

#33563: fileinput input's and Fileinput's bufsize=0 do not remit depre https://bugs.python.org/issue33563 opened by mbussonn

#33565: strange tracemalloc results https://bugs.python.org/issue33565 opened by thehesiod

#33566: re.findall() dead locked whent the expected ending char not oc https://bugs.python.org/issue33566 opened by mamamiaibm

#33567: Explicitly mention bytes and other buffers in the documentatio https://bugs.python.org/issue33567 opened by mjpieters

#33568: Inconsistent behavior of non-ascii handling in EmailPolicy.fol https://bugs.python.org/issue33568 opened by licht-t

#33569: dataclasses InitVar does not maintain any type info https://bugs.python.org/issue33569 opened by reinhrst

#33570: OpenSSL 1.1.1 / TLS 1.3 cipher suite changes https://bugs.python.org/issue33570 opened by christian.heimes

#33571: Add triple quotes to list of delimiters that trigger '...' pro https://bugs.python.org/issue33571 opened by adelfino

#33572: False/True as dictionary keys treated as integers https://bugs.python.org/issue33572 opened by Janusz Harkot

Most recent 15 issues with no replies (15)

#33571: Add triple quotes to list of delimiters that trigger '...' pro https://bugs.python.org/issue33571

#33570: OpenSSL 1.1.1 / TLS 1.3 cipher suite changes https://bugs.python.org/issue33570

#33569: dataclasses InitVar does not maintain any type info https://bugs.python.org/issue33569

#33568: Inconsistent behavior of non-ascii handling in EmailPolicy.fol https://bugs.python.org/issue33568

#33567: Explicitly mention bytes and other buffers in the documentatio https://bugs.python.org/issue33567

#33563: fileinput input's and Fileinput's bufsize=0 do not remit depre https://bugs.python.org/issue33563

#33562: Check that the global settings for asyncio are not changed by https://bugs.python.org/issue33562

#33557: Windows multiprocessing doesn't propagate tabcheck to children https://bugs.python.org/issue33557

#33552: f-strings and string annotations https://bugs.python.org/issue33552

#33550: Sigpipe handling issue should be documented https://bugs.python.org/issue33550

#33546: asyncio.Condition should become awaitable in 3.9 https://bugs.python.org/issue33546

#33545: Docs for uuid don't mention that uuid1 can repeat in some circ https://bugs.python.org/issue33545

#33542: _ipconfig_getnode incorrectly selects a DUID as a MAC address https://bugs.python.org/issue33542

#33541: Remove private and apparently unused __pad function https://bugs.python.org/issue33541

#33535: Consider quoting all values in Morsel objects https://bugs.python.org/issue33535

Most recent 15 issues waiting for review (15)

#33571: Add triple quotes to list of delimiters that trigger '...' pro https://bugs.python.org/issue33571

#33563: fileinput input's and Fileinput's bufsize=0 do not remit depre https://bugs.python.org/issue33563

#33562: Check that the global settings for asyncio are not changed by https://bugs.python.org/issue33562

#33556: leftover thread crumb in threading.ident docstring https://bugs.python.org/issue33556

#33544: Asyncio Event.wait() is a hold over from before awaitable, and https://bugs.python.org/issue33544

#33542: _ipconfig_getnode incorrectly selects a DUID as a MAC address https://bugs.python.org/issue33542

#33541: Remove private and apparently unused __pad function https://bugs.python.org/issue33541

#33540: socketserver: Add an opt-in option to get Python 3.6 behaviour https://bugs.python.org/issue33540

#33537: Help on importlib.resources outputs the builtin open descripti https://bugs.python.org/issue33537

#33525: os.spawnvpe() returns error code 127 instead of raising when e https://bugs.python.org/issue33525

#33524: non-ascii characters in headers causes TypeError on email.poli https://bugs.python.org/issue33524

#33523: loop.run_until_complete re-entrancy to support more complicate https://bugs.python.org/issue33523

#33521: Add 1.32x faster C implementation of asyncio.isfuture(). https://bugs.python.org/issue33521

#33519: Should MutableSequence provide .copy()? https://bugs.python.org/issue33519

#33518: Add PEP to glossary https://bugs.python.org/issue33518

Top 10 most discussed issues (10)

#32769: Add 'annotations' to the glossary https://bugs.python.org/issue32769 18 msgs

#33499: Environment variable to set alternate location for pycache tre https://bugs.python.org/issue33499 11 msgs

#20104: expose posix_spawn(p) https://bugs.python.org/issue20104 9 msgs

#32414: PyCapsule_Import fails when name is in the form 'package.modul https://bugs.python.org/issue32414 9 msgs

#33494: random.choices ought to check that cumulative weights are in a https://bugs.python.org/issue33494 8 msgs

#12486: tokenize module should have a unicode API https://bugs.python.org/issue12486 7 msgs

#33435: incorrect detection of information of some distributions https://bugs.python.org/issue33435 7 msgs

#33479: Document tkinter and threads https://bugs.python.org/issue33479 7 msgs

#19251: bitwise ops for bytes of equal length https://bugs.python.org/issue19251 6 msgs

#25478: Consider adding a normalize() method to collections.Counter() https://bugs.python.org/issue25478 6 msgs

Issues closed (65)

#4934: tp_del and tp_version_tag undocumented https://bugs.python.org/issue4934 closed by pitrou

#5286: urrlib2 digest authentication problems https://bugs.python.org/issue5286 closed by petr.viktorin

#13631: readline fails to parse some forms of .editrc under editline ( https://bugs.python.org/issue13631 closed by ned.deily

#21475: Support the Sitemap extension in robotparser https://bugs.python.org/issue21475 closed by ned.deily

#22069: TextIOWrapper(newline="\n", line_buffering=True) mistakenly tr https://bugs.python.org/issue22069 closed by Mariatta

#22552: ctypes.CDLL returns singleton objects, resulting in usage conf https://bugs.python.org/issue22552 closed by Ivan.Pozdeev

#24318: Better documentaiton of profile-opt (and release builds in gen https://bugs.python.org/issue24318 closed by gregory.p.smith

#26264: keyword module missing async and await keywords https://bugs.python.org/issue26264 closed by terry.reedy

#28167: remove platform.linux_distribution() https://bugs.python.org/issue28167 closed by petr.viktorin

#29706: IDLE needs syntax highlighting for async and await https://bugs.python.org/issue29706 closed by terry.reedy

#31607: Add listsize in pdb.py https://bugs.python.org/issue31607 closed by matrixise

#31645: openssl build fails in win32 if .pl extension is not associate https://bugs.python.org/issue31645 closed by Ivan.Pozdeev

#31947: names=None case is not handled by EnumMeta.create method https://bugs.python.org/issue31947 closed by ethan.furman

#32216: Document PEP 557 Data Classes (dataclasses module) https://bugs.python.org/issue32216 closed by eric.smith

#32374: Document that m_traverse for multi-phase initialized modules c https://bugs.python.org/issue32374 closed by petr.viktorin

#32384: Generator tests is broken in non-CPython implementation https://bugs.python.org/issue32384 closed by berker.peksag

#32463: problems with shutil.py and os.get_terminal_size https://bugs.python.org/issue32463 closed by berker.peksag

#32551: Zipfile & directory execution in 3.5.4 also adds the parent di https://bugs.python.org/issue32551 closed by petr.viktorin

#32601: PosixPathTest.test_expanduser fails in NixOS build sandbox https://bugs.python.org/issue32601 closed by serhiy.storchaka

#32861: urllib.robotparser: incomplete str methods https://bugs.python.org/issue32861 closed by serhiy.storchaka

#33198: Build on Linux with --enable-optimizations fails https://bugs.python.org/issue33198 closed by fschulze

#33314: Bad rendering in the documentation for the os module https://bugs.python.org/issue33314 closed by gregory.p.smith

#33341: python3 fails to build if directory or sysroot contains "icc https://bugs.python.org/issue33341 closed by terry.reedy

#33358: [EASY] x86 Ubuntu Shared 3.x: test_embed.test_pre_initializati https://bugs.python.org/issue33358 closed by cheryl.sabella

#33427: Dead link in "The Python Standard Library" page https://bugs.python.org/issue33427 closed by ned.deily

#33443: Typo in Python/import.c https://bugs.python.org/issue33443 closed by brett.cannon

#33453: from future import annotations breaks dataclasses ClassVar https://bugs.python.org/issue33453 closed by eric.smith

#33464: AIX and "specialized downloads" links https://bugs.python.org/issue33464 closed by Michael.Felt

#33465: test_from_import_missing_attr_has_name_and_so_path fails when https://bugs.python.org/issue33465 closed by barry

#33470: Changes from GH-1638 (GH-3575, bpo-28411) are not documented i https://bugs.python.org/issue33470 closed by vstinner

#33472: build system incorrectly handles CC, CFLAGS, LDFLAGS, and rela https://bugs.python.org/issue33472 closed by eadler

#33478: PEP 8 CapWords reference wrong? https://bugs.python.org/issue33478 closed by berker.peksag

#33480: Improvement suggestions for urllib.parse.urlparser https://bugs.python.org/issue33480 closed by r.david.murray

#33488: github pull request template does not satisfy markdownlint https://bugs.python.org/issue33488 closed by benjamin.peterson

#33493: dataclasses: allow keyword-only arguments https://bugs.python.org/issue33493 closed by eric.smith

#33495: dataclasses: repr of Field objects should use repr of each mem https://bugs.python.org/issue33495 closed by eric.smith

#33496: Accept Pathlib paths for sqlite file https://bugs.python.org/issue33496 closed by devala

#33497: cgi.parse_multipart does not have an associated "errors" param https://bugs.python.org/issue33497 closed by ned.deily

#33502: dataclasses: repr of _DataclassParams objects should use repr https://bugs.python.org/issue33502 closed by eric.smith

#33503: use pypi.org instead of pypi.python.org https://bugs.python.org/issue33503 closed by ned.deily

#33506: [logging] template for filename timestamps https://bugs.python.org/issue33506 closed by vinay.sajip

#33508: [logging] allow %p code to put PID into log filename https://bugs.python.org/issue33508 closed by vinay.sajip

#33509: warnings.warn_explicit with module_globals=True raises a Syste https://bugs.python.org/issue33509 closed by ned.deily

#33510: [logging] add JSON log formatter https://bugs.python.org/issue33510 closed by vinay.sajip

#33512: use more standard approach for detecting long double in config https://bugs.python.org/issue33512 closed by benjamin.peterson

#33513: incorrect detection of information of some distributions pytho https://bugs.python.org/issue33513 closed by serhiy.storchaka

#33517: dataclasses: Add the field type to Field repr https://bugs.python.org/issue33517 closed by eric.smith

#33520: ast.Tuple has wrong col_offset https://bugs.python.org/issue33520 closed by r.david.murray

#33522: Enable CI builds on Visual Studio Team Services https://bugs.python.org/issue33522 closed by gregory.p.smith

#33526: hashlib leak on import https://bugs.python.org/issue33526 closed by thehesiod

#33534: dataclasses: unneeded test in _is_classvar https://bugs.python.org/issue33534 closed by eric.smith

#33536: dataclasses.make_dataclass does not validate fields for being https://bugs.python.org/issue33536 closed by eric.smith

#33538: Remove useless check in subprocess https://bugs.python.org/issue33538 closed by serhiy.storchaka

#33539: Remove init flag from @dataclass? https://bugs.python.org/issue33539 closed by eric.smith

#33543: make html broken https://bugs.python.org/issue33543 closed by ned.deily

#33547: Relative imports do not replace local variables https://bugs.python.org/issue33547 closed by ncoghlan

#33548: tempfile._candidate_tempdir_list should consider common TEMP l https://bugs.python.org/issue33548 closed by steve.dower

#33549: xmlbuilder's _AsyncDeprecatedProperty make no sens now that https://bugs.python.org/issue33549 closed by serhiy.storchaka

#33551: The string prefixes u and f can't used together https://bugs.python.org/issue33551 closed by serhiy.storchaka

#33554: Optimize PyDictObject https://bugs.python.org/issue33554 closed by serhiy.storchaka

#33555: No SyntaxError raised for return with argument inside genera https://bugs.python.org/issue33555 closed by serhiy.storchaka

#33559: Exception's repr change not documented https://bugs.python.org/issue33559 closed by serhiy.storchaka

#33560: tuple.index() could return a more explicit error message https://bugs.python.org/issue33560 closed by serhiy.storchaka

#33564: IDLE: add 'async' to codecontext block openers https://bugs.python.org/issue33564 closed by terry.reedy

#991266: Cookie.py does not correctly quote Morsels https://bugs.python.org/issue991266 closed by berker.peksag



More information about the Python-Dev mailing list