ACTIVITY SUMMARY (2020-10-09 - 2020-10-16) 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 7707 (+17) closed 46082 (+53) total 53789 (+70) Open issues with patches: 3125 Issues opened (46) ================== #41987: singledispatchmethod raises an error when relying on a forward https://bugs.python.org/issue41987 opened by glyph #41988: No hyphen in broken up word in documentation https://bugs.python.org/issue41988 opened by cryvate #41989: htmlparser unclosed script tag causes data loss https://bugs.python.org/issue41989 opened by waylan #41990: venv module clashes with pip --user ... improve coordination. https://bugs.python.org/issue41990 opened by bernd.wechner #41994: Refcount issues in import https://bugs.python.org/issue41994 opened by serhiy.storchaka #41995: five possible Null Pointer Dereference bugs. https://bugs.python.org/issue41995 opened by brightest3379 #41999: imaplib Time2Internaldate crashing with time.struct_time suppl https://bugs.python.org/issue41999 opened by sajicek #42001: Deprecate `typing.io` Wrapper Namespace https://bugs.python.org/issue42001 opened by rohitkg98 #42004: Allow uploading files with SimpleHTTPRequestHandler https://bugs.python.org/issue42004 opened by lufte #42005: profile/cProfile CLI should catch BrokenPipeError https://bugs.python.org/issue42005 opened by zmwangx #42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_Ge https://bugs.python.org/issue42006 opened by serhiy.storchaka #42008: Internal Random class calling seed() with incorrect argument https://bugs.python.org/issue42008 opened by rhettinger #42009: Unable to compile with message compiler due to source order https://bugs.python.org/issue42009 opened by chrisburr #42010: Generic types accept indexing/subscripting, causing confusion https://bugs.python.org/issue42010 opened by kj #42012: typing support in wsgiref https://bugs.python.org/issue42012 opened by srittau #42013: venv on Windows with symlinks is broken if invoked with -I https://bugs.python.org/issue42013 opened by gaborjbernat #42014: shutil.rmtree calls onerror with different function than faile https://bugs.python.org/issue42014 opened by nijel #42016: Add ksh to venv examples https://bugs.python.org/issue42016 opened by fibonacci #42018: winreg SetValue(Ex) should mention integer as an acceptable va https://bugs.python.org/issue42018 opened by kwojniak_box #42019: Override MagicMock special methods https://bugs.python.org/issue42019 opened by Indy #42022: Allow ensurepip to work without bundled wheels https://bugs.python.org/issue42022 opened by FFY00 #42023: Argparse: Add a "display" arg https://bugs.python.org/issue42023 opened by ThatXliner #42024: Exception ignored in: <function WeakValueDictionary.__init__.< https://bugs.python.org/issue42024 opened by jayesh007 #42025: zoneinfo: wrong time difference across transition when tzinfo https://bugs.python.org/issue42025 opened by d.grellscheid #42027: /passive run of Windows installer fail silently on Win7 https://bugs.python.org/issue42027 opened by colin-b #42028: Regression in mimetypes for image/bmp https://bugs.python.org/issue42028 opened by xpdseth #42032: Setting PYTHONPYCACHEPREFIX using ~ (tilde) creates a "~" fold https://bugs.python.org/issue42032 opened by vkbo #42033: Seemingly unnecessary complexification of foo(**kw) https://bugs.python.org/issue42033 opened by xmorel #42034: Unchecked return in Objects/typeobject.c and possible uninitia https://bugs.python.org/issue42034 opened by monocle-ai #42035: [C API] PyType_GetSlot cannot get tp_name https://bugs.python.org/issue42035 opened by fancitron #42036: Unchecked return in Modules/posixmodule.c from multiple functi https://bugs.python.org/issue42036 opened by monocle-ai #42037: Documentation confusion in CookieJar functions https://bugs.python.org/issue42037 opened by markus #42038: Tracemalloc's format() doc contradictory https://bugs.python.org/issue42038 opened by lisroach #42040: Change IDLE 'more information' splash line, change doc name https://bugs.python.org/issue42040 opened by terry.reedy #42041: venv subprocess call to python resolves to wrong interpreter https://bugs.python.org/issue42041 opened by keller00 #42042: docs.python.org for 3.10 missing the new refererence record. https://bugs.python.org/issue42042 opened by corona10 #42043: zipfile.Path should support inheritance https://bugs.python.org/issue42043 opened by conchylicultor #42044: Running Python in unbuffered mode may not write all contents t https://bugs.python.org/issue42044 opened by fabioz #42045: Add support to async code to pdb https://bugs.python.org/issue42045 opened by hack.augusto #42046: Unable to write to file without elevated privileges https://bugs.python.org/issue42046 opened by john_miller #42047: DragonFlyBSD thread native id support missing https://bugs.python.org/issue42047 opened by devnexen #42048: Document Argument Clinic's defining_class converter https://bugs.python.org/issue42048 opened by erlendaasland #42049: Add image/webp to list of media types in mimetypes.py https://bugs.python.org/issue42049 opened by waicalibre #42050: ensurepip fails if cwd contains illformed setup.cf https://bugs.python.org/issue42050 opened by htgoebel #42051: plistlib inherits XML vulnerabilities: we should document them https://bugs.python.org/issue42051 opened by vstinner #42053: fwalk: incorrect boolean test for non-fd arguments https://bugs.python.org/issue42053 opened by dubiousjim Most recent 15 issues with no replies (15) ========================================== #42053: fwalk: incorrect boolean test for non-fd arguments https://bugs.python.org/issue42053 #42050: ensurepip fails if cwd contains illformed setup.cf https://bugs.python.org/issue42050 #42048: Document Argument Clinic's defining_class converter https://bugs.python.org/issue42048 #42047: DragonFlyBSD thread native id support missing https://bugs.python.org/issue42047 #42045: Add support to async code to pdb https://bugs.python.org/issue42045 #42042: docs.python.org for 3.10 missing the new refererence record. https://bugs.python.org/issue42042 #42040: Change IDLE 'more information' splash line, change doc name https://bugs.python.org/issue42040 #42038: Tracemalloc's format() doc contradictory https://bugs.python.org/issue42038 #42037: Documentation confusion in CookieJar functions https://bugs.python.org/issue42037 #42036: Unchecked return in Modules/posixmodule.c from multiple functi https://bugs.python.org/issue42036 #42035: [C API] PyType_GetSlot cannot get tp_name https://bugs.python.org/issue42035 #42034: Unchecked return in Objects/typeobject.c and possible uninitia https://bugs.python.org/issue42034 #42028: Regression in mimetypes for image/bmp https://bugs.python.org/issue42028 #42027: /passive run of Windows installer fail silently on Win7 https://bugs.python.org/issue42027 #42022: Allow ensurepip to work without bundled wheels https://bugs.python.org/issue42022 Most recent 15 issues waiting for review (15) ============================================= #42049: Add image/webp to list of media types in mimetypes.py https://bugs.python.org/issue42049 #42047: DragonFlyBSD thread native id support missing https://bugs.python.org/issue42047 #42043: zipfile.Path should support inheritance https://bugs.python.org/issue42043 #42041: venv subprocess call to python resolves to wrong interpreter https://bugs.python.org/issue42041 #42036: Unchecked return in Modules/posixmodule.c from multiple functi https://bugs.python.org/issue42036 #42034: Unchecked return in Objects/typeobject.c and possible uninitia https://bugs.python.org/issue42034 #42018: winreg SetValue(Ex) should mention integer as an acceptable va https://bugs.python.org/issue42018 #42010: Generic types accept indexing/subscripting, causing confusion https://bugs.python.org/issue42010 #42008: Internal Random class calling seed() with incorrect argument https://bugs.python.org/issue42008 #42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_Ge https://bugs.python.org/issue42006 #42005: profile/cProfile CLI should catch BrokenPipeError https://bugs.python.org/issue42005 #41995: five possible Null Pointer Dereference bugs. https://bugs.python.org/issue41995 #41994: Refcount issues in import https://bugs.python.org/issue41994 #41989: htmlparser unclosed script tag causes data loss https://bugs.python.org/issue41989 #41972: bytes.find consistently hangs in a particular scenario https://bugs.python.org/issue41972 Top 10 most discussed issues (10) ================================= #41972: bytes.find consistently hangs in a particular scenario https://bugs.python.org/issue41972 21 msgs #42013: venv on Windows with symlinks is broken if invoked with -I https://bugs.python.org/issue42013 11 msgs #42041: venv subprocess call to python resolves to wrong interpreter https://bugs.python.org/issue42041 11 msgs #38250: enum.Flag should be more set-like https://bugs.python.org/issue38250 9 msgs #42023: Argparse: Add a "display" arg https://bugs.python.org/issue42023 9 msgs #41756: Do not always use exceptions to return result from coroutine https://bugs.python.org/issue41756 8 msgs #40956: Use Argument Clinic in sqlite3 https://bugs.python.org/issue40956 5 msgs #42024: Exception ignored in: <function WeakValueDictionary.__init__.< https://bugs.python.org/issue42024 5 msgs #34976: IDLE: Replace the search dialog with a search bar https://bugs.python.org/issue34976 4 msgs #40423: Optimization: use close_range(2) if available https://bugs.python.org/issue40423 4 msgs Issues closed (52) ================== #21927: BOM appears in stdin when using Powershell https://bugs.python.org/issue21927 closed by eryksun #24828: Segfault when using store-context AST node in a load context https://bugs.python.org/issue24828 closed by serhiy.storchaka #26964: Incorrect documentation for `-u`-flag https://bugs.python.org/issue26964 closed by serhiy.storchaka #27141: Fix collections.UserList shallow copy https://bugs.python.org/issue27141 closed by bar.harel #27351: Update ConfigParser doc: accepts iterables, not just lists https://bugs.python.org/issue27351 closed by terry.reedy #27635: pickle documentation says that unpickling may not call __new__ https://bugs.python.org/issue27635 closed by alexandre.vassalotti #32793: smtplib: duplicated debug message https://bugs.python.org/issue32793 closed by corona10 #32885: Tools/scripts/pathfix.py leaves bunch of ~ suffixed files arou https://bugs.python.org/issue32885 closed by hroncok #33431: Change description about doc in programming, faq. https://bugs.python.org/issue33431 closed by lvhuiyang #34706: Signature.from_callable sometimes drops subclassing https://bugs.python.org/issue34706 closed by gregory.p.smith #37209: Add what's new entries for pickle enhancements https://bugs.python.org/issue37209 closed by pitrou #38077: IDLE leaking ARGV into globals() namespace https://bugs.python.org/issue38077 closed by terry.reedy #38110: Use fdwalk() within os.closerange() impl if available https://bugs.python.org/issue38110 closed by gregory.p.smith #38153: Normalize hashing algorithm names https://bugs.python.org/issue38153 closed by gregory.p.smith #38792: IDLE calltips may not properly close on KeyboardInterrupt https://bugs.python.org/issue38792 closed by terry.reedy #39337: codecs.lookup() ignores non-ASCII characters, whereas encoding https://bugs.python.org/issue39337 closed by vstinner #40422: Light refactor: create a common _Py_closerange API https://bugs.python.org/issue40422 closed by gregory.p.smith #41371: test_zoneinfo fails when lzma module is unavailable https://bugs.python.org/issue41371 closed by xtreak #41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE https://bugs.python.org/issue41376 closed by pablogsal #41739: test_logging: test_race_between_set_target_and_flush() leaks t https://bugs.python.org/issue41739 closed by vstinner #41831: Restore default __str__ of tkinter.EventType https://bugs.python.org/issue41831 closed by serhiy.storchaka #41876: Add __repr__ for Tkinter Font objects https://bugs.python.org/issue41876 closed by serhiy.storchaka #41894: UnicodeDecodeError during load failure in non-UTF-8 locale https://bugs.python.org/issue41894 closed by methane #41904: datetime.datetime.today makes no sense and should be removed https://bugs.python.org/issue41904 closed by belopolsky #41919: Modify test_codecs to use the new codecs.unregister() function https://bugs.python.org/issue41919 closed by vstinner #41940: AMD64 Debian root 3.x: tests fail because downloaded files sta https://bugs.python.org/issue41940 closed by vstinner #41971: multiple tests in test_tools fail since Python 3.9 https://bugs.python.org/issue41971 closed by pablogsal #41981: Errors building python 3.9.0 from source on Centos 7 with GCC https://bugs.python.org/issue41981 closed by vstinner #41984: Empty __slots__ can create untracked reference cycles https://bugs.python.org/issue41984 closed by brandtbucher #41985: Argument Clinic: add converter for file descriptor https://bugs.python.org/issue41985 closed by serhiy.storchaka #41986: Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode are not avail https://bugs.python.org/issue41986 closed by serhiy.storchaka #41991: Remove _PyObject_HasAttrId https://bugs.python.org/issue41991 closed by serhiy.storchaka #41992: Unable to install lxml using pip in Python 3.9 https://bugs.python.org/issue41992 closed by eric.smith #41993: Possible issues when remove not completely initialized module https://bugs.python.org/issue41993 closed by serhiy.storchaka #41996: Should `make install` still install to /usr/bin/python3? https://bugs.python.org/issue41996 closed by eric.smith #41997: Docs Standard Library index page has incorrect version in titl https://bugs.python.org/issue41997 closed by pxeger #41998: JSON Encoder Injection Using Indent https://bugs.python.org/issue41998 closed by DustinMoriarty #42000: Small cleanups to AST-related code https://bugs.python.org/issue42000 closed by BTaskaya #42002: Clean up initialization of the sys module https://bugs.python.org/issue42002 closed by serhiy.storchaka #42003: After changing to list or tuple, will the original parameter c https://bugs.python.org/issue42003 closed by steven.daprano #42007: Line continuation after Boolean operation https://bugs.python.org/issue42007 closed by eric.smith #42011: Documentation for logging.Filter.filter reports the wrong retu https://bugs.python.org/issue42011 closed by vinay.sajip #42015: Order of decrementing reference counts in meth_dealloc https://bugs.python.org/issue42015 closed by serhiy.storchaka #42017: Add new type in typing https://bugs.python.org/issue42017 closed by gvanrossum #42020: interpreter hangs forever on invalid input https://bugs.python.org/issue42020 closed by dgan #42021: Fix possible ref. leaks in _sqlite3 module initialisation https://bugs.python.org/issue42021 closed by erlendaasland #42026: index function return first index for same element if repetiti https://bugs.python.org/issue42026 closed by rhettinger #42029: Remove dynload_dl.c https://bugs.python.org/issue42029 closed by benjamin.peterson #42030: Drop support for dynload_aix https://bugs.python.org/issue42030 closed by benjamin.peterson #42031: os.makedirs() introduces high memory usage for explorer.exe https://bugs.python.org/issue42031 closed by kevin.kuan.trend #42039: Add gc.track and gc.untrack https://bugs.python.org/issue42039 closed by pablogsal #42052: pathlib.Path should not call str() internally to allow inherit https://bugs.python.org/issue42052 closed by conchylicultor _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/RI4BCVKRTMYMKHWIHRFXRL5KLZ6RABAB/ Code of Conduct: http://python.org/psf/codeofconduct/