Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-09-18 - 2020-09-25) 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 7679 ( +4) closed 45919 (+49) total 53598 (+53) Open issues with patches: 3131 Issues opened (45) ================== #32218: add __iter__ to enum.Flag members https://bugs.python.org/issue32218 reopened by ethan.furman #35328: Set a environment variable for venv prompt https://bugs.python.org/issue35328 reopened by brett.cannon #41494: Adds window resizing support to Lib/pty.py [ SIGWINCH ] https://bugs.python.org/issue41494 reopened by soumendra #41617: __builtin_bswap16 is used without checking it is supported https://bugs.python.org/issue41617 reopened by jmr #41756: Do not always use exceptions to return result from coroutine https://bugs.python.org/issue41756 reopened by serhiy.storchaka #41812: Broken link on documentation header https://bugs.python.org/issue41812 opened by cocoatomo #41813: Clarify specification of object.__await__ https://bugs.python.org/issue41813 opened by plammens #41814: Mismatch between the manipulation of `sys.path` by `runpy` and https://bugs.python.org/issue41814 opened by maggyero #41818: Lib/pty.py major revision https://bugs.python.org/issue41818 opened by soumendra #41819: Fix some compiler warnings https://bugs.python.org/issue41819 opened by samuelmarks #41822: Document the mean of values for sys.float_info.rounds https://bugs.python.org/issue41822 opened by rhettinger #41823: Add more fields to sys.float_info https://bugs.python.org/issue41823 opened by rhettinger #41824: Docs for typing.ForwardRef don't state that it was added in 3. https://bugs.python.org/issue41824 opened by dom1310df #41825: os.waitid() documentation needs TLC https://bugs.python.org/issue41825 opened by georg.brandl #41826: test_peg_generator compilation warnings https://bugs.python.org/issue41826 opened by skip.montanaro #41829: sqlite3.Row always read as tuple when supplied to executemany https://bugs.python.org/issue41829 opened by tony.wu #41830: "NameError: name 'AttributeError' is not defined" https://bugs.python.org/issue41830 opened by sasowmy1 #41831: Restore default __str__ of tkinter.EventType https://bugs.python.org/issue41831 opened by serhiy.storchaka #41832: PyType_FromSpec() should accept tp_doc=NULL https://bugs.python.org/issue41832 opened by vstinner #41834: Remove _Py_CheckRecursionLimit variable https://bugs.python.org/issue41834 opened by vstinner #41835: Speed up dict vectorcall creation using keywords https://bugs.python.org/issue41835 opened by Marco Sulla #41837: Upgrade installers to OpenSSL 1.1.1h https://bugs.python.org/issue41837 opened by ned.deily #41838: Value error is showing in docset python (class) https://bugs.python.org/issue41838 opened by mkay6122 #41839: Fix error checking in sched_get_priority_ functions https://bugs.python.org/issue41839 opened by kulikjak #41840: [regression] symtable.Symbol.is_local() is no longer True for https://bugs.python.org/issue41840 opened by CendioOssman #41841: idlelib/NEWS.txt for 3.10.0 and backports https://bugs.python.org/issue41841 opened by terry.reedy #41842: Add codecs.unregister() to unregister a codec search function https://bugs.python.org/issue41842 opened by vstinner #41843: Reenable sendfile in shutil.copyfile() on Solaris https://bugs.python.org/issue41843 opened by kulikjak #41844: IDLE subsection of What's New 3.9 https://bugs.python.org/issue41844 opened by terry.reedy #41845: Promote PyObject_GenericGetDict to the stable API https://bugs.python.org/issue41845 opened by alex #41846: IDLE subsection of What's New 3.10 https://bugs.python.org/issue41846 opened by terry.reedy #41847: Update "install launcher for all users" installer option https://bugs.python.org/issue41847 opened by steve.dower #41848: PEG parser doesn't allow lambda in for_if_clause https://bugs.python.org/issue41848 opened by slebedev #41849: Support reading long lines with io._WindowsConsoleIO https://bugs.python.org/issue41849 opened by eryksun #41850: inspect.py: access block stack https://bugs.python.org/issue41850 opened by gchalony #41851: tkinter: add font neg and equal methods https://bugs.python.org/issue41851 opened by epaine #41852: Inconsistent errors for JSON-encoding NaNs with allow_nan=Fals https://bugs.python.org/issue41852 opened by earwig #41853: Windows docs for command line install don't mention /log optio https://bugs.python.org/issue41853 opened by forrestshields2 #41854: argparse.add_mutually_exclusive_group fails for optional posit https://bugs.python.org/issue41854 opened by rrt #41855: FastPath.zip_children can give duplicate results on Python 3.8 https://bugs.python.org/issue41855 opened by jaraco #41856: argparse: auto-generated synopsis omits REMAINDER argument https://bugs.python.org/issue41856 opened by rrt #41857: Document timeout arguments to poll() in select module https://bugs.python.org/issue41857 opened by zaneb #41858: Fix incomplete line on optparse documentation https://bugs.python.org/issue41858 opened by eamanu #41859: Uncaught ValueError https://bugs.python.org/issue41859 opened by rhettinger #41861: Convert sqlite3 to PEP 384 https://bugs.python.org/issue41861 opened by erlendaasland Most recent 15 issues with no replies (15) ========================================== #41861: Convert sqlite3 to PEP 384 https://bugs.python.org/issue41861 #41858: Fix incomplete line on optparse documentation https://bugs.python.org/issue41858 #41857: Document timeout arguments to poll() in select module https://bugs.python.org/issue41857 #41854: argparse.add_mutually_exclusive_group fails for optional posit https://bugs.python.org/issue41854 #41852: Inconsistent errors for JSON-encoding NaNs with allow_nan=Fals https://bugs.python.org/issue41852 #41851: tkinter: add font neg and equal methods https://bugs.python.org/issue41851 #41848: PEG parser doesn't allow lambda in for_if_clause https://bugs.python.org/issue41848 #41846: IDLE subsection of What's New 3.10 https://bugs.python.org/issue41846 #41843: Reenable sendfile in shutil.copyfile() on Solaris https://bugs.python.org/issue41843 #41839: Fix error checking in sched_get_priority_ functions https://bugs.python.org/issue41839 #41837: Upgrade installers to OpenSSL 1.1.1h https://bugs.python.org/issue41837 #41832: PyType_FromSpec() should accept tp_doc=NULL https://bugs.python.org/issue41832 #41831: Restore default __str__ of tkinter.EventType https://bugs.python.org/issue41831 #41829: sqlite3.Row always read as tuple when supplied to executemany https://bugs.python.org/issue41829 #41825: os.waitid() documentation needs TLC https://bugs.python.org/issue41825 Most recent 15 issues waiting for review (15) ============================================= #41861: Convert sqlite3 to PEP 384 https://bugs.python.org/issue41861 #41858: Fix incomplete line on optparse documentation https://bugs.python.org/issue41858 #41857: Document timeout arguments to poll() in select module https://bugs.python.org/issue41857 #41855: FastPath.zip_children can give duplicate results on Python 3.8 https://bugs.python.org/issue41855 #41851: tkinter: add font neg and equal methods https://bugs.python.org/issue41851 #41848: PEG parser doesn't allow lambda in for_if_clause https://bugs.python.org/issue41848 #41844: IDLE subsection of What's New 3.9 https://bugs.python.org/issue41844 #41842: Add codecs.unregister() to unregister a codec search function https://bugs.python.org/issue41842 #41841: idlelib/NEWS.txt for 3.10.0 and backports https://bugs.python.org/issue41841 #41840: [regression] symtable.Symbol.is_local() is no longer True for https://bugs.python.org/issue41840 #41839: Fix error checking in sched_get_priority_ functions https://bugs.python.org/issue41839 #41834: Remove _Py_CheckRecursionLimit variable https://bugs.python.org/issue41834 #41831: Restore default __str__ of tkinter.EventType https://bugs.python.org/issue41831 #41826: test_peg_generator compilation warnings https://bugs.python.org/issue41826 #41825: os.waitid() documentation needs TLC https://bugs.python.org/issue41825 Top 10 most discussed issues (10) ================================= #41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch https://bugs.python.org/issue41561 16 msgs #41756: Do not always use exceptions to return result from coroutine https://bugs.python.org/issue41756 10 msgs #39934: Fatal Python error "XXX block stack overflow" when exception s https://bugs.python.org/issue39934 9 msgs #25655: Python errors related to failures loading DLL's lack informati https://bugs.python.org/issue25655 8 msgs #41774: While removing element from list using for and remove(), which https://bugs.python.org/issue41774 7 msgs #41842: Add codecs.unregister() to unregister a codec search function https://bugs.python.org/issue41842 6 msgs #41819: Fix some compiler warnings https://bugs.python.org/issue41819 5 msgs #21261: Teach IDLE to Autocomplete dictionary keys https://bugs.python.org/issue21261 4 msgs #35144: TemporaryDirectory clean-up fails with unsearchable directorie https://bugs.python.org/issue35144 4 msgs #39107: Upgrade tcl/tk to 8.6.10 (Windows and maxOS) https://bugs.python.org/issue39107 4 msgs Issues closed (47) ================== #12178: csv writer doesn't escape escapechar https://bugs.python.org/issue12178 closed by taleinat #24078: inspect.getsourcelines ignores context and returns wrong line https://bugs.python.org/issue24078 closed by xtreak #24403: Missing fixer for changed round() behavior https://bugs.python.org/issue24403 closed by serhiy.storchaka #24757: Installing Py on Windows: Need to restart or logout for path t https://bugs.python.org/issue24757 closed by steve.dower #27139: Increased test coverage for statistics.median_grouped https://bugs.python.org/issue27139 closed by rhettinger #28657: cmd.Cmd.get_help() implementation can't see do_*() methods add https://bugs.python.org/issue28657 closed by taleinat #29107: traceback module incorrectly formats args-less syntax errors https://bugs.python.org/issue29107 closed by benjamin.peterson #29526: Documenting format() function https://bugs.python.org/issue29526 closed by eric.smith #29887: test_normalization doesn't work https://bugs.python.org/issue29887 closed by benjamin.peterson #30974: Update os.samefile docstring to match documentation https://bugs.python.org/issue30974 closed by steve.dower #33689: Blank lines in .pth file cause a duplicate sys.path entry https://bugs.python.org/issue33689 closed by taleinat #33821: IDLE subsection of What's New 3.7 https://bugs.python.org/issue33821 closed by terry.reedy #35764: IDLE: revise calltip doc https://bugs.python.org/issue35764 closed by terry.reedy #35767: unittest loader doesn't work with partial test functions https://bugs.python.org/issue35767 closed by fried #36666: threading.Thread should have way to catch an exception thrown https://bugs.python.org/issue36666 closed by vstinner #37062: `AutoNumber` class in enum documentation: support *args in con https://bugs.python.org/issue37062 closed by ethan.furman #37309: idlelib/NEWS.txt for 3.9.0 and backports https://bugs.python.org/issue37309 closed by terry.reedy #37408: [DOC] Precise that Tarfile "format" argument only concerns wri https://bugs.python.org/issue37408 closed by gregory.p.smith #37827: IDLE: Have the shell mimic terminal handling of \r and \b cont https://bugs.python.org/issue37827 closed by taleinat #37849: IDLE: Completion window misplaced when shown above current lin https://bugs.python.org/issue37849 closed by taleinat #38068: clean up configure logic for gettimeofday https://bugs.python.org/issue38068 closed by benjamin.peterson #38776: rlock_count<0 https://bugs.python.org/issue38776 closed by vstinner #39041: Support GitHub Actions in CI https://bugs.python.org/issue39041 closed by steve.dower #40049: tarfile cannot extract from stdin https://bugs.python.org/issue40049 closed by taleinat #40181: IDLE: remove positional-only note from calltips https://bugs.python.org/issue40181 closed by terry.reedy #40458: test_bad_getattr crashes on APPX test https://bugs.python.org/issue40458 closed by steve.dower #40941: Merge generator.gi_running and frame executing flag into singl https://bugs.python.org/issue40941 closed by vstinner #41492: Fix signing description for Windows release builds https://bugs.python.org/issue41492 closed by steve.dower #41602: Python doesn't exit with proper resultcode on SIGINT in runpy https://bugs.python.org/issue41602 closed by gvanrossum #41684: argparse: unexpected subparser behaviour on parse_args with na https://bugs.python.org/issue41684 closed by paul.j3 #41758: turtledemo.colormixer crashes with a stack overflow https://bugs.python.org/issue41758 closed by terry.reedy #41775: IDLE: change Shell window title https://bugs.python.org/issue41775 closed by terry.reedy #41807: Warnings when installing Linter on VS code on Linux and Window https://bugs.python.org/issue41807 closed by steve.dower #41809: finding file attributes in Windows seems to fail https://bugs.python.org/issue41809 closed by terry.reedy #41810: Consider reintroducing `types.EllipsisType` for the sake of ty https://bugs.python.org/issue41810 closed by gvanrossum #41811: pstats.SortKey enum is broken https://bugs.python.org/issue41811 closed by ethan.furman #41815: SQLite: segfault if backup called on closed database https://bugs.python.org/issue41815 closed by aeros #41816: need StrEnum in enum.py https://bugs.python.org/issue41816 closed by ethan.furman #41817: Incorrect types in tkinter.EventType Enum https://bugs.python.org/issue41817 closed by ethan.furman #41820: ipaddress allows "00" in ipv4 address octets https://bugs.python.org/issue41820 closed by eric.smith #41821: Printing specific Unicode characters causes unwanted beeping i https://bugs.python.org/issue41821 closed by eryksun #41827: 2D array issue https://bugs.python.org/issue41827 closed by eric.smith #41828: No longer able to override DATA_UPLOAD_MAX_MEMORY_SIZE outside https://bugs.python.org/issue41828 closed by eric.smith #41833: threading.Thread: use target name if the name parameter is omi https://bugs.python.org/issue41833 closed by vstinner #41836: Improve ctypes error reporting with missing DLL path https://bugs.python.org/issue41836 closed by pombredanne #41860: random.choices() raises "int too large" error while random.ran https://bugs.python.org/issue41860 closed by rhettinger #41862: can not open file in system folder https://bugs.python.org/issue41862 closed by eryksun
participants (1)
-
Python tracker