ACTIVITY SUMMARY (2019-08-16 - 2019-08-23)
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 7153 (-18)
closed 42529 (+72)
total 49682 (+54)
Open issues with patches: 2891
Issues opened (47)
==================
#26680: Incorporating float.is_integer into the numeric tower and Deci
https://bugs.python.org/issue26680 reopened by robert_smallshire
#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 reopened by vstinner
#37585: Comparing PyDictValues does not give expected results
https://bugs.python.org/issue37585 reopened by aeros167
#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878 opened by nanjekyejoannah
#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879 opened by eelizondo
#37880: For argparse add_argument with action='store_const', const sho
https://bugs.python.org/issue37880 opened by nanjekyejoannah
#37881: __text_signature__ parser doesn't handle globals in extension
https://bugs.python.org/issue37881 opened by Antony.Lee
#37883: threading.Lock.locked is not documented
https://bugs.python.org/issue37883 opened by remi.lapeyre
#37885: venv: Don't produce unbound variable warning on deactivate
https://bugs.python.org/issue37885 opened by danabr
#37886: PyStructSequence_UnnamedField not exported
https://bugs.python.org/issue37886 opened by [email protected]
#37888: Sub-interpreters : Confusing docs about state after calling Py
https://bugs.python.org/issue37888 opened by nanjekyejoannah
#37890: Modernize several tests in test_importlib
https://bugs.python.org/issue37890 opened by aeros167
#37891: Exceptions tutorial page does not mention raise from
https://bugs.python.org/issue37891 opened by Niels Albers
#37892: IDLE Shell: isolate user code input
https://bugs.python.org/issue37892 opened by terry.reedy
#37894: [win] shutil.which can not find the path if 'cmd' include dire
https://bugs.python.org/issue37894 opened by seahoh
#37895: test_logging hangs on an IPv6-only host
https://bugs.python.org/issue37895 opened by gregory.p.smith
#37896: test_multiprocessing_fork hangs on an IPv6-only host
https://bugs.python.org/issue37896 opened by gregory.p.smith
#37897: test_asyncio hangs on an IPv6-only host
https://bugs.python.org/issue37897 opened by gregory.p.smith
#37898: test_httpservers hangs on an IPv6-only host
https://bugs.python.org/issue37898 opened by gregory.p.smith
#37899: test_xmlrpc hangs on an IPv6-only host
https://bugs.python.org/issue37899 opened by gregory.p.smith
#37900: [urllib] proxy_bypass_registry doesn't handle invalid proxy ov
https://bugs.python.org/issue37900 opened by kwojniak_box
#37901: 21 tests fail when run on an IPv6-only host
https://bugs.python.org/issue37901 opened by gregory.p.smith
#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902 opened by GeeVye
#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903 opened by terry.reedy
#37904: Suggested edit to Python Tutorial - Section 4
https://bugs.python.org/issue37904 opened by [email protected]
#37905: Improve docs for NormalDist
https://bugs.python.org/issue37905 opened by Christoph.Deil
#37906: FreeBSD: test_threading: test_recursion_limit() crash with SIG
https://bugs.python.org/issue37906 opened by vstinner
#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907 opened by sir-sigurd
#37908: Add some examples of ArgumentParser.exit()
https://bugs.python.org/issue37908 opened by shihai1991
#37909: Thread pool return ref hold memory
https://bugs.python.org/issue37909 opened by Tianshu Gao
#37910: argparse wrapping fails with metavar="" (no metavar)
https://bugs.python.org/issue37910 opened by sjfranklin
#37911: Minor error in PEP567 code example
https://bugs.python.org/issue37911 opened by MarSoft
#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913 opened by jdemeyer
#37914: class timedelta, support the method hours and minutes in field
https://bugs.python.org/issue37914 opened by elinaldosoft
#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916 opened by Jakub Piotr CÅapa
#37918: What about an enum for open() modes?
https://bugs.python.org/issue37918 opened by Marco Sulla
#37919: nntplib throws spurious NNTPProtocolError
https://bugs.python.org/issue37919 opened by msapiro
#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921 opened by zaphodef
#37922: inspect.getsource returns wrong class definition when multiple
https://bugs.python.org/issue37922 opened by lennyt
#37923: Combining typing.get_type_hints and inspect.signature
https://bugs.python.org/issue37923 opened by dmontague
#37924: Embedding Python in Another Application: Compiling under Unix
https://bugs.python.org/issue37924 opened by hroncok
#37925: --embed not included in python3.8-config usage/--help
https://bugs.python.org/issue37925 opened by hroncok
#37927: No Instantiation Restrictions for AbstractBaseClasses derived
https://bugs.python.org/issue37927 opened by Talha Ahmed
#37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi
https://bugs.python.org/issue37928 opened by vstinner
#37929: IDLE: OK sometimes fails to close configdialog
https://bugs.python.org/issue37929 opened by terry.reedy
#37930: make fails when compiling Python 2.6 from source (posixmodule.
https://bugs.python.org/issue37930 opened by Oguz_eren
#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931 opened by Benoit Hudson
Most recent 15 issues with no replies (15)
==========================================
#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931
#37929: IDLE: OK sometimes fails to close configdialog
https://bugs.python.org/issue37929
#37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi
https://bugs.python.org/issue37928
#37924: Embedding Python in Another Application: Compiling under Unix
https://bugs.python.org/issue37924
#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921
#37919: nntplib throws spurious NNTPProtocolError
https://bugs.python.org/issue37919
#37918: What about an enum for open() modes?
https://bugs.python.org/issue37918
#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916
#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913
#37909: Thread pool return ref hold memory
https://bugs.python.org/issue37909
#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907
#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903
#37900: [urllib] proxy_bypass_registry doesn't handle invalid proxy ov
https://bugs.python.org/issue37900
#37899: test_xmlrpc hangs on an IPv6-only host
https://bugs.python.org/issue37899
#37898: test_httpservers hangs on an IPv6-only host
https://bugs.python.org/issue37898
Most recent 15 issues waiting for review (15)
=============================================
#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931
#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921
#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916
#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913
#37910: argparse wrapping fails with metavar="" (no metavar)
https://bugs.python.org/issue37910
#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907
#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902
#37885: venv: Don't produce unbound variable warning on deactivate
https://bugs.python.org/issue37885
#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879
#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878
#37864: Correct and deduplicate docs on "printable" characters
https://bugs.python.org/issue37864
#37860: Add netlify deploy preview for docs
https://bugs.python.org/issue37860
#37857: Setting logger.level directly has no effect due to caching in
https://bugs.python.org/issue37857
#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849
#37842: Initialize Py_buffer variables more efficiently
https://bugs.python.org/issue37842
Top 10 most discussed issues (10)
=================================
#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 18 msgs
#37890: Modernize several tests in test_importlib
https://bugs.python.org/issue37890 9 msgs
#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902 9 msgs
#36763: Implementation of the PEP 587
https://bugs.python.org/issue36763 7 msgs
#16468: argparse only supports iterable choices
https://bugs.python.org/issue16468 6 msgs
#30413: Add fnmatch.filterfalse function
https://bugs.python.org/issue30413 5 msgs
#34155: email.utils.parseaddr mistakenly parse an email
https://bugs.python.org/issue34155 5 msgs
#35518: test_timeout uses blackhole.snakebite.net domain which doesn't
https://bugs.python.org/issue35518 5 msgs
#37754: Persistence of Shared Memory Segment after process exits
https://bugs.python.org/issue37754 5 msgs
#37906: FreeBSD: test_threading: test_recursion_limit() crash with SIG
https://bugs.python.org/issue37906 5 msgs
Issues closed (72)
==================
#7676: IDLE shell shouldn't use TABs
https://bugs.python.org/issue7676 closed by terry.reedy
#9949: os.path.realpath on Windows does not follow symbolic links
https://bugs.python.org/issue9949 closed by steve.dower
#11846: Remove non-guaranteed implementation details from docs.
https://bugs.python.org/issue11846 closed by rhettinger
#12634: Random Remarks in class documentation
https://bugs.python.org/issue12634 closed by rhettinger
#13397: Option for XMLRPC clients to automatically transform Fault exc
https://bugs.python.org/issue13397 closed by rhettinger
#14050: Tutorial, list.sort() and items comparability
https://bugs.python.org/issue14050 closed by rhettinger
#14465: xml.etree.ElementTree: add feature to prettify XML output
https://bugs.python.org/issue14465 closed by scoder
#15913: Add PyBuffer_SizeFromFormat() C helper for struct.calcsize()
https://bugs.python.org/issue15913 closed by vstinner
#19441: itertools.tee improve documentation
https://bugs.python.org/issue19441 closed by rhettinger
#20727: Improved roundrobin itertools recipe
https://bugs.python.org/issue20727 closed by rhettinger
#21315: email._header_value_parser does not recognise in-line encoding
https://bugs.python.org/issue21315 closed by maxking
#22964: dbm.open(..., "x")
https://bugs.python.org/issue22964 closed by serhiy.storchaka
#23987: docs about containers membership testing wrong for broken obje
https://bugs.python.org/issue23987 closed by rhettinger
#24413: Inconsistent behavior between set and dict_keys/dict_items: fo
https://bugs.python.org/issue24413 closed by rhettinger
#24533: Increased Test Coverage for Lib/random.py
https://bugs.python.org/issue24533 closed by rhettinger
#24659: dict() built-in fails on iterators with a "keys" attribute
https://bugs.python.org/issue24659 closed by rhettinger
#24724: Element.findall documentation misleading
https://bugs.python.org/issue24724 closed by rhettinger
#25898: Check for subsequence inside a sequence
https://bugs.python.org/issue25898 closed by rhettinger
#26024: Non-ascii Windows locale names
https://bugs.python.org/issue26024 closed by vstinner
#26589: Add HTTP Response code 451
https://bugs.python.org/issue26589 closed by rhettinger
#27561: Warn against subclassing builtins, and overriding their method
https://bugs.python.org/issue27561 closed by rhettinger
#28988: Switch dict and set structures to PyVarObject
https://bugs.python.org/issue28988 closed by rhettinger
#29250: islink and stat follow_symlinks are inconsistent on Windows
https://bugs.python.org/issue29250 closed by eryksun
#29330: __slots__ needs documentation
https://bugs.python.org/issue29330 closed by rhettinger
#29412: IndexError thrown on email.message.Message.get
https://bugs.python.org/issue29412 closed by maxking
#30550: Document order-preserving dictionary output in json
https://bugs.python.org/issue30550 closed by rhettinger
#30826: More details in reference 'Looping through a list in Python an
https://bugs.python.org/issue30826 closed by rhettinger
#32471: Add an UML class diagram to the collections.abc module documen
https://bugs.python.org/issue32471 closed by rhettinger
#32554: random.seed(tuple) uses the randomized hash function and so is
https://bugs.python.org/issue32554 closed by rhettinger
#32621: Problem of consistency in collection.abc documentation
https://bugs.python.org/issue32621 closed by rhettinger
#33830: Error in the output of one example in the httplib docs
https://bugs.python.org/issue33830 closed by xtreak
#34302: Avoid inefficient way to find start point in deque.index
https://bugs.python.org/issue34302 closed by rhettinger
#34521: Multiple tests (test_socket, test_multiprocessing_*) fail due
https://bugs.python.org/issue34521 closed by vstinner
#35654: Remove 'guarantee' that sorting only relies on __lt__ from sor
https://bugs.python.org/issue35654 closed by rhettinger
#36502: str.isspace() for U+00A0 and U+202F differs from document
https://bugs.python.org/issue36502 closed by vstinner
#37074: os.stat() does not work for NUL and CON
https://bugs.python.org/issue37074 closed by eryksun
#37206: Incorrect application of Argument Clinic to dict.pop()
https://bugs.python.org/issue37206 closed by rhettinger
#37433: syntax error in multiline f-string produces ~40k spaces output
https://bugs.python.org/issue37433 closed by vstinner
#37454: Clarify docs for math.log1p()
https://bugs.python.org/issue37454 closed by rhettinger
#37552: [Windows] strptime/strftime return invalid results with UCRT v
https://bugs.python.org/issue37552 closed by steve.dower
#37565: test_faulthandler: test_register_chain() crash with SIGSEGV (s
https://bugs.python.org/issue37565 closed by vstinner
#37603: parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a -
https://bugs.python.org/issue37603 closed by vstinner
#37641: Embeddable distribution pyc filenames show build machine locat
https://bugs.python.org/issue37641 closed by steve.dower
#37660: Drop support for Aspen magic directories in venv's activate sc
https://bugs.python.org/issue37660 closed by brett.cannon
#37661: venv activation scripts erroneously check if __VENV_PROMPT__ i
https://bugs.python.org/issue37661 closed by brett.cannon
#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663 closed by brett.cannon
#37732: Possible uninitialized variable in Objects/obmalloc.c
https://bugs.python.org/issue37732 closed by vstinner
#37734: Registry keys for Windows Store package have wrong executable
https://bugs.python.org/issue37734 closed by steve.dower
#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 closed by vstinner
#37775: update doc of compileall
https://bugs.python.org/issue37775 closed by shihai1991
#37792: xml.etree.ElementTree.Element.__eq__ does compare only objects
https://bugs.python.org/issue37792 closed by serhiy.storchaka
#37810: ndiff reports incorrect location when diff strings contain tab
https://bugs.python.org/issue37810 closed by tim.peters
#37823: Telnet documentation: fix the link to open()
https://bugs.python.org/issue37823 closed by vstinner
#37826: Document PEP 3134 in tutorials/errors.rst
https://bugs.python.org/issue37826 closed by maxking
#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834 closed by steve.dower
#37841: Python store app launcher has dependency on msvcp140.dll
https://bugs.python.org/issue37841 closed by steve.dower
#37851: faulthandler: only allocate the signal handler stack when faul
https://bugs.python.org/issue37851 closed by vstinner
#37866: PyModule_GetState Segmentation fault when called Py_Initialize
https://bugs.python.org/issue37866 closed by Hua Liu
#37868: `is_dataclass` returns `True` if `getattr` always succeeds.
https://bugs.python.org/issue37868 closed by eric.smith
#37869: Compilation warning on GCC version 7.4.0-1ubuntu1~18.04.1
https://bugs.python.org/issue37869 closed by vstinner
#37875: gzip module any difference for compressing png file in version
https://bugs.python.org/issue37875 closed by zach.ware
#37877: MacOS crash appJar 3.7.3
https://bugs.python.org/issue37877 closed by Michael Hearn
#37882: Code folding in IDLE
https://bugs.python.org/issue37882 closed by terry.reedy
#37884: Optimize Fraction() and statistics.mean()
https://bugs.python.org/issue37884 closed by rhettinger
#37887: some leak in the compiler_assert function
https://bugs.python.org/issue37887 closed by serhiy.storchaka
#37889: Fatal Python error: Py_EndInterpreter: not the last thread
https://bugs.python.org/issue37889 closed by vstinner
#37893: pow() should disallow inverse when modulus is +-1
https://bugs.python.org/issue37893 closed by tim.peters
#37912: fstring with quotation marks conflict
https://bugs.python.org/issue37912 closed by eric.smith
#37915: Segfault in comparison between datetime.timezone.utc and pytz.
https://bugs.python.org/issue37915 closed by pablogsal
#37917: Warning regarding collections ABCs still present in 3.9
https://bugs.python.org/issue37917 closed by vstinner
#37920: Support subscripting os.PathLike and make it valid at runtime
https://bugs.python.org/issue37920 closed by gvanrossum
#37926: regression: PySys_SetArgvEx(0, NULL, 0): SystemError: Python-3
https://bugs.python.org/issue37926 closed by vstinner
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/E6MIHWNXO6QEUU4CQ7NZRCQKQJP2D24X/