ACTIVITY SUMMARY (2020-07-31 - 2020-08-07) 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 7598 (+14) closed 45647 (+39) total 53245 (+53) Open issues with patches: 3098 Issues opened (34) ================== #41075: IDLE: Better support history navigation https://bugs.python.org/issue41075 reopened by terry.reedy #41453: A possible reference leak in _locale.localeconv() https://bugs.python.org/issue41453 opened by ZackerySpytz #41455: Python Devguide differs from python docs https://bugs.python.org/issue41455 opened by ypank #41458: Avoid overflow/underflow in math.prod() https://bugs.python.org/issue41458 opened by rhettinger #41459: pickle.load raises SystemError on malformed input https://bugs.python.org/issue41459 opened by Guillaume #41460: Translation Error in in Functional Programming HOWTO page https://bugs.python.org/issue41460 opened by mydairyyao #41461: test_pathlib assumes underlying filesystem permits creation wi https://bugs.python.org/issue41461 opened by Michael.Felt #41462: os.set_blocking() raises OSError on VxWorks RTOS https://bugs.python.org/issue41462 opened by pxinwr #41463: Avoid duplicating jump information from opcode.py in compile.c https://bugs.python.org/issue41463 opened by Mark.Shannon #41468: Unrecoverable server exiting https://bugs.python.org/issue41468 opened by albertpython #41470: smtplib.SMTP should reset internal 'helo' and 'ehlo' state wit https://bugs.python.org/issue41470 opened by Dadeos #41471: After installing python 3.x on Mac pip doesn't work at all https://bugs.python.org/issue41471 opened by peteje66 #41472: webbrowser uses deprecated env variables to detect desktop typ https://bugs.python.org/issue41472 opened by Trevinho #41473: test_gdb fails on AMD64 Fedora Rawhide 3.x https://bugs.python.org/issue41473 opened by vstinner #41474: Missing dependency on Include/cpython/frameobject.h https://bugs.python.org/issue41474 opened by skip.montanaro #41475: __future__.annotations set to become default in Python 4.0? https://bugs.python.org/issue41475 opened by cool-RR #41477: test_genericalias fails if ctypes is missing https://bugs.python.org/issue41477 opened by vstinner #41478: Empty representation of AssertionError https://bugs.python.org/issue41478 opened by Ilya Kamenshchikov #41482: docstring errors in ipaddress.IPv4Network https://bugs.python.org/issue41482 opened by eric.frederich #41483: Do not acquire lock in MemoryHandler.flush() if no target defi https://bugs.python.org/issue41483 opened by ankostis #41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module https://bugs.python.org/issue41486 opened by malin #41487: Builtin bigint modulo operation can be made faster when the ba https://bugs.python.org/issue41487 opened by shlomif2 #41489: HTMLParser : HTMLParser.error creating multiple errors. https://bugs.python.org/issue41489 opened by AbcSxyZ #41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1 https://bugs.python.org/issue41490 opened by steve.dower #41491: plistlib can't load macOS BigSur system LaunchAgent https://bugs.python.org/issue41491 opened by jckwhet #41492: Fix signing description for Windows release builds https://bugs.python.org/issue41492 opened by steve.dower #41494: Add window resizing support [ SIGWINCH ] to Lib/pty https://bugs.python.org/issue41494 opened by soumendra #41496: Create public API for typing._eval_type https://bugs.python.org/issue41496 opened by Dominik V. #41497: Potential UnicodeDecodeError in dis https://bugs.python.org/issue41497 opened by zkonge #41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no https://bugs.python.org/issue41498 opened by Roman Yurchak #41499: logging nested file path https://bugs.python.org/issue41499 opened by Norfeldt #41501: 0x80070643, can't install any version https://bugs.python.org/issue41501 opened by BSMMedia #41502: Option for Colored Logging in http.server Module https://bugs.python.org/issue41502 opened by alichtman #41503: Race between setTarget and flush in logging.handlers.MemoryHan https://bugs.python.org/issue41503 opened by iritkatriel Most recent 15 issues with no replies (15) ========================================== #41503: Race between setTarget and flush in logging.handlers.MemoryHan https://bugs.python.org/issue41503 #41502: Option for Colored Logging in http.server Module https://bugs.python.org/issue41502 #41501: 0x80070643, can't install any version https://bugs.python.org/issue41501 #41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no https://bugs.python.org/issue41498 #41496: Create public API for typing._eval_type https://bugs.python.org/issue41496 #41494: Add window resizing support [ SIGWINCH ] to Lib/pty https://bugs.python.org/issue41494 #41489: HTMLParser : HTMLParser.error creating multiple errors. https://bugs.python.org/issue41489 #41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module https://bugs.python.org/issue41486 #41472: webbrowser uses deprecated env variables to detect desktop typ https://bugs.python.org/issue41472 #41470: smtplib.SMTP should reset internal 'helo' and 'ehlo' state wit https://bugs.python.org/issue41470 #41462: os.set_blocking() raises OSError on VxWorks RTOS https://bugs.python.org/issue41462 #41461: test_pathlib assumes underlying filesystem permits creation wi https://bugs.python.org/issue41461 #41460: Translation Error in in Functional Programming HOWTO page https://bugs.python.org/issue41460 #41453: A possible reference leak in _locale.localeconv() https://bugs.python.org/issue41453 #41443: some test cases in test_posix.py fail if some os attributes ar https://bugs.python.org/issue41443 Most recent 15 issues waiting for review (15) ============================================= #41503: Race between setTarget and flush in logging.handlers.MemoryHan https://bugs.python.org/issue41503 #41497: Potential UnicodeDecodeError in dis https://bugs.python.org/issue41497 #41496: Create public API for typing._eval_type https://bugs.python.org/issue41496 #41494: Add window resizing support [ SIGWINCH ] to Lib/pty https://bugs.python.org/issue41494 #41492: Fix signing description for Windows release builds https://bugs.python.org/issue41492 #41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1 https://bugs.python.org/issue41490 #41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module https://bugs.python.org/issue41486 #41482: docstring errors in ipaddress.IPv4Network https://bugs.python.org/issue41482 #41477: test_genericalias fails if ctypes is missing https://bugs.python.org/issue41477 #41475: __future__.annotations set to become default in Python 4.0? https://bugs.python.org/issue41475 #41474: Missing dependency on Include/cpython/frameobject.h https://bugs.python.org/issue41474 #41473: test_gdb fails on AMD64 Fedora Rawhide 3.x https://bugs.python.org/issue41473 #41472: webbrowser uses deprecated env variables to detect desktop typ https://bugs.python.org/issue41472 #41463: Avoid duplicating jump information from opcode.py in compile.c https://bugs.python.org/issue41463 #41462: os.set_blocking() raises OSError on VxWorks RTOS https://bugs.python.org/issue41462 Top 10 most discussed issues (10) ================================= #41458: Avoid overflow/underflow in math.prod() https://bugs.python.org/issue41458 20 msgs #41303: perf_counter result does not count system sleep time in Mac OS https://bugs.python.org/issue41303 18 msgs #41473: test_gdb fails on AMD64 Fedora Rawhide 3.x https://bugs.python.org/issue41473 10 msgs #38628: Issue with ctypes in AIX https://bugs.python.org/issue38628 9 msgs #38119: resource tracker destroys shared memory segments when other pr https://bugs.python.org/issue38119 7 msgs #38912: test_asyncio altered the execution environment https://bugs.python.org/issue38912 7 msgs #40275: test.support has way too many imports https://bugs.python.org/issue40275 7 msgs #41474: Missing dependency on Include/cpython/frameobject.h https://bugs.python.org/issue41474 7 msgs #41482: docstring errors in ipaddress.IPv4Network https://bugs.python.org/issue41482 7 msgs #29269: test_socket failing in solaris https://bugs.python.org/issue29269 6 msgs Issues closed (39) ================== #18876: Problems with files opened in append mode with io module https://bugs.python.org/issue18876 closed by erik.bray #26185: zipfile.ZipInfo slots can raise unexpected AttributeError https://bugs.python.org/issue26185 closed by ned.deily #40726: ast.Call end_lineno is defined and returns None https://bugs.python.org/issue40726 closed by pablogsal #40978: Document that typing.SupportsXXX protocols are runtime checkab https://bugs.python.org/issue40978 closed by gvanrossum #40979: typing module docs: keep text, add subsections https://bugs.python.org/issue40979 closed by gvanrossum #41265: lzma/bz2 module: inefficient buffer growth algorithm https://bugs.python.org/issue41265 closed by malin #41326: Build failure in blurb-it repo: "Failed building wheel for yar https://bugs.python.org/issue41326 closed by vstinner #41335: free(): invalid pointer in list_ass_item() in Python 3.7.3 https://bugs.python.org/issue41335 closed by ned.deily #41390: Errors and warnings on generate bytecode files https://bugs.python.org/issue41390 closed by gvanrossum #41419: Path.mkdir and os.mkdir don't respect setgid if its parent is https://bugs.python.org/issue41419 closed by serhiy.storchaka #41421: Random.paretovariate sometimes raises ZeroDivisionError for sm https://bugs.python.org/issue41421 closed by rhettinger #41424: [tkinter] Grammatical error in "Packer" docs https://bugs.python.org/issue41424 closed by terry.reedy #41425: [tkinter] "Coupling Widget Variables" example missing code https://bugs.python.org/issue41425 closed by terry.reedy #41431: Optimize dict_merge for copy https://bugs.python.org/issue41431 closed by inada.naoki #41440: os.cpu_count doesn't work on VxWorks RTOS https://bugs.python.org/issue41440 closed by corona10 #41445: Adding configure temporary files to gitignore https://bugs.python.org/issue41445 closed by fj92f3jj923f923 #41446: New demo, using a web api https://bugs.python.org/issue41446 closed by Mariatta #41447: Resource Tracker in Multiprocessing Shared Memory not working https://bugs.python.org/issue41447 closed by gvanrossum #41449: An article on Python 3 stdout and stderr output buffering https://bugs.python.org/issue41449 closed by gvanrossum #41451: Cannot subclass typing.Generic with __weakref__ slot in Python https://bugs.python.org/issue41451 closed by ned.deily #41452: Inefficient BufferedReader.read(-1) https://bugs.python.org/issue41452 closed by malin #41454: while loop bug on list https://bugs.python.org/issue41454 closed by eric.smith #41456: loop.run_in_executor creat thread but not destory it after the https://bugs.python.org/issue41456 closed by cielpy #41457: Implement random.shuffled https://bugs.python.org/issue41457 closed by serhiy.storchaka #41464: Increase Code Coverage for operator.py https://bugs.python.org/issue41464 closed by iritkatriel #41465: io.TextIOWrapper.errors not writable https://bugs.python.org/issue41465 closed by doerwalter #41466: Windows installer: "Add to PATH" should be checked by default https://bugs.python.org/issue41466 closed by eryksun #41467: asyncio: recv_into() must not return b'' if the socket/pipe is https://bugs.python.org/issue41467 closed by vstinner #41469: Problem with serial communication https://bugs.python.org/issue41469 closed by xtreak #41476: test_zoneinfo fails if the _lzma module is missing https://bugs.python.org/issue41476 closed by vstinner #41479: pip install== will install 0.0.0 version in stead of showing a https://bugs.python.org/issue41479 closed by steven.daprano #41480: python won't save https://bugs.python.org/issue41480 closed by leoxie0733 #41481: pip install will install version 0.0.0 if existing in stead of https://bugs.python.org/issue41481 closed by steven.daprano #41484: Overriding dictionary value under wrong key. https://bugs.python.org/issue41484 closed by ronaldoussoren #41485: Repr of complex number with signed zero does not roundtrip https://bugs.python.org/issue41485 closed by mark.dickinson #41488: Unusable type hint should not be silently ignored https://bugs.python.org/issue41488 closed by gvanrossum #41493: Refactoring dictresize to accept only new keysize https://bugs.python.org/issue41493 closed by inada.naoki #41495: SPAM https://bugs.python.org/issue41495 closed by steven.daprano #41500: InterpolationSyntaxError reading the (windows) environment wit https://bugs.python.org/issue41500 closed by ronaldoussoren _______________________________________________ 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/V6YWJX7GA3UMKBEBDZ5LVZVOCPILVCPU/ Code of Conduct: http://python.org/psf/codeofconduct/