Python 3.9.11
  1. 0b0609d [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-30894) by Miss Islington (bot) · 3 years, 5 months ago
  2. 0f0c55c Python 3.9.11 by Łukasz Langa · 3 years, 5 months ago
  3. 32ae9ab bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago
  4. 64a68c3 bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  5. 1b12392 Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) by Ned Deily · 3 years, 5 months ago
  6. 177be52 [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859) by Jason R. Coombs · 3 years, 5 months ago
  7. bda64b3 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) by Ned Deily · 3 years, 5 months ago
  8. 4f340b0 [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850) by Miss Islington (bot) · 3 years, 5 months ago
  9. f7f7838 [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31797) by Jelle Zijlstra · 3 years, 5 months ago
  10. f3ea249 bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776) by Irit Katriel · 3 years, 5 months ago
  11. 20e88f7 bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760) by Miss Islington (bot) · 3 years, 5 months ago
  12. 0663ca1 bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468) by Miss Islington (bot) · 3 years, 5 months ago
  13. 852d9b7 [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) (GH-31720) by Miss Islington (bot) · 3 years, 5 months ago
  14. 7fba55f Lib/typing.py copy edits originating from GH-31061 (GH-31684) by Miss Islington (bot) · 3 years, 6 months ago
  15. 01df04883 bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631) by Miss Islington (bot) · 3 years, 6 months ago
  16. 6a14330 bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676) by Victor Stinner · 3 years, 6 months ago
  17. 359bc39 [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) (GH-31644) by Victor Stinner · 3 years, 6 months ago
  18. 3ea2a8f [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH-31586) by Erlend Egeberg Aasland · 3 years, 6 months ago
  19. 4560c7e bpo-46756: Fix authorization check in urllib.request (GH-31353) by Miss Islington (bot) · 3 years, 6 months ago
  20. f3bb8fe Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) by Miss Islington (bot) · 3 years, 6 months ago
  21. 29e8c43 bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499) by Miss Islington (bot) · 3 years, 6 months ago
  22. 336a916 bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469) by Miss Islington (bot) · 3 years, 6 months ago
  23. 959846b bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
  24. e7115d5 replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445) by Miss Islington (bot) · 3 years, 6 months ago
  25. 64705e6 [3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) (GH-31444) by Andrew Svetlov · 3 years, 6 months ago
  26. a6116a9 [3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31441) by Andrew Svetlov · 3 years, 6 months ago
  27. c11f41b Fix mistake in barry_as_FLUFL test (GH-31392) by Miss Islington (bot) · 3 years, 6 months ago
  28. 29ae7d3 bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) by Miss Islington (bot) · 3 years, 6 months ago
  29. a657bff bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365) by Miss Islington (bot) · 3 years, 6 months ago
  30. c292118 bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327) by Miss Islington (bot) · 3 years, 6 months ago
  31. 502ad39 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Miss Islington (bot) · 3 years, 6 months ago
  32. c31b8a9 bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312) by Dennis Sweeney · 3 years, 6 months ago
  33. 1d4d44c bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950) by Miss Islington (bot) · 3 years, 6 months ago
  34. cc6d8f8 [3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) (GH-31299) by Jacob Walls · 3 years, 6 months ago
  35. a65be6e [3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253). (GH-31256) by Andrew Svetlov · 3 years, 6 months ago
  36. b0517a1 bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) by Miss Islington (bot) · 3 years, 6 months ago
  37. bde3765 bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223) by Miss Islington (bot) · 3 years, 6 months ago
  38. 0d74efc bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) by Miss Islington (bot) · 3 years, 6 months ago
  39. 1b8a34a bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) by Miss Islington (bot) · 3 years, 6 months ago
  40. ee3d050 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 3 years, 7 months ago
  41. 663370a bpo-46588: fix typo in test_calltip.py (GH-31119) by Miss Islington (bot) · 3 years, 7 months ago
  42. dc315f3 bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) by Miss Islington (bot) · 3 years, 7 months ago
  43. cf7cb1a bpo-45975: IDLE - Remove extraneous parens (GH-31107) by Miss Islington (bot) · 3 years, 7 months ago
  44. fafd2da [3.9] bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) by Terry Jan Reedy · 3 years, 7 months ago
  45. 3c6173c bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) by Miss Islington (bot) · 3 years, 7 months ago
  46. 8d239bf [3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) (GH-31076) by Petr Viktorin · 3 years, 7 months ago
  47. 0371e5d bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) by Miss Islington (bot) · 3 years, 7 months ago
  48. a1869e3 bpo-46591: Make About IDLE doc link label clickable (GH-30251) by Miss Islington (bot) · 3 years, 7 months ago
  49. e4a6e54 bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) by Miss Islington (bot) · 3 years, 7 months ago
  50. 7368ca1 [3.9] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31053) by Miss Islington (bot) · 3 years, 7 months ago
  51. 2e9f77f [3.9] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) (GH-31048) by Miss Islington (bot) · 3 years, 7 months ago
  52. 2532b7c [3.9] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) (GH-31045) by Miss Islington (bot) · 3 years, 7 months ago
  53. 3046386 bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) by Miss Islington (bot) · 3 years, 7 months ago
  54. ce5c637 bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) by Miss Islington (bot) · 3 years, 7 months ago
  55. 8cd8246 bpo-46542: test_json uses support.infinite_recursion() (GH-30972) by Miss Islington (bot) · 3 years, 7 months ago
  56. 3757703 bpo-46539: Pass status of special typeforms to forward references (GH-30926) by Miss Islington (bot) · 3 years, 7 months ago
  57. 8e98ccc bpo-44734: Fix floating point precision in test_turtle (GH-30910) by Miss Islington (bot) · 3 years, 7 months ago
  58. 1440dd3 bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) by Miss Islington (bot) · 3 years, 7 months ago
  59. 287ceca bpo-46496: news39 for bpo45296 (#30949) by Terry Jan Reedy · 3 years, 7 months ago
  60. bc7d96e bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) by Miss Islington (bot) · 3 years, 7 months ago
  61. 29eefcc bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911) by Miss Islington (bot) · 3 years, 7 months ago
  62. f9ff0bf bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receiving (GH-30845) (#30861) by Miss Islington (bot) · 3 years, 7 months ago
  63. b0b8388 bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864) by Miss Islington (bot) · 3 years, 7 months ago
  64. 3178efb [3.9] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30877) by Terry Jan Reedy · 3 years, 7 months ago
  65. 98cabce bpo-41841: update idlelib News up to 3.10.0 (GH-30871) by Terry Jan Reedy · 3 years, 7 months ago
  66. c314e3e bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (30867) by Miss Islington (bot) · 3 years, 7 months ago
  67. 3f1ea16 [3.9] bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30757) by Serhiy Storchaka · 3 years, 7 months ago
  68. 1398dca bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30835) by Irit Katriel · 3 years, 7 months ago
  69. 94d6434 [3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) (GH-30738) by Miss Islington (bot) · 3 years, 7 months ago
  70. 1514d12 [3.9] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (GH-30828) by Jason R. Coombs · 3 years, 7 months ago
  71. ba932d9 bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) by Miss Islington (bot) · 3 years, 7 months ago
  72. 6ed874f [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785) by Kumar Aditya · 3 years, 7 months ago
  73. 3c4a374 bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) by Miss Islington (bot) · 3 years, 7 months ago
  74. e064af5 bpo-46442: improve and rename testExceptionCleanupNames (GH-30758) by Miss Islington (bot) · 3 years, 7 months ago
  75. 9e3ff82 bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) by Miss Islington (bot) · 3 years, 7 months ago
  76. c3ad850 bpo-46434: Handle missing docstrings in pdb help (GH-30705) by Miss Islington (bot) · 3 years, 7 months ago
  77. c6691a7 bpo-46080: fix argparse help generation exception in edge case (GH-30111) by Miss Islington (bot) · 3 years, 7 months ago
  78. 8105dd2 [3.9] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30700) by Nikita Sobolev · 3 years, 7 months ago
  79. 3b51926 bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704) by Miss Islington (bot) · 3 years, 7 months ago
  80. 331378d [3.9] bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663) (GH-30692) by Miss Islington (bot) · 3 years, 7 months ago
  81. 1d6530d [3.9] bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) (GH-30658) by Miss Islington (bot) · 3 years, 7 months ago
  82. 0fbb9af bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) (GH-30635) by Miss Islington (bot) · 3 years, 7 months ago
  83. f2f3f53 Python 3.9.10 by Łukasz Langa · 3 years, 7 months ago v3.9.10
  84. 4ddd5da [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574) by Christian Heimes · 3 years, 7 months ago
  85. d9101c4 bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) by Miss Islington (bot) · 3 years, 7 months ago
  86. 690ed88 bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 3 years, 7 months ago
  87. 566d70a bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) by Miss Islington (bot) · 3 years, 7 months ago
  88. b98730c bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) by Miss Islington (bot) · 3 years, 7 months ago
  89. b259015 [3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) (GH-30437) by Miss Islington (bot) · 3 years, 7 months ago
  90. cb06831 bpo-46278: fix typo introduced in GH-30427 (GH-30430) by Miss Islington (bot) · 3 years, 7 months ago
  91. 0aa8bbf Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30429) by Miss Islington (bot) · 3 years, 7 months ago
  92. 9a9061d bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  93. 86d1b8c bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) by Miss Islington (bot) · 3 years, 8 months ago
  94. aa056ed bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) by Miss Islington (bot) · 3 years, 8 months ago
  95. 25a12aa [3.9] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) (GH-30255) by Miss Islington (bot) · 3 years, 8 months ago
  96. 0722905 [3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30265) by Miss Islington (bot) · 3 years, 8 months ago
  97. 393ff04 bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29723) by Miss Islington (bot) · 3 years, 8 months ago
  98. d718764 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 3 years, 8 months ago
  99. 97a015b Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244) by Miss Islington (bot) · 3 years, 8 months ago
  100. e5cf31d [3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (#30215) by Pablo Galindo Salgado · 3 years, 8 months ago