1. 3a83b17 Python 3.13.0b2 by Thomas Wouters · 1 year, 2 months ago v3.13.0b2
  2. f561258 [3.13] gh-120065: Increase `collect_in_thread` period to 5 ms. (GH-120068) (#120110) by Miss Islington (bot) · 1 year, 2 months ago
  3. 71f86ee [3.13] gh-119819: Update logging configuration to support joinable multiproc… (GH-120090) (GH-120093) by Miss Islington (bot) · 1 year, 2 months ago
  4. 4ac0ccf [3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (GH-120075) (#120076) by Miss Islington (bot) · 1 year, 2 months ago
  5. a9e807f [3.13] gh-120048: Make `test_imaplib` faster (GH-120050) (#120069) by Miss Islington (bot) · 1 year, 2 months ago
  6. 7edc6bd [3.13] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067) (GH-120072) by Miss Islington (bot) · 1 year, 2 months ago
  7. eea45ea [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066) by Łukasz Langa · 1 year, 2 months ago
  8. 93b95e9 [3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062) by Miss Islington (bot) · 1 year, 2 months ago
  9. fd5428d [3.13] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (#120060) by Miss Islington (bot) · 1 year, 2 months ago
  10. 8d74eae [3.13] gh-120041: Do not use append_to_screen when completions are visible (GH-120042) (#120051) by Miss Islington (bot) · 1 year, 2 months ago
  11. 2acbdc2 [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053) by Miss Islington (bot) · 1 year, 2 months ago
  12. 34a6d89 [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591) (#119985) by Miss Islington (bot) · 1 year, 2 months ago
  13. 23ebf87 [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#120014) by Miss Islington (bot) · 1 year, 2 months ago
  14. 720a44d [3.13] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) (GH-120035) by Miss Islington (bot) · 1 year, 2 months ago
  15. feaecf8 [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-120032) by Miss Islington (bot) · 1 year, 2 months ago
  16. 6ce2810 [3.13] gh-119070: Update test_shebang_executable_extension to always use non-installed version (GH-119846) (#GH-120015) by Miss Islington (bot) · 1 year, 2 months ago
  17. 6be55f1 [3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'else' statements (GH-29513)" (GH-119974) (GH-120013) by T. Wouters · 1 year, 3 months ago
  18. 79fae3b [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007) by Sam Gross · 1 year, 3 months ago
  19. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 3 months ago
  20. 6b10467 [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (GH-119942) (#119990) by Miss Islington (bot) · 1 year, 3 months ago
  21. 060d846 [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986) by Miss Islington (bot) · 1 year, 3 months ago
  22. c3fc3a2 [3.13] gh-119856: Support exiting help() with just "exit" (GH-119858) (#119967) by Miss Islington (bot) · 1 year, 3 months ago
  23. ac35d96 [3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) (#119924) by Victor Stinner · 1 year, 3 months ago
  24. 225c3cd [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-119808) (#119918) by Miss Islington (bot) · 1 year, 3 months ago
  25. 0ea77d4 [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (GH-119519) (#119912) by Miss Islington (bot) · 1 year, 3 months ago
  26. a055984 [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119889) by Jelle Zijlstra · 1 year, 3 months ago
  27. 0a266f7 [3.13] gh-74929: PEP 667 C API documentation (gh-119892) by Miss Islington (bot) · 1 year, 3 months ago
  28. a5272e6 [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884) by Miss Islington (bot) · 1 year, 3 months ago
  29. 8e0777d gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) by Miss Islington (bot) · 1 year, 3 months ago
  30. ea48de4 [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119859) by Miss Islington (bot) · 1 year, 3 months ago
  31. d6faac6 [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850) by Miss Islington (bot) · 1 year, 3 months ago
  32. 38bf39c [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833) by Miss Islington (bot) · 1 year, 3 months ago
  33. 8470593 [3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552) by Miss Islington (bot) · 1 year, 3 months ago
  34. 978b86a [3.13] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119806) by Miss Islington (bot) · 1 year, 3 months ago
  35. d6bede8 [3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119794) by Miss Islington (bot) · 1 year, 3 months ago
  36. 083bf3a [3.13] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-119766) (#119767) by Miss Islington (bot) · 1 year, 3 months ago
  37. 810a09a [3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (#119764) by Miss Islington (bot) · 1 year, 3 months ago
  38. 06c62d6 [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119760) by Miss Islington (bot) · 1 year, 3 months ago
  39. af57832 [3.13] gh-117398: Add multiphase support to _datetime (gh-119694) by Eric Snow · 1 year, 3 months ago
  40. a7aa7c4 [3.13] GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-119573) (#119750) by Miss Islington (bot) · 1 year, 3 months ago
  41. 061abf8 [3.13] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep trees (GH-119634) (#119748) by Miss Islington (bot) · 1 year, 3 months ago
  42. c3cfc04 gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426) by Miss Islington (bot) · 1 year, 3 months ago
  43. 40a024c [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (GH-119557) (#119709) by Miss Islington (bot) · 1 year, 3 months ago
  44. 17d3398 [3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119493) (#119697) by Miss Islington (bot) · 1 year, 3 months ago
  45. c0e9961 [3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119678) by Miss Islington (bot) · 1 year, 3 months ago
  46. 6394a72 [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119643) by Jelle Zijlstra · 1 year, 3 months ago
  47. 2b46253 [3.13] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119672) by Miss Islington (bot) · 1 year, 3 months ago
  48. cc8586a [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119483) by Miss Islington (bot) · 1 year, 3 months ago
  49. dcf585d [3.13] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119589) by Miss Islington (bot) · 1 year, 3 months ago
  50. 3b111a3 [3.13] gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-116861) (#119649) by Miss Islington (bot) · 1 year, 3 months ago
  51. 9216a53 [3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119639) by Eric Snow · 1 year, 3 months ago
  52. d58ebf0 [3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636) by Miss Islington (bot) · 1 year, 3 months ago
  53. 660125f [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633) by Miss Islington (bot) · 1 year, 3 months ago
  54. bd9983c [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) (gh-119632) by Miss Islington (bot) · 1 year, 3 months ago
  55. 2404cd9 [3.13] gh-99180: Make `StackSummary.should_show_carets` private (GH-119554) (#119556) by Miss Islington (bot) · 1 year, 3 months ago
  56. cc38ee1 gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-118355) by Miss Islington (bot) · 1 year, 3 months ago
  57. 217d57f [3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119508) by Miss Islington (bot) · 1 year, 3 months ago
  58. c864efb [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (GH-119216) (#119497) by Miss Islington (bot) · 1 year, 3 months ago
  59. c750061 [3.13] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465) (#119479) by Victor Stinner · 1 year, 3 months ago
  60. d98d6b1 [3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds it (GH-118745) (#119474) by Miss Islington (bot) · 1 year, 3 months ago
  61. 8fd8cc5 [3.13] gh-119469: Fix _pyrepl reference leaks (GH-119470) (#119471) by Miss Islington (bot) · 1 year, 3 months ago
  62. 251ef2e [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (GH-119456) by Miss Islington (bot) · 1 year, 3 months ago
  63. 58dbb4a [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439) by Miss Islington (bot) · 1 year, 3 months ago
  64. 9fa1b4f [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) (#119404) by Lysandros Nikolaou · 1 year, 3 months ago
  65. dbff1f1 [3.13] gh-119434: Fix culmitive errors in wrapping as lines proceed (GH-119435) (#119441) by Miss Islington (bot) · 1 year, 3 months ago
  66. 9435124 [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427) by Lysandros Nikolaou · 1 year, 3 months ago
  67. 81440c5 [3.13] Enable some stricter mypy settings on `Lib/_pyrepl` (GH-119077) (#119428) by Miss Islington (bot) · 1 year, 3 months ago
  68. 6bc7fc0 [3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) (#119429) by Miss Islington (bot) · 1 year, 3 months ago
  69. e6e4efc [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#119414) by Lysandros Nikolaou · 1 year, 3 months ago
  70. 0841606 [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (GH-119315) (#119419) by Miss Islington (bot) · 1 year, 3 months ago
  71. cd39da7 [3.13] Improve `pyrepl` type-annotation coverage (GH-119081) (#119415) by Miss Islington (bot) · 1 year, 3 months ago
  72. bfd9c3e [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119410) by Miss Islington (bot) · 1 year, 3 months ago
  73. a463cd8 [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-119318) (#119408) by Miss Islington (bot) · 1 year, 3 months ago
  74. eafd633 [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407) by Miss Islington (bot) · 1 year, 3 months ago
  75. aefe2e6 [3.13] gh-111201: Add append to screen method to avoid recalculation (GH-119274) (#119405) by Miss Islington (bot) · 1 year, 3 months ago
  76. ac91636 [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#119403) by Lysandros Nikolaou · 1 year, 3 months ago
  77. 7214598 [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362) by Lysandros Nikolaou · 1 year, 3 months ago
  78. 6892b40 [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389) by Miss Islington (bot) · 1 year, 3 months ago
  79. ec484b6 [3.13] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298) (GH-119346) by Miss Islington (bot) · 1 year, 3 months ago
  80. e992217 [3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363) by Miss Islington (bot) · 1 year, 3 months ago
  81. f15fbe9 gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755) by Miss Islington (bot) · 1 year, 3 months ago
  82. f371565 [3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359) by Miss Islington (bot) · 1 year, 3 months ago
  83. 8860f83 [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (GH-119248) (#119323) by Miss Islington (bot) · 1 year, 3 months ago
  84. 256b791 [3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119324) by Miss Islington (bot) · 1 year, 3 months ago
  85. f028451 [3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) (#119308) by Miss Islington (bot) · 1 year, 3 months ago
  86. db64dae [3.13] gh-74929: PEP 667 general docs update (gh-119291) by Miss Islington (bot) · 1 year, 3 months ago
  87. f7303cd [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119289) by Miss Islington (bot) · 1 year, 3 months ago
  88. 42a8d11 [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) (#119270) by Miss Islington (bot) · 1 year, 3 months ago
  89. 071d996 [3.13] gh-119253: use ImportError in _ios_support (GH-119254) (#119265) by Miss Islington (bot) · 1 year, 3 months ago
  90. 572b0b0 [3.13] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (GH-119255) by Miss Islington (bot) · 1 year, 3 months ago
  91. b4462aa [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784) (GH-119251) by Miss Islington (bot) · 1 year, 3 months ago
  92. 054f1af [3.13] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119245) by Miss Islington (bot) · 1 year, 3 months ago
  93. a52ed7e [3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` (GH-118881) (#119211) by Miss Islington (bot) · 1 year, 3 months ago
  94. 3a8ab99 [3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (#119206) by Miss Islington (bot) · 1 year, 3 months ago
  95. 3b90807 [3.13] IDLE: fix url in config.py comment (GH-119198) (#119199) by Miss Islington (bot) · 1 year, 3 months ago
  96. 27b61c1 [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (GH-119124) (#119183) by Miss Islington (bot) · 1 year, 3 months ago
  97. fdc50ba [3.13] GH-118447: Fix FreeBSD test failures. (GH-119170) (#119181) by Miss Islington (bot) · 1 year, 3 months ago
  98. 7407267 [3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (GH-118489) (#119163) by Miss Islington (bot) · 1 year, 3 months ago
  99. 9129614 [3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156) by Miss Islington (bot) · 1 year, 3 months ago
  100. ec88e9f [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-119134) (#119153) by Miss Islington (bot) · 1 year, 3 months ago