Python 3.13.4
  1. 8a526ec Python 3.13.4 by Thomas Wouters · 4 weeks ago v3.13.4
  2. aa9eb5f [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064) by T. Wouters · 4 weeks ago
  3. 9f3d999 [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (GH-128606) (GH-135077) (#135083) by Miss Islington (bot) · 4 weeks ago
  4. b0c9c19 [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135054) by Miss Islington (bot) · 4 weeks ago
  5. f67dede [3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047) by Miss Islington (bot) · 4 weeks ago
  6. 7e2ebdb [3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135049) by Miss Islington (bot) · 4 weeks ago
  7. 3e1b8d6 [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965) by Serhiy Storchaka · 4 weeks ago
  8. a9b8ffd [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040) by Sam Gross · 4 weeks ago
  9. 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) · 4 weeks ago
  10. 11f7270 [3.13] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (GH-134960) (#135017) by Bénédikt Tran · 4 weeks ago
  11. 0446628 [3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996) by Miss Islington (bot) · 5 weeks ago
  12. 2c325e2 [3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962) by Bénédikt Tran · 5 weeks ago
  13. e69ecfe [3.13] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134985) by Miss Islington (bot) · 5 weeks ago
  14. 379c4a2 [3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134981) by Miss Islington (bot) · 5 weeks ago
  15. 366a790 [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134967) by Miss Islington (bot) · 5 weeks ago
  16. 19b31d1 [3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134914) by Miss Islington (bot) · 5 weeks ago
  17. 5fd62be gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924) by Steve Dower · 5 weeks ago
  18. 7c5a1ea [3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134941) by Miss Islington (bot) · 5 weeks ago
  19. 681856c [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936) by Serhiy Storchaka · 5 weeks ago
  20. 7fdc829 Doc: remove unnecessary section header (GH-134917) by Miss Islington (bot) · 5 weeks ago
  21. f4b8cd5 [3.13] ast docs: Fix description of ast.Constant (GH-134741) (#134912) by Miss Islington (bot) · 5 weeks ago
  22. a9ba2ec [3.13] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213) (GH-134884) by Miss Islington (bot) · 5 weeks ago
  23. aebb4ea [3.13] gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-132858) (GH-134882) by Miss Islington (bot) · 5 weeks ago
  24. 029ecea gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820) by Miss Islington (bot) · 5 weeks ago
  25. dcfb229 [3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856) by Miss Islington (bot) · 5 weeks ago
  26. 9cd608f [3.13] GH-134848: Use a set to store ``AuditEvents.sources`` (GH-134849) (#134854) by Miss Islington (bot) · 5 weeks ago
  27. 07d4b63 [3.13] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134852) by Miss Islington (bot) · 5 weeks ago
  28. a0287bf [3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846) by Miss Islington (bot) · 5 weeks ago
  29. 5511533 [3.13] gh-133711: Fix test_regrtest for PYTHONUTF8=1 (GH-134839) (#134843) by Miss Islington (bot) · 5 weeks ago
  30. 8e60e6c [3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134824) by Miss Islington (bot) · 5 weeks ago
  31. 7410402 [3.13] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795) (#134798) by Miss Islington (bot) · 5 weeks ago
  32. 067df2b [3.13] gh-134160: Block multiple module initialization (GH-134773) (#134828) by Miss Islington (bot) · 5 weeks ago
  33. 956490b [3.13] Update outdated statement from `math` about C standard (GH-134621) (#134826) by Miss Islington (bot) · 5 weeks ago
  34. 73e4328 [3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134809) by Miss Islington (bot) · 5 weeks ago
  35. c6af7f4 [3.13] GH-128161: Fix refleak introduced in GH-134788 (GH-134799) by Mark Shannon · 5 weeks ago
  36. d6e4786 [3.13] gh-133678: Document C API third party tools (GH-134526) (#134792) by Miss Islington (bot) · 5 weeks ago
  37. 814ac0d [3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport of GH-134778) (GH-134788) by Mark Shannon · 5 weeks ago
  38. 3593d0d [3.13] Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (GH-134730) (#134787) by Hugo van Kemenade · 5 weeks ago
  39. 5fb05ea [3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784) by Bénédikt Tran · 5 weeks ago
  40. a5f281f [3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134780) by Miss Islington (bot) · 5 weeks ago
  41. 480f02d [3.13] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134754) by Miss Islington (bot) · 5 weeks ago
  42. b31d46e [3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134700) by Miss Islington (bot) · 5 weeks ago
  43. 08e1ba8 [3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677) by Miss Islington (bot) · 5 weeks ago
  44. e483dcf [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685) by Sergey B Kirpichev · 5 weeks ago
  45. f331d03 [3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134669) by Miss Islington (bot) · 5 weeks ago
  46. 698bf97 [3.13] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (#134623) by Miss Islington (bot) · 6 weeks ago
  47. 44d1849 [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620) by Miss Islington (bot) · 6 weeks ago
  48. 2e30341 [3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134611) by Miss Islington (bot) · 6 weeks ago
  49. e4c4ecc [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597) by Miss Islington (bot) · 6 weeks ago
  50. 0308612 [3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592) by Serhiy Storchaka · 6 weeks ago
  51. 1dbb644 [3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573) by Miss Islington (bot) · 6 weeks ago
  52. 5b203f5 [3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572) by Miss Islington (bot) · 6 weeks ago
  53. c6497d6 [3.13] Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) (GH-134491) by Miss Islington (bot) · 6 weeks ago
  54. 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) · 6 weeks ago
  55. 1a61d81 [3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556) by Miss Islington (bot) · 6 weeks ago
  56. b212653 [3.13] Avoid `__file__` in `hashlib` example (GH-134540) (#134550) by Miss Islington (bot) · 6 weeks ago
  57. 79f20f1 [3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134545) by Kattni · 6 weeks ago
  58. 0671eb6 [3.13] Consistent sentence case in docs template files (GH-134412) (#134496) by Miss Islington (bot) · 6 weeks ago
  59. ba9f533 [3.13] gh-71339: Use new assertion methods in the http tests (GH-129058) (GH-132500) by Miss Islington (bot) · 6 weeks ago
  60. 6126b7c [3.13] gh-71339: Use new assertion methods in the urllib tests (GH-129056) (GH-132499) by Miss Islington (bot) · 6 weeks ago
  61. 34d3495 [3.13] gh-71339: Use new assertion methods in the email tests (GH-129055) (GH-132501) by Miss Islington (bot) · 6 weeks ago
  62. 044fe0b [3.13] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134490) by Miss Islington (bot) · 6 weeks ago
  63. 55aba16 [3.13] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310) (#134485) by Miss Islington (bot) · 6 weeks ago
  64. e0822d8 [3.13] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134477) by Miss Islington (bot) · 6 weeks ago
  65. 5ecc39e [3.13] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134445) by Gregory P. Smith · 6 weeks ago
  66. 2d11f3e [3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436) by Miss Islington (bot) · 6 weeks ago
  67. e1e8533 [3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134434) by Miss Islington (bot) · 6 weeks ago
  68. 046125e [3.13] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134431) by Miss Islington (bot) · 6 weeks ago
  69. de6d199 [3.13] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-134429) by Miss Islington (bot) · 6 weeks ago
  70. bc60b33 [3.13] gh-132246: Add special buffer methods to C API Type Object docs (gh-132247) (gh-134427) by Miss Islington (bot) · 6 weeks ago
  71. fcebf5a [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134420) by Miss Islington (bot) · 6 weeks ago
  72. f5de063 [3.13] gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408) (GH-134414) by Miss Islington (bot) · 6 weeks ago
  73. 7ada439 [3.13] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134404) by Miss Islington (bot) · 6 weeks ago
  74. 35eb3b8 GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313) by Miss Islington (bot) · 6 weeks ago
  75. b41e7b1 [3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134386) by Łukasz Langa · 6 weeks ago
  76. 7df6749 [3.13] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372) (#134375) by Miss Islington (bot) · 6 weeks ago
  77. 4c22fa6 [3.13] gh-131357: Add tests for zero-sized bytes objects in test_bytes.py (GH-134234) (#134379) by Miss Islington (bot) · 6 weeks ago
  78. aebbbaf [3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361) by Noam Cohen · 6 weeks ago
  79. bad9f63 [3.13] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134353) by Miss Islington (bot) · 6 weeks ago
  80. 61af847 [3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#134339) by Hugo van Kemenade · 6 weeks ago
  81. eca8ff1 [3.13] gh-128307: Update what's new in 3.13 with create_task changes of asyncio (#134304) (#134335) by Guido van Rossum · 6 weeks ago
  82. 6279eb8 [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) by Serhiy Storchaka · 6 weeks ago
  83. 0c0fedf [3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134329) by Miss Islington (bot) · 6 weeks ago
  84. edf2de0 [3.13] Clean up test_posixpath (GH-134315) (GH-134317) by Miss Islington (bot) · 6 weeks ago
  85. 783675e [3.13] gh-133940: test_strftime incorrectly calculates expected week (GH-134281) (#134302) by Miss Islington (bot) · 6 weeks ago
  86. edbde92 [3.13] gh-134201: Expand explanation of Base85 encodings in base64 docs (GH-134288) (#134297) by Miss Islington (bot) · 6 weeks ago
  87. da506b2 [3.13] gh-117596: Add more tests for os.path with invalid paths (GH-134189) (GH-134266) by Miss Islington (bot) · 6 weeks ago
  88. c1e4770 [3.13] gh-125225: Fix column misalignment in help('topics') output (gh-125226) (#134226) by Miss Islington (bot) · 6 weeks ago
  89. 08c9ba5 [3.13] gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136) (gh-134221) by Miss Islington (bot) · 6 weeks ago
  90. 55a7cb1 [3.13] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (GH-134218) by Miss Islington (bot) · 6 weeks ago
  91. 8d92823 [3.13] Docs: C API: Fix the incorrect `PyThreadState_Swap` documentation (#133900) by Peter Bierma · 6 weeks ago
  92. 06a8c06 [3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134196) by Serhiy Storchaka · 6 weeks ago
  93. ea9c962 [3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict mode (GH-128328) (GH-134204) by Miss Islington (bot) · 6 weeks ago
  94. 821a87e [3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135) (GH-134191) by Miss Islington (bot) · 6 weeks ago
  95. 018ec63 [3.13] document `Py_VISIT` as a macro in the docs (GH-133688) (#134187) by Miss Islington (bot) · 6 weeks ago
  96. 9c29769 [3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185) by Miss Islington (bot) · 6 weeks ago
  97. 5230244 [3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134172) by Miss Islington (bot) · 6 weeks ago
  98. fd6a602 [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) by Thomas Grainger · 6 weeks ago
  99. ebe54d7 [3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134167) by Miss Islington (bot) · 7 weeks ago
  100. f625432 [3.13] gh-88275: Add missing `__init__` method to `match` example (GH-120281) (#134143) by Miss Islington (bot) · 7 weeks ago