Python 3.13.1
  1. 0671451 Python 3.13.1 by Thomas Wouters · 9 months ago v3.13.1
  2. dddea7c [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984) by Miss Islington (bot) · 9 months ago
  3. ae3f347 [3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123991) by Miss Islington (bot) · 9 months ago
  4. a63e06d [3.13] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123815) by Miss Islington (bot) · 9 months ago
  5. 3479a71 [3.13] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH-127557) by Miss Islington (bot) · 9 months ago
  6. e546876 [3.13] gh-127521: Mark list as "shared" before resizing if necessary (GH-127524) (GH-127533) by Miss Islington (bot) · 9 months ago
  7. a853610 gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938) by Miss Islington (bot) · 9 months ago
  8. 219b826 [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114) by Eric Snow · 9 months ago
  9. 059114c [3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) (#127002) by Miss Islington (bot) · 9 months ago
  10. cab2ef5 [3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513) by Peter Bierma · 9 months ago
  11. f41d8d8 [3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (#127216) by Miss Islington (bot) · 9 months ago
  12. 511c588 [3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500) by Miss Islington (bot) · 9 months ago
  13. 2d458b1 [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) (#126885) by Carol Willing · 9 months ago
  14. a5672be [3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702) (#126762) by Miss Islington (bot) · 9 months ago
  15. d9bbb52 [3.13] gh-122838: Document missing opcodes (GH-123073) (#126492) by Miss Islington (bot) · 9 months ago
  16. 23ab1f9 [3.13] gh-99880: document rounding mode for new-style formatting (GH-121481) (#126334) by Miss Islington (bot) · 9 months ago
  17. fd48d98 [3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732) (#126023) by Miss Islington (bot) · 9 months ago
  18. b105157 [3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780) by Peter Bierma · 9 months ago
  19. d9ac6b3 [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (GH-125704) (#125705) by Miss Islington (bot) · 9 months ago
  20. 26f1e88 [3.13] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127511) by Miss Islington (bot) · 9 months ago
  21. 4bafce0 [3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508) by Miss Islington (bot) · 9 months ago
  22. 943e57e [3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505) by Bénédikt Tran · 9 months ago
  23. 585d48f [3.13] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#127496) by Miss Islington (bot) · 9 months ago
  24. dd2ad70 [3.13] gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() (GH-127457) (#127487) by Tian Gao · 9 months ago
  25. 3b31f8c [3.13] gh-127356: Fix prepend doctrees directory for gettext target (GH-127357) (#127470) by Miss Islington (bot) · 9 months ago
  26. a2814b9 [3.13] Docs: Fix incorrect indents in `c-api/type.rst` (GH-127449) (#127460) by Yuki Kobayashi · 9 months ago
  27. 06acb95 [3.13] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) (#127464) by Miss Islington (bot) · 9 months ago
  28. 2813a61 [3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199) (#127463) by Miss Islington (bot) · 9 months ago
  29. 5017c81 [3.13] gh-127190: Fix local_setattro() error handling (GH-127366) (#127367) by Miss Islington (bot) · 9 months ago
  30. a442c87 [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (GH-127310) (#127431) by Peter Bierma · 9 months ago
  31. c54b9ae [3.13] summarize: Fix typo in stats (GH-127450) (#127454) by Miss Islington (bot) · 9 months ago
  32. 82d199d [3.13] gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299) (GH-127323) by Miss Islington (bot) · 9 months ago
  33. d2d1055 [3.13] gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059) (GH-127325) by Miss Islington (bot) · 9 months ago
  34. 089d706 [3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362) by Miss Islington (bot) · 9 months ago
  35. c711deb [3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218) (GH-127230) by Miss Islington (bot) · 9 months ago
  36. 4cba0e6 [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390) by Miss Islington (bot) · 9 months ago
  37. 2f56c68 [3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-threading (GH-127399) (#127422) by Miss Islington (bot) · 9 months ago
  38. ee57221 [3.13] Link to correct class methods in asyncio primitives docs (GH-127270) (#127423) by Miss Islington (bot) · 9 months ago
  39. c4a359d [3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) (#127418) by Miss Islington (bot) · 9 months ago
  40. 6a06634 [3.13] gh-124873: Skip timerfd tests on Android (GH-127279) (#127290) by Miss Islington (bot) · 9 months ago
  41. 1056f38 [3.13] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358) (#127401) by Miss Islington (bot) · 9 months ago
  42. 92d14b7 [3.13] fix param type in PyObject_HasAttrWithError (docs) (GH-127403) (#127404) by Miss Islington (bot) · 9 months ago
  43. 47b0f8f [3.13] gh-126881: fix finalization of dtoa state (GH-126904) (#127395) by Miss Islington (bot) · 9 months ago
  44. 9bdb0ae [3.13] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365) (#127393) by Hugo van Kemenade · 9 months ago
  45. d5a08f0 [3.13] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#127334) by Miss Islington (bot) · 9 months ago
  46. a5741d6 [3.13] gh-122273: Support PyREPL history on Windows (#127141) (#127289) by Victor Stinner · 9 months ago
  47. 9187ac3 [3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#127104) by Victor Stinner · 9 months ago
  48. 0f77357 [3.13] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127251) by Miss Islington (bot) · 9 months ago
  49. 8b2e303 [3.13] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127287) by Miss Islington (bot) · 9 months ago
  50. 7f263d4 [3.13] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127269) by Miss Islington (bot) · 9 months ago
  51. a1b9663 [3.13] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first value (GH-127219) (#127262) by Miss Islington (bot) · 9 months ago
  52. f0c47ea [3.13] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610) (GH-127159) by Miss Islington (bot) · 9 months ago
  53. 5693319 [3.13] gh-101100: Fix sphinx warnings of removed opcodes (GH-127222) (#127239) by Yuki Kobayashi · 9 months ago
  54. a6e61fd [3.13] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127232) by Miss Islington (bot) · 9 months ago
  55. cb270e9 [3.13] Fix macro expansions in critical section docs (GH-127226) (#127229) by Miss Islington (bot) · 9 months ago
  56. 24b8630 [3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libregrtest` (GH-127033) (#127034) by Miss Islington (bot) · 9 months ago
  57. 69472a5 [3.13] gh-126991: Add tests for unpickling bad object state (GH-127031) (GH-127063) by Miss Islington (bot) · 9 months ago
  58. a8e69fc [3.13] gh-126896: Fix docs about `asyncio.start_server()` (GH-126897) (GH-126934) by Miss Islington (bot) · 9 months ago
  59. 9dbce9f [3.13] Fix "useable" typo in docs (GH-127200) (#127207) by Miss Islington (bot) · 9 months ago
  60. b1a241e [3.13] Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (GH-126667) (#127201) by Miss Islington (bot) · 9 months ago
  61. d87fb9c [3.13] Enable aarch64 Ubuntu CI jobs (GH-125786) (GH-127170) by Łukasz Langa · 9 months ago
  62. 9291095 [3.13] Fix a few typos found in the docs (GH-127126) (GH-127181) by Miss Islington (bot) · 9 months ago
  63. 75ef92d [3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761) (GH-127171) by Serhiy Storchaka · 9 months ago
  64. 950daf8 [3.13] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) (#126619) by Damien · 9 months ago
  65. 329865b [3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) (GH-127163) by Miss Islington (bot) · 9 months ago
  66. f0d1a20 [3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157) by Miss Islington (bot) · 9 months ago
  67. 7f22b87 [3.13] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) (GH-127156) by Miss Islington (bot) · 9 months ago
  68. 5468d21 [3.13] gh-127065: Make `methodcaller` thread-safe in free threading build (GH-127109) (GH-127150) by Miss Islington (bot) · 9 months ago
  69. 1b58c0f [3.13] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127149) by Miss Islington (bot) · 9 months ago
  70. af00c58 [3.13] gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes` doc (GH-127099) (#127144) by Jun Komoda · 9 months ago
  71. 7bbcd32 [3.13] GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path (GH-127132) (#127135) by Miss Islington (bot) · 9 months ago
  72. 4b9068e [3.13] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) (#127130) by Miss Islington (bot) · 9 months ago
  73. 8cdd636 [3.13] gh-126986: Stop Using _PyInterpreterState_FailIfNotRunning() (gh-127112) by Eric Snow · 9 months ago
  74. c743314 [3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-127043) (GH-127107) by Miss Islington (bot) · 9 months ago
  75. c09366b [3.13] gh-124873: Tolerate 100 ms in TimerfdTests on Android (GH-127101) (#127105) by Miss Islington (bot) · 9 months ago
  76. 48eb5c9 gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801) by Miss Islington (bot) · 9 months ago
  77. 6e5e7bc [3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097) by Serhiy Storchaka · 9 months ago
  78. eaafc78 [3.13] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062) (GH-127094) by Miss Islington (bot) · 9 months ago
  79. 746a0c5 [3.13] GH-85168: Use filesystem encoding when converting to/from `file` URIs (GH-126852) (#127039) by Miss Islington (bot) · 9 months ago
  80. 40b9b50 [3.13] Run `apt update` before `apt install git` in autoconf CI job (GH-127070) by Miss Islington (bot) · 9 months ago
  81. fd9c2a3 [3.13] Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (GH-126536) (#127053) by Miss Islington (bot) · 9 months ago
  82. bb98a0a [3.13] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990) (GH-127018) by Miss Islington (bot) · 9 months ago
  83. 3fae84f [3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (GH-126981) (#127023) by sobolevn · 9 months ago
  84. dd222a4 [3.13] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127015) by Miss Islington (bot) · 9 months ago
  85. fd276ad [3.13] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127004) by Miss Islington (bot) · 9 months ago
  86. 190d710 [3.13] Doc: Reorganize math module documentation (GH-126337) (#126998) by Sergey B Kirpichev · 9 months ago
  87. 5457561 [3.13] gh-126911: Update credits output (GH-126913) (#126973) by Miss Islington (bot) · 9 months ago
  88. a7b44d6 [3.13] gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (GH-126855) (#126967) by Miss Islington (bot) · 9 months ago
  89. da7e93d [3.13] gh-126789: Correct sysconfig test exclusions for iOS and Android. (GH-126941) (GH-126950) by Petr Viktorin · 9 months ago
  90. 1fbd84b [3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930) (#126965) by Miss Islington (bot) · 9 months ago
  91. c2c18ac [3.13] gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362) (GH-126962) by Miss Islington (bot) · 9 months ago
  92. 885386b [3.13] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-126960) by Serhiy Storchaka · 9 months ago
  93. 2b2ad24 [3.13] gh-126167: Modify iOS Testbed to read arguments from Info.plist (GH-126169) (#126940) by Miss Islington (bot) · 9 months ago
  94. 9b06a8d [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) by Miss Islington (bot) · 9 months ago
  95. af35aa2 [3.13] gh-124452: Fix header mismatches when folding/unfolding with email message (GH-125919) (#126917) by Miss Islington (bot) · 9 months ago
  96. 52efb95 [3.13] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) (#126861) by Miss Islington (bot) · 9 months ago
  97. ec9cbcb [3.13] GH-126789: fix some sysconfig data on late site initializations by Miss Islington (bot) · 9 months ago
  98. d74f1f4 [3.13] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484) (GH-126879) by Miss Islington (bot) · 9 months ago
  99. c896210 [3.13] Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659) (#126888) by Miss Islington (bot) · 9 months ago
  100. 7be8743 [3.13] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-126869) by Miss Islington (bot) · 9 months ago