Python 3.13.0a5
  1. 076d169 Python 3.13.0a5 by Thomas Wouters · 1 year, 5 months ago v3.13.0a5
  2. f6e7a6c gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658) by Victor Stinner · 1 year, 5 months ago
  3. 5d72b75 gh-116604: Check for `gcstate->enabled` in _Py_RunGC in free-threaded build (#116663) by Sam Gross · 1 year, 5 months ago
  4. df4784b gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350) by Nikita Sobolev · 1 year, 5 months ago
  5. 3265087 Fix code comment regarding DK_ENTRIES (GH-113960) by Matthias Diener · 1 year, 5 months ago
  6. 3b7fe11 gh-116616: Use relaxed atomic ops to access socket module defaulttimeout (#116623) by Erlend E. Aasland · 1 year, 5 months ago
  7. 02918aa gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628) by Pablo Galindo Salgado · 1 year, 5 months ago
  8. eb947cd gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (#116599) by Nikita Sobolev · 1 year, 5 months ago
  9. f8147d0 gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (#116542) by Nikita Sobolev · 1 year, 5 months ago
  10. d308d33 gh-89547: Support for nesting special forms like Final (#116096) by Mehdi Drissi · 1 year, 5 months ago
  11. 4fa95c6 gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) by Christopher Chavez · 1 year, 5 months ago
  12. 3cc5ae5 gh-85283: Convert grp extension to the limited C API (#116611) by Victor Stinner · 1 year, 5 months ago
  13. ba13215 gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632) by Guido van Rossum · 1 year, 5 months ago
  14. 2b67fc5 gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) by Victor Stinner · 1 year, 5 months ago
  15. 06e29a2 gh-116600: [Enum] fix global Flag repr (GH-116615) by Ethan Furman · 1 year, 5 months ago
  16. 3e45030 gh-116563: Update tutorial error example (#116569) by Terry Jan Reedy · 1 year, 5 months ago
  17. 44f9a84 gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496) by Tian Gao · 1 year, 5 months ago
  18. 3c0dcef gh-116040: [Enum] fix test_empty_names test (GH-116508) by Ethan Furman · 1 year, 5 months ago
  19. 34920f3 gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423) by Malcolm Smith · 1 year, 5 months ago
  20. 1d0d49a gh-113538: Add asycio.Server.{close,abort}_clients (#114432) by Pierre Ossman (ThinLinc team) · 1 year, 5 months ago
  21. 872c071 gh-71052: Change Android's `sys.platform` from "linux" to "android" by Malcolm Smith · 1 year, 5 months ago
  22. 9f983e0 gh-116515: Clear thread-local state before tstate_delete_common() (#116517) by Sam Gross · 1 year, 5 months ago
  23. 05070f4 GH-115976: Add WASI to CI (GH-116516) by Brett Cannon · 1 year, 5 months ago
  24. 113053a gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606) by Victor Stinner · 1 year, 5 months ago
  25. 2731913 gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338) by Brett Simmers · 1 year, 5 months ago
  26. 546eb7a gh-116417: Build _testinternalcapi with limited C API version 3.5 (#116598) by Victor Stinner · 1 year, 5 months ago
  27. b6ae6da GH-116596: Better determination of escaping uops. (GH-116597) by Mark Shannon · 1 year, 5 months ago
  28. 6c4fc20 gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-sanitizer (gh-116558) by Donghee Na · 1 year, 5 months ago
  29. 817fe33 gh-116590: Fix unused `current_thread_holds_gil` function warning (#116591) by Nikita Sobolev · 1 year, 5 months ago
  30. ffd79be gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (#116548) by Nikita Sobolev · 1 year, 5 months ago
  31. 1cc02ca gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) by Victor Stinner · 1 year, 5 months ago
  32. d8712fa gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) by Serhiy Storchaka · 1 year, 5 months ago
  33. 4e5df20 GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is known to be a constant. (GH-116469) by Mark Shannon · 1 year, 5 months ago
  34. 8d7fde6 gh-116417: Argument Clinic: test generated Limited C API code for float args (#116573) by Erlend E. Aasland · 1 year, 5 months ago
  35. 4704e55 gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (#116577) by Nikita Sobolev · 1 year, 5 months ago
  36. 2339e7c gh-116057: Use relative recursion limits when testing os.walk() and Path.walk() (#116058) by Malcolm Smith · 1 year, 5 months ago
  37. c5fa796 gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570) by Victor Stinner · 1 year, 5 months ago
  38. 729bfb3 gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568) by Victor Stinner · 1 year, 5 months ago
  39. 5b2f21f gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553) by Donghee Na · 1 year, 5 months ago
  40. 17d31bf gh-112087: Store memory allocation information into _PyListArray (gh-116529) by Donghee Na · 1 year, 5 months ago
  41. db8f423 gh-116535: Fix distracting "TypeError" in example code (gh-116538) by Declan · 1 year, 5 months ago
  42. 1e68c4b gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418) by Sergey B Kirpichev · 1 year, 5 months ago
  43. b9cb855 gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not available (#116507) by Kirill Podoprigora · 1 year, 5 months ago
  44. b4b4e76 gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (#116521) by Nikita Sobolev · 1 year, 5 months ago
  45. 03f86b1 GH-116218 Docs: Add availability information for the 'resource' module (#116256) by Kerim Kabirov · 1 year, 5 months ago
  46. c951e25 gh-112069: Make sets thread-safe with the GIL disabled (#113800) by Tomas R · 1 year, 5 months ago
  47. 3cdfdc0 gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483) by Sam Gross · 1 year, 5 months ago
  48. 601f3a7 gh-105535 Document potential performance trap during enum creation (GH-107119) by Nicolas A. Oyarzabal · 1 year, 5 months ago
  49. 735fc2c gh-75988: Fix issues with autospec ignoring wrapped object (#115223) by infohash · 1 year, 5 months ago
  50. 7db871e gh-112075: Support freeing object memory via QSBR (#116344) by Dino Viehland · 1 year, 5 months ago
  51. 6183158 Replace stat.ST_xxx usage with os.stat().st_xxx (#116501) by Victor Stinner · 1 year, 5 months ago
  52. cca3023 gh-115103: Fix unregistering of QSBR state (#116480) by Sam Gross · 1 year, 5 months ago
  53. 7cee276 gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494) by Nikita Sobolev · 1 year, 5 months ago
  54. fdb2d90a gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459) by Nikita Sobolev · 1 year, 5 months ago
  55. 0003285 GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460) by Mark Shannon · 1 year, 5 months ago
  56. 0b64714 gh-116349: Deprecate `platform.java_ver` function (#116471) by Nikita Sobolev · 1 year, 5 months ago
  57. 4d95273 gh-116485: Fixed the typo (#116486) by Varun Gole · 1 year, 5 months ago
  58. d864b00 gh-116303: Explicitly check for the _testsinglephase module in configure.ac (#116479) by Erlend E. Aasland · 1 year, 5 months ago
  59. 5d0cdfe gh-116472: Replace literal newlines with escape characters in MSBuild files (GH-116473) by Dan Albert · 1 year, 5 months ago
  60. 13ffd4b gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardinal(1, 0) (GH-116072) by Ethan Furman · 1 year, 5 months ago
  61. b2d74cd gh-116000: Make optimizer_generator.py work without any arguments (#116470) by Kirill Podoprigora · 1 year, 5 months ago
  62. 834bf57 gh-116396: Pass "detached_state" argument to tstate_set_detached (#116398) by Sam Gross · 1 year, 5 months ago
  63. d9bcdda gh-116417: Add _testlimitedcapi C extension (#116419) by Victor Stinner · 1 year, 5 months ago
  64. d9ccde2 gh-106259: Add minimal help target to Makefile (#106260) by Skip Montanaro · 1 year, 5 months ago
  65. 41457c7 gh-116381: Remove bad specializations, add fail stats (GH-116464) by Ken Jin · 1 year, 5 months ago
  66. 4298d69 gh-116420: Fix unused var compilation warnings (GH-116466) by Ken Jin · 1 year, 5 months ago
  67. 6815744 Parallelize regen-cases (#116446) by Guido van Rossum · 1 year, 5 months ago
  68. 72dbea2 gh-115421: Test that our Makefile has all needed test folders (GH-115813) by Nikita Sobolev · 1 year, 5 months ago
  69. 72d3cc9 gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438) by Serhiy Storchaka · 1 year, 5 months ago
  70. 882fced gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (#116449) by Nikita Sobolev · 1 year, 5 months ago
  71. 808a776 gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) by Serhiy Storchaka · 1 year, 5 months ago
  72. 40b79ef gh-116386: Fix format string "%ld" warning in `_xxinterpqueuesmodule` (#116387) by Nikita Sobolev · 1 year, 5 months ago
  73. b33980a gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930) by Russell Keith-Magee · 1 year, 5 months ago
  74. bc708c7 GH-116314: Update `Tools/wasm/README.md` to point to the devguide for building for WASI (GH-116445) by Brett Cannon · 1 year, 5 months ago
  75. 2d4955f gh-116397: Move the _PyGC_ClearAllFreeLists to the safe point (gh-116414) by Donghee Na · 1 year, 5 months ago
  76. 68b8fff gh-109653: Reduce import overhead of uuid module on Linux (#115160) by Shantanu · 1 year, 5 months ago
  77. 0876b92 gh-107361: strengthen default SSL context flags (#112389) by William Woodruff · 1 year, 5 months ago
  78. ea1803e gh-88118: Fix some test_multiprocessing flakiness. (#116434) by Gregory P. Smith · 1 year, 5 months ago
  79. c62144a gh-114271: Make `_thread.lock` thread-safe in free-threaded builds (#116433) by mpage · 1 year, 5 months ago
  80. ce0ae1d gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009) by Jason Zhang · 1 year, 5 months ago
  81. 7114cf2 gh-116381: Specialize CONTAINS_OP (GH-116385) by Ken Jin · 1 year, 5 months ago
  82. 73807eb gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availability (GH-116278) by Sebastian Pipping · 1 year, 5 months ago
  83. 8a8e920 gh-115398: Revert `PyExpat_CAPI_MAGIC` version bump (GH-116411) by Sebastian Pipping · 1 year, 5 months ago
  84. c012c8a gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435) by Sam Gross · 1 year, 5 months ago
  85. 02ee475 gh-116143: Fix race condition in pydoc _start_server (#116144) by Itamar Oren · 1 year, 5 months ago
  86. e800265 gh-107625: configparser: Raise error if a missing value is continued (GH-107651) by Prince Roshan · 1 year, 5 months ago
  87. 27858e2 GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410) by Mark Shannon · 1 year, 5 months ago
  88. 33c0aa3 GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360) by Mark Shannon · 1 year, 5 months ago
  89. 2b37996 gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359) by Victor Stinner · 1 year, 5 months ago
  90. 22ccf13 gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (#116405) by Nikita Sobolev · 1 year, 5 months ago
  91. d2f1b0e gh-112087: Update list_get_item_ref to optimistically avoid locking (gh-116353) by Donghee Na · 1 year, 6 months ago
  92. 990a5f1 gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371) by Nikita Sobolev · 1 year, 6 months ago
  93. e205c5c gh-115986: Fix inaccuracies in pprint docs (#116104) by Kerim Kabirov · 1 year, 6 months ago
  94. 72714c0 gh-115103: Enable internal mimalloc assertions in debug builds (#116343) by Sam Gross · 1 year, 6 months ago
  95. dab85e0 gh-76785: Use PRId64 to Fix a Compiler Warning on Windows (gh-116369) by Eric Snow · 1 year, 6 months ago
  96. edc9d85 gh-109653: Just import `recursive_repr` in `dataclasses` (gh-109822) by Nikita Sobolev · 1 year, 6 months ago
  97. d444dec Fix debug output for optimized executor (#116337) by Guido van Rossum · 1 year, 6 months ago
  98. e7ba6e9 chore: fix typos (#116345) by cui fliter · 1 year, 6 months ago
  99. 4402b3c gh-76785: Minor Improvements to "interpreters" Module (gh-116328) by Eric Snow · 1 year, 6 months ago
  100. bdba8ef gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) by Serhiy Storchaka · 1 year, 6 months ago