1. e4a3e78 Python 3.13.0rc1 by Thomas Wouters · 1 year, 1 month ago v3.13.0rc1
  2. 9c1c918 [3.13] Update the expected bytecode magic number in test_importlib.test_util (#122513) by T. Wouters · 1 year, 1 month ago
  3. 8c8c43e [3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) (#122488) by Petr Viktorin · 1 year, 1 month ago
  4. c21a361 [3.13] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (#122504) by Miss Islington (bot) · 1 year, 1 month ago
  5. a21317f [3.13] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122485) by Miss Islington (bot) · 1 year, 1 month ago
  6. 7a90d94 [3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) (#122451) by Miss Islington (bot) · 1 year, 1 month ago
  7. 1912f94 [3.13] gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447) (GH-122472) by Miss Islington (bot) · 1 year, 1 month ago
  8. 202cfbf [3.13] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) (GH-122444) by Miss Islington (bot) · 1 year, 1 month ago
  9. 466bb0d [3.13] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122441) by Miss Islington (bot) · 1 year, 1 month ago
  10. a4c7eb5 [3.13] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281) (GH-122440) by Miss Islington (bot) · 1 year, 1 month ago
  11. a2c36dd [3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122421) (GH-122430) by Miss Islington (bot) · 1 year, 1 month ago
  12. b252317 [3.13] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (GH-122424) by Miss Islington (bot) · 1 year, 1 month ago
  13. 9f6f879 Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)" (GH-122408) by Serhiy Storchaka · 1 year, 1 month ago
  14. 10cf7d6 [3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249) by Eric Snow · 1 year, 1 month ago
  15. b5e8b10 [3.13] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#122393) by Kirill Podoprigora · 1 year, 1 month ago
  16. c26dd27 [3.13] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122387) by Miss Islington (bot) · 1 year, 1 month ago
  17. d113359 [3.13] gh-122311: Add more tests for pickle (GH-122376) (GH-122377) by Miss Islington (bot) · 1 year, 1 month ago
  18. c8f3c1d [3.13] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122364) by Pablo Galindo Salgado · 1 year, 1 month ago
  19. 3648a94 [3.13] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) (GH-122348) by Miss Islington (bot) · 1 year, 1 month ago
  20. 6b9a5af [3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122344) by Miss Islington (bot) · 1 year, 1 month ago
  21. 7b35c50 [3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122342) by Russell Keith-Magee · 1 year, 1 month ago
  22. c79c515 [3.13] gh-120831: Correct default minimum iOS version. (GH-122339) (#122341) by Miss Islington (bot) · 1 year, 1 month ago
  23. 816a157 [3.13] gh-122311: Fix typo in the pickle error formatting code (GH-122312) (GH-122314) by Miss Islington (bot) · 1 year, 1 month ago
  24. 9162da2 [3.13] GH-122155: Fix cases generator to correctly compute 'peek' offset for error handling (GH-122158) (GH-122174) by Mark Shannon · 1 year, 1 month ago
  25. aca41cf [3.13] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified (gh-122290) by Miss Islington (bot) · 1 year, 1 month ago
  26. d1af4f5 [3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122278) by Miss Islington (bot) · 1 year, 1 month ago
  27. 984f8aa [3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122264) by Miss Islington (bot) · 1 year, 1 month ago
  28. 977c799 [3.13] gh-122187: Avoid TSan reported race in `run_udp_echo_server` (GH-122189) (#122263) by Miss Islington (bot) · 1 year, 1 month ago
  29. 6933c4a [3.13] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122258) by Miss Islington (bot) · 1 year, 1 month ago
  30. 94db4cc [3.13] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122256) by Miss Islington (bot) · 1 year, 1 month ago
  31. 4e77165 [3.13] gh-122087: Restore ismethoddescriptor() and isroutine() for partial objects (GH-122218) by Serhiy Storchaka · 1 year, 1 month ago
  32. ba3aa5a [3.13] GH-120754: Add more tests around seek + readall (GH-122103) (#122215) by Miss Islington (bot) · 1 year, 1 month ago
  33. 40cdec6 [3.13] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122205) by Miss Islington (bot) · 1 year, 1 month ago
  34. 81f9339 [3.13] gh-121832: Skip subinterpreter static type check on iOS to restore test suite. (GH-122150) (#122159) by Miss Islington (bot) · 1 year, 1 month ago
  35. 8567a5e [3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122202) by Eric Snow · 1 year, 1 month ago
  36. e0f540d [3.13] gh-117657: Skip tests that use threads after fork (GH-122194) (#122198) by Miss Islington (bot) · 1 year, 1 month ago
  37. 1d601a1 [3.13] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types (gh-122195) by Miss Islington (bot) · 1 year, 1 month ago
  38. 214b430 [3.13] gh-121973: Fix flaky test_pyrepl tests (GH-122140) (GH-122173) by Miss Islington (bot) · 1 year, 1 month ago
  39. 7767534 [3.13] gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (GH-122086) (#122156) by Miss Islington (bot) · 1 year, 1 month ago
  40. 4892cc0 [3.13] Refactor test_capi.test_long (GH-122113) (GH-122137) by Miss Islington (bot) · 1 year, 1 month ago
  41. f00ba73 [3.13] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) (GH-121669) by Miss Islington (bot) · 1 year, 1 month ago
  42. 148beb6 [3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115) by Miss Islington (bot) · 1 year, 1 month ago
  43. bd5121b [3.13] gh-121988: Fix test hang when pyrepl is not available (GH-121990) (#122064) by Miss Islington (bot) · 1 year, 1 month ago
  44. a6c1081 [3.13] gh-122026: Fix identification of mismatched parentheses inside f-strings (GH-122028) (#122041) by Miss Islington (bot) · 1 year, 1 month ago
  45. 9a332f2 [3.13] gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) (GH-121963) by Miss Islington (bot) · 1 year, 1 month ago
  46. e881145 [3.13] gh-122014: Account for abi_thread in test_sysconfig.test_user_similar (gh-122017) (#122039) by Miss Islington (bot) · 1 year, 1 month ago
  47. 963e97d [3.13] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121951) by Miss Islington (bot) · 1 year, 1 month ago
  48. 58a84e5 [3.13] gh-121657: Additional `yield from` error test using lambda (GH-121722) (GH-121961) by Miss Islington (bot) · 1 year, 1 month ago
  49. a45d905 [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) by Serhiy Storchaka · 1 year, 1 month ago
  50. 721a7dd [3.13] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121984) by Miss Islington (bot) · 1 year, 1 month ago
  51. 233ed46 [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869) by Miss Islington (bot) · 1 year, 1 month ago
  52. 567c38b Python 3.13.0b4 by Thomas Wouters · 1 year, 1 month ago v3.13.0b4
  53. 91e098f4 [3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) (#121929) by Miss Islington (bot) · 1 year, 1 month ago
  54. 3d9692d [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) (#121916) by Miss Islington (bot) · 1 year, 1 month ago
  55. 5a8e137 [3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876) (#121911) by Miss Islington (bot) · 1 year, 1 month ago
  56. c6ef5ac [3.13] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802) (#121909) by Miss Islington (bot) · 1 year, 1 month ago
  57. 72cd53e [3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904) by Miss Islington (bot) · 1 year, 1 month ago
  58. 96c524c [3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843) (#121893) by Miss Islington (bot) · 1 year, 1 month ago
  59. 6613029 [3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121867) by Miss Islington (bot) · 1 year, 1 month ago
  60. d24ec8a [3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#121868) by Pablo Galindo Salgado · 1 year, 1 month ago
  61. 7c9861f [3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) (GH-121856) by Miss Islington (bot) · 1 year, 1 month ago
  62. e45c61f [3.13] gh-120317: Lock around global state in the tokenize module (GH-120318) (#121841) by Miss Islington (bot) · 1 year, 1 month ago
  63. d02adec [3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836) by Miss Islington (bot) · 1 year, 1 month ago
  64. 4a62fdf [3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121815) (GH-121826) by Miss Islington (bot) · 1 year, 1 month ago
  65. 73f77e6 [3.13] gh-121610: pyrepl - handle extending blocks when multi-statement blocks are pasted (GH-121757) (GH-121825) by Miss Islington (bot) · 1 year, 1 month ago
  66. 0201b98 [3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-121823) by Miss Islington (bot) · 1 year, 1 month ago
  67. 5b718e7 [3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822) by Miss Islington (bot) · 1 year, 1 month ago
  68. 6396c77 [3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#121819) by Miss Islington (bot) · 1 year, 1 month ago
  69. b506de4 [3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816) by Miss Islington (bot) · 1 year, 1 month ago
  70. 2ee2bfe [3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain (GH-121672) (GH-121810) by Miss Islington (bot) · 1 year, 1 month ago
  71. 835f4ad [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811) by Miss Islington (bot) · 1 year, 1 month ago
  72. c4daec4 [3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768) by Kirill Podoprigora · 1 year, 1 month ago
  73. f19ccfd [3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-121807) by Miss Islington (bot) · 1 year, 1 month ago
  74. 308857b [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803) by Miss Islington (bot) · 1 year, 1 month ago
  75. 55ff124 [3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121767) (#121777) by Miss Islington (bot) · 1 year, 1 month ago
  76. dfedbdb [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120469) by Miss Islington (bot) · 1 year, 1 month ago
  77. e28f863 [3.13] gh-121609: Fix pasting of characters containing unicode character joiner (GH-121667) (#121733) by Miss Islington (bot) · 1 year, 1 month ago
  78. e8594aa [3.13] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-121738) by Miss Islington (bot) · 1 year, 1 month ago
  79. f0c29a2 [3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (GH-121718) by Miss Islington (bot) · 1 year, 1 month ago
  80. 14c5bff [3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702) by Miss Islington (bot) · 1 year, 1 month ago
  81. 62572f1 [3.13] gh-121497: Make Pyrepl respect correctly the history with input hook set (GH-121498) (#121703) by Miss Islington (bot) · 1 year, 1 month ago
  82. de51ee0 [3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679) by Miss Islington (bot) · 1 year, 1 month ago
  83. 5e8bb98 [3.13] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (GH-121691) by Miss Islington (bot) · 1 year, 1 month ago
  84. cd74ed0 [3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591) by Ken Jin · 1 year, 1 month ago
  85. 35f7155 [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631) by Miss Islington (bot) · 1 year, 1 month ago
  86. c6dbfbb [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630) by Miss Islington (bot) · 1 year, 1 month ago
  87. 38c4028 [3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (GH-121334) (#121625) by Jelle Zijlstra · 1 year, 1 month ago
  88. c08a302 [3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test (GH-120477) (#121561) by neonene · 1 year, 1 month ago
  89. 5bb1175 [3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600) by Miss Islington (bot) · 1 year, 1 month ago
  90. 0113c56 [3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121585) by Miss Islington (bot) · 1 year, 1 month ago
  91. ced3fe8 [3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121574) by Miss Islington (bot) · 1 year, 1 month ago
  92. 35c9399 [3.13] Improve zipimport tests (GH-121535) (GH-121570) by Serhiy Storchaka · 1 year, 1 month ago
  93. eae8fa1 [3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553) by Miss Islington (bot) · 1 year, 1 month ago
  94. c1891e2 [3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121517) by Miss Islington (bot) · 1 year, 1 month ago
  95. 2f8919e [3.13] GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH-121483) (GH-121494) by Miss Islington (bot) · 1 year, 1 month ago
  96. 3e786a4 [3.13] gh-108297: Update crashers README for test_crashers removal (#121476) by Miss Islington (bot) · 1 year, 1 month ago
  97. 2b02431 [3.13] gh-121351: Skip test_not_wiping_history_file() if no readline (GH-121422) (#121449) by Miss Islington (bot) · 1 year, 1 month ago
  98. c2ad5fd [3.13] gh-119909: Fix ``NameError`` in ``asyncio`` REPL (GH-121341) (#121447) by Miss Islington (bot) · 1 year, 1 month ago
  99. 4aa0c5e [3.13] gh-121359: Run test_pyrepl in isolated mode (GH-121414) (#121417) by Miss Islington (bot) · 1 year, 1 month ago
  100. abefbcb [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373) by Miss Islington (bot) · 1 year, 1 month ago