Python 3.13.6
  1. 4e66535 Python 3.13.6 by Thomas Wouters · 12 days ago v3.13.6
  2. 1024f1a [3.13] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137455) by Hugo van Kemenade · 12 days ago
  3. f2d6931 [3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461) by Miss Islington (bot) · 12 days ago
  4. 9cfa4df [3.13] gh-137450: macOS installer shell path management improvements (GH-137451) (#137452) by Miss Islington (bot) · 12 days ago
  5. 3a61ddf [3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188) (#137366) by Miss Islington (bot) · 13 days ago
  6. c4c554d [3.13] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137432) by Miss Islington (bot) · 13 days ago
  7. 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
  8. 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
  9. 932221b [3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134448) by Miss Islington (bot) · 14 days ago
  10. 235d380 [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399) by Pablo Galindo Salgado · 14 days ago
  11. 1ba09b2 [3.13] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (GH-137362) by Miss Islington (bot) · 2 weeks ago
  12. 23a3e89 [3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137345) by Miss Islington (bot) · 2 weeks ago
  13. 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
  14. 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
  15. 5c16f69 [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480) by Neil Schemenauer · 3 weeks ago
  16. 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
  17. 3f57d9b [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166) by Kumar Aditya · 3 weeks ago
  18. 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
  19. 8f41211 [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106) by Miss Islington (bot) · 3 weeks ago
  20. 74503ac [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075) by AN Long · 4 weeks ago
  21. 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
  22. 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
  23. c1085a0 [3.13] gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198) (#136899) by Lysandros Nikolaou · 4 weeks ago
  24. 2a6617d [3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) (#136649) by Miss Islington (bot) · 5 weeks ago
  25. 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
  26. 823bf76 [3.13] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338) (#136642) by Kumar Aditya · 5 weeks ago
  27. 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
  28. d733a1e [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590) by Miss Islington (bot) · 5 weeks ago
  29. 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
  30. 6176101 [3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136580) by Miss Islington (bot) · 5 weeks ago
  31. cba2974 [3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) (#136545) by Pablo Galindo Salgado · 5 weeks ago
  32. aa3c642 [3.13] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136515) by Miss Islington (bot) · 6 weeks ago
  33. f17be28 [3.13] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136383) by Miss Islington (bot) · 6 weeks ago
  34. 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
  35. 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) · 7 weeks ago
  36. 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
  37. fc77192 [3.13] gh-135069: Fix exception message in encodings.idna module (GH-135071) (#136236) by Miss Islington (bot) · 7 weeks ago
  38. 1de8fc3 [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226) by Miss Islington (bot) · 7 weeks ago
  39. d80df8c [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-135875) (#136222) by Miss Islington (bot) · 7 weeks ago
  40. 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
  41. e3a277c [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) by Victor Stinner · 7 weeks ago
  42. e194793 [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136136) by Miss Islington (bot) · 7 weeks ago
  43. 4f4fa72 [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130) by Miss Islington (bot) · 7 weeks ago
  44. 76dd0ee [3.13] Doc: Fix duplicate words in idlelib (GH-136089) (#136091) by Miss Islington (bot) · 7 weeks ago
  45. 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
  46. 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
  47. 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
  48. d105eae [3.13] gh-135968: Add iOS binary stubs for strip (GH-135970) (#136015) by Miss Islington (bot) · 7 weeks ago
  49. 07a7636 [3.13] gh-135966: Modify iOS testbed to make app_packages a site directory (GH-135967) (#136013) by Russell Keith-Magee · 7 weeks ago
  50. 784c0ed [3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136002) by Miss Islington (bot) · 7 weeks ago
  51. c148a68 [3.13] gh-91555: Revert disabling of logger while handling log record. (GH-135858) (GH-135911) by Miss Islington (bot) · 8 weeks ago
  52. c64df2a [3.13] gh-135871: Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872) (gh-135947) by Sam Gross · 8 weeks ago
  53. 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
  54. 469f69d [3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895) by Miss Islington (bot) · 8 weeks ago
  55. 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
  56. a27398d [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881) by Victor Stinner · 8 weeks ago
  57. b79e64b [3.13] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135809) by Miss Islington (bot) · 8 weeks ago
  58. 6e0ad71 [3.13] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135826) by Miss Islington (bot) · 8 weeks ago
  59. a0a1aa3 [3.13] gh-135335: flush stdout/stderr in forkserver after preloading modules (GH-135338) (#135671) by Miss Islington (bot) · 9 weeks ago
  60. 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
  61. f33a5e8 [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582) by Sam Gross · 9 weeks ago
  62. 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
  63. a80d47e [3.13] gh-135171: Update documentation for the generator expression (GH-135351) (GH-135525) by Miss Islington (bot) · 9 weeks ago
  64. 1534077 [3.13] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135517) by Miss Islington (bot) · 9 weeks ago
  65. a43cf10 [3.13] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135501) by GiGaGon · 9 weeks ago
  66. e753a7c [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453) by Mikhail Efimov · 9 weeks ago
  67. 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
  68. 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
  69. 6cb20a2 Python 3.13.5 by Thomas Wouters · 10 weeks ago v3.13.5
  70. 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
  71. 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
  72. 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
  73. 37027ab [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332) by Serhiy Storchaka · 10 weeks ago
  74. f0d48b2 [3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279) by Miss Islington (bot) · 2 months ago
  75. 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
  76. 58b9581 [3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192) by Miss Islington (bot) · 2 months ago
  77. d864a91 [3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210) by Serhiy Storchaka · 2 months ago
  78. 728a881 [3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer (GH-135180) by Steve Dower · 2 months ago
  79. 922dc2c [3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182) by Victor Stinner · 2 months ago
  80. 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
  81. 95f6296 [3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135134) by Victor Stinner · 2 months ago
  82. b9512c3 Merge branch '3.13' of https://github.com/python/cpython into 3.13 by Thomas Wouters · 3 months ago
  83. b21d15f [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098) by Sam Gross · 3 months ago
  84. 8a526ec Python 3.13.4 by Thomas Wouters · 3 months ago v3.13.4
  85. aa9eb5f [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064) by T. Wouters · 3 months ago
  86. 3e1b8d6 [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965) by Serhiy Storchaka · 3 months ago
  87. a9b8ffd [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040) by Sam Gross · 3 months ago
  88. 7ca17ed [3.13] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135020) by Miss Islington (bot) · 3 months ago
  89. 2c325e2 [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962) by Bénédikt Tran · 3 months ago
  90. 5fd62be gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924) by Steve Dower · 3 months ago
  91. 681856c [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936) by Serhiy Storchaka · 3 months ago
  92. a0287bf [3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846) by Miss Islington (bot) · 3 months ago
  93. 814ac0d [3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport of GH-134778) (GH-134788) by Mark Shannon · 3 months ago
  94. 5fb05ea [3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784) by Bénédikt Tran · 3 months ago
  95. 08e1ba8 [3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677) by Miss Islington (bot) · 3 months ago
  96. e483dcf [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685) by Sergey B Kirpichev · 3 months ago
  97. 44d1849 [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620) by Miss Islington (bot) · 3 months ago
  98. 2e30341 [3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134611) by Miss Islington (bot) · 3 months ago
  99. e4c4ecc [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597) by Miss Islington (bot) · 3 months ago
  100. 5987ebc [3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562) by Miss Islington (bot) · 3 months ago