Python 3.13.6
  1. 4e66535 Python 3.13.6 by Thomas Wouters · 11 days ago v3.13.6
  2. f2d6931 [3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461) by Miss Islington (bot) · 11 days ago
  3. 3a61ddf [3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188) (#137366) by Miss Islington (bot) · 12 days ago
  4. dc980b0 [3.13] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#136800) (#137367) by Sergey B Kirpichev · 12 days ago
  5. c489934 [3.13] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#137408) by Bénédikt Tran · 13 days ago
  6. 25c221f [3.13] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137407) by Miss Islington (bot) · 13 days ago
  7. 3c37483 [3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134704) by Bénédikt Tran · 13 days ago
  8. 932221b [3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134448) by Miss Islington (bot) · 13 days ago
  9. 235d380 [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399) by Pablo Galindo Salgado · 13 days ago
  10. 55f8fe5 [3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195) (GH-137275) by Miss Islington (bot) · 13 days ago
  11. a2c749d [3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356) by Brian Schubert · 14 days ago
  12. 1ba09b2 [3.13] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (GH-137362) by Miss Islington (bot) · 14 days ago
  13. d29a9c5 [3.13] Doc: fix duplicated words (GH-136086) (#137357) by Brian Schubert · 2 weeks ago
  14. 1c96723 [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347) by Serhiy Storchaka · 2 weeks ago
  15. 23a3e89 [3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137345) by Miss Islington (bot) · 2 weeks ago
  16. 1b0dfbf [3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137246) by Miss Islington (bot) · 2 weeks ago
  17. a32bd11 [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (GH-137306) by Miss Islington (bot) · 2 weeks ago
  18. d3b5f83 [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222) by Miss Islington (bot) · 3 weeks ago
  19. cdae923 [3.13] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137170) by Miss Islington (bot) · 3 weeks ago
  20. 4a37dd6 [3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-134724) (#137126) by Gregory P. Smith · 3 weeks ago
  21. a995a11 [3.13] gh-131038: Use text=True in subprocesses in test_perf_profiler (GH-137117) (#137125) by Miss Islington (bot) · 3 weeks ago
  22. 8f41211 [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106) by Miss Islington (bot) · 3 weeks ago
  23. eda6134 [3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (gh-137102) by Miss Islington (bot) · 3 weeks ago
  24. d9feec4 [3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081) by Miss Islington (bot) · 3 weeks ago
  25. 8de88e0 [3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136985) by Miss Islington (bot) · 4 weeks ago
  26. 853b5c4 [3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136918) by Miss Islington (bot) · 4 weeks ago
  27. c1085a0 [3.13] gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198) (#136899) by Lysandros Nikolaou · 4 weeks ago
  28. cc8b9d6 [3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863) by Miss Islington (bot) · 4 weeks ago
  29. f7be0ee [3.13] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136842) by Miss Islington (bot) · 4 weeks ago
  30. 3e0ead0 [3.13] Fix the doctest.testmod() docstring (GH-136675) (GH-136691) by Miss Islington (bot) · 5 weeks ago
  31. 2a6617d [3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) (#136649) by Miss Islington (bot) · 5 weeks ago
  32. 2383c60 [3.13] gh-127971: fix off-by-one read beyond the end of a string during search (#132574) (#136648) by Duane Griffin · 5 weeks ago
  33. c438649 [3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529) (GH-136607) by Miss Islington (bot) · 5 weeks ago
  34. d733a1e [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590) by Miss Islington (bot) · 5 weeks ago
  35. 360540f [3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (GH-132379) (#136582) by Bénédikt Tran · 5 weeks ago
  36. 6176101 [3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136580) by Miss Islington (bot) · 5 weeks ago
  37. aa3c642 [3.13] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136515) by Miss Islington (bot) · 5 weeks ago
  38. a2140fa [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136502) by sobolevn · 6 weeks ago
  39. 532ecac [3.13] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448) (#136457) by Miss Islington (bot) · 6 weeks ago
  40. 4a889d8 [3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136408) by Miss Islington (bot) · 6 weeks ago
  41. eea2af3 [3.13] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH-136379) by Miss Islington (bot) · 6 weeks ago
  42. 4f24dc0 [3.13] gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326) (GH-136351) by Miss Islington (bot) · 6 weeks ago
  43. b22c8be [3.13] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (GH-136298) (#136312) by Miss Islington (bot) · 6 weeks ago
  44. 7038e4a [3.13] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136272) by Miss Islington (bot) · 6 weeks ago
  45. b041a45 [3.13] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136256) by Miss Islington (bot) · 6 weeks ago
  46. c30178a [3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for Fraction's (GH-131067) (GH-136242) by Miss Islington (bot) · 7 weeks ago
  47. fc77192 [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136236) by Miss Islington (bot) · 7 weeks ago
  48. a09199e [3.13] Docs: fix docstring of `email.message.Message.add_header` (GH-134355) (#135340) by Miss Islington (bot) · 7 weeks ago
  49. 1de8fc3 [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226) by Miss Islington (bot) · 7 weeks ago
  50. d80df8c [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136222) by Miss Islington (bot) · 7 weeks ago
  51. 1994d2e [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (GH-135845) (#136168) by Miss Islington (bot) · 7 weeks ago
  52. da2c4ef [3.13] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24829) (GH-136182) by Miss Islington (bot) · 7 weeks ago
  53. 1e3466a [3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136149) by Miss Islington (bot) · 7 weeks ago
  54. e194793 [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136136) by Miss Islington (bot) · 7 weeks ago
  55. 4f4fa72 [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130) by Miss Islington (bot) · 7 weeks ago
  56. b5fafc3 [3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#136026) by Victor Stinner · 7 weeks ago
  57. be9a383 [3.13] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136112) by Miss Islington (bot) · 7 weeks ago
  58. 76dd0ee [3.13] Doc: Fix duplicate words in idlelib (GH-136089) (#136091) by Miss Islington (bot) · 7 weeks ago
  59. d3bcecd [3.13] gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (GH-135572) (#136041) by Bénédikt Tran · 7 weeks ago
  60. e7a8f96 [3.13] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) (GH-136038) by Miss Islington (bot) · 7 weeks ago
  61. 3576e1a [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136031) by Serhiy Storchaka · 7 weeks ago
  62. ea25f4a [3.13] gh-53203: Fix strptime() for %c, %x and %X formats on some locales (GH-135971) (GH-136020) by Miss Islington (bot) · 7 weeks ago
  63. 784c0ed [3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136002) by Miss Islington (bot) · 7 weeks ago
  64. ac8b868 [3.13] IDLE: Update NEWS2x.txt with 2.7.0 release date (GH-129908) (#136000) by Miss Islington (bot) · 7 weeks ago
  65. 21f9873 [3.13] gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957) (#135963) by Miss Islington (bot) · 8 weeks ago
  66. c148a68 [3.13] gh-91555: Revert disabling of logger while handling log record. (GH-135858) (GH-135911) by Miss Islington (bot) · 8 weeks ago
  67. 3e43628 [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135903) by Brian Schubert · 8 weeks ago
  68. 86d1821 [3.13] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506) (#135886) by Miss Islington (bot) · 8 weeks ago
  69. a27398d [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881) by Victor Stinner · 8 weeks ago
  70. 028d56f [3.13] Bump mypy to 1.16.1 (GH-135720) (#135849) by Hugo van Kemenade · 8 weeks ago
  71. 666795a [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135778) by Eric Snow · 8 weeks ago
  72. 3e81d56 [3.13] gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987) (#135842) by Miss Islington (bot) · 8 weeks ago
  73. 6e0ad71 [3.13] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135826) by Miss Islington (bot) · 8 weeks ago
  74. a8c3af0 [3.13] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135715) by Miss Islington (bot) · 8 weeks ago
  75. 55a34a1 [3.13] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135705) by Miss Islington (bot) · 9 weeks ago
  76. a0a1aa3 [3.13] gh-135335: flush stdout/stderr in forkserver after preloading modules (GH-135338) (#135671) by Miss Islington (bot) · 9 weeks ago
  77. 28a70a5 [3.13] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135600) by Miss Islington (bot) · 9 weeks ago
  78. f33a5e8 [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582) by Sam Gross · 9 weeks ago
  79. 404e8aa [3.13] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135343) by Miss Islington (bot) · 9 weeks ago
  80. 3bd2818 [3.13] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135549) by Miss Islington (bot) · 9 weeks ago
  81. a43cf10 [3.13] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135501) by GiGaGon · 9 weeks ago
  82. e753a7c [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453) by Mikhail Efimov · 9 weeks ago
  83. 22cf289 [3.13] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133765) by Tan Long · 9 weeks ago
  84. 4455cba [3.13] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135482) by Miss Islington (bot) · 9 weeks ago
  85. 6cb20a2 Python 3.13.5 by Thomas Wouters · 10 weeks ago v3.13.5
  86. 6ae5158 [3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable for 3.13 (#135390) by T. Wouters · 10 weeks ago
  87. 5f5b173 [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-132887) (#135391) by Miss Islington (bot) · 10 weeks ago
  88. 871adc8 [3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383) by Miss Islington (bot) · 10 weeks ago
  89. ffeaeaf [3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135350) by Miss Islington (bot) · 10 weeks ago
  90. 37027ab [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332) by Serhiy Storchaka · 10 weeks ago
  91. f0d48b2 [3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279) by Miss Islington (bot) · 2 months ago
  92. e5d1771 [3.13] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (GH-134687) (#135248) by Miss Islington (bot) · 2 months ago
  93. 58b9581 [3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192) by Miss Islington (bot) · 2 months ago
  94. d864a91 [3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210) by Serhiy Storchaka · 2 months ago
  95. 793de28 [3.13] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135206) by Miss Islington (bot) · 2 months ago
  96. e2a9a3f [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061) by Serhiy Storchaka · 2 months ago
  97. 5a69d4f [3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135169) by Miss Islington (bot) · 2 months ago
  98. 68f8eed [3.13] gh-129876: Update IDLE News3.txt to May 2025 (GH-135139) (#135141) by Miss Islington (bot) · 2 months ago
  99. ae2e795 [3.13] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135132) by Miss Islington (bot) · 2 months ago
  100. 70c7aad [3.13] gh-135074: Fix exception messages in test.support module (GH-135076) (GH-135130) by Miss Islington (bot) · 2 months ago