1. 2268289 Python 3.13.0b1 by Thomas Wouters · 1 year, 2 months ago v3.13.0b1
  2. c4f9823 gh-118671: Updated dead ActiveState links (#118730) by trag1c · 1 year, 2 months ago
  3. fcf52d7 Regen ``Doc/requirements-oldest-sphinx.txt`` (#118736) by Kirill Podoprigora · 1 year, 2 months ago
  4. e7aec87 gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748) by Tian Gao · 1 year, 2 months ago
  5. 2f0a338 gh-118610: Centralize power caching in `_pylong.py` (#118611) by Tim Peters · 1 year, 2 months ago
  6. 2a85bed Revert to free macOS runners (#118744) by Łukasz Langa · 1 year, 2 months ago
  7. 4605465 gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735) by Steve Dower · 1 year, 2 months ago
  8. f548855 gh-109975: Make a rough editorial pass over What's New (#118711) by T. Wouters · 1 year, 2 months ago
  9. 37959e2 gh-118518: Check for perf version and not kernel version in test_perf_profiler (#118640) by Pablo Galindo Salgado · 1 year, 2 months ago
  10. 2c19987 gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#118732) by Sam Gross · 1 year, 2 months ago
  11. f58833e gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698) by chrysn · 1 year, 2 months ago
  12. b9caa09 gh-118518: Improve perf docs (#118708) by Pablo Galindo Salgado · 1 year, 2 months ago
  13. a94ac56 gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) by Pablo Galindo Salgado · 1 year, 2 months ago
  14. 26bab42 bpo-115773: Use the right variable name based on the field we are trying read (#118591) by Abhinav Upadhyay · 1 year, 2 months ago
  15. e5413ec gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709) by Lysandros Nikolaou · 1 year, 2 months ago
  16. 71080b8a0 gh-118660: Add second type parameter to (Async)ContextManager (#118681) by Jelle Zijlstra · 1 year, 2 months ago
  17. a855f82 Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612) by Kerim Kabirov · 1 year, 2 months ago
  18. 7d90b8a gh-111201: Allow bracketed paste to work (GH-118700) by Pablo Galindo Salgado · 1 year, 2 months ago
  19. ad3d877 Remove several unused imports in `_pyrepl` (#118668) by Nikita Sobolev · 1 year, 2 months ago
  20. 65f5e58 gh-66410: Do not stringify arguments of Tkinter callback (GH-98592) by Serhiy Storchaka · 1 year, 2 months ago
  21. b60d4c0 gh-118090: Improve error message for empty type param brackets (GH-118091) by Nikita Sobolev · 1 year, 2 months ago
  22. 0485922 gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693) by Hugo van Kemenade · 1 year, 2 months ago
  23. 48e52fe gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) by Momo Eissenhauer · 1 year, 2 months ago
  24. 44a9f3d gh-109653: What's new: Note improved import times for several stdlib modules in Python 3.13 (#118697) by Alex Waygood · 1 year, 2 months ago
  25. 0f8a07d gh-118418: Deprecate failing to pass a value to the *type_params* parameter of some private `typing` APIs (#118695) by Alex Waygood · 1 year, 2 months ago
  26. 6f768b7 gh-118119: Re-use `sep` in `posixpath.expanduser()` (GH-118120) by Nice Zombies · 1 year, 2 months ago
  27. 1e42842 gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118651) by chrysn · 1 year, 2 months ago
  28. 6cf7067 gh-109975: Update 'What's New in Python 3.13' for beta (#118694) by Hugo van Kemenade · 1 year, 2 months ago
  29. 9762122 Fix several typos in documentation (GH-118625) by Xie Yanbo · 1 year, 2 months ago
  30. fe47d9b gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320) by Youfu Zhang · 1 year, 2 months ago
  31. 3a6ff1b gh-117657: Use clang 18 in TSAN builds (GH-118533) by mpage · 1 year, 2 months ago
  32. b7778d5 Fix typo inaccuracy in _bootstrap_external.py (GH-118619) by wim glenn · 1 year, 2 months ago
  33. de1428f gh-62090: Simplify argparse usage formatting (GH-105039) by Ali Hamdan · 1 year, 2 months ago
  34. 49258ef gh-118107: Fix zipimporter ZIP64 handling. (GH-118108) by John Sirois · 1 year, 2 months ago
  35. 698417f Update macOS installer screens and README for 3.13.0b1 (GH-118685) by Ned Deily · 1 year, 2 months ago
  36. 0d91488 gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683) by Tian Gao · 1 year, 2 months ago
  37. b2cd54a gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157) by Eric Snow · 1 year, 2 months ago
  38. 1a23716 gh-117953: Imply Single-phase Init if the Init Function Fails (gh-118684) by Eric Snow · 1 year, 2 months ago
  39. 853163d gh-116322: Enable the GIL while loading C extension modules (#118560) by Brett Simmers · 1 year, 2 months ago
  40. 60bd111 Docs: add whatsnew for free-threading (#118679) by Sam Gross · 1 year, 2 months ago
  41. e7dafdc gh-110209: Add __class_getitem__ for generator and coroutine (#110212) by James Hilton-Balfe · 1 year, 2 months ago
  42. b4bdf83 GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678) by Barney Gale · 1 year, 2 months ago
  43. ff6cbb2 gh-112075: use per-thread dict version pool (#118676) by Dino Viehland · 1 year, 2 months ago
  44. 723d4d2 gh-118527: Intern code consts in free-threaded build (#118667) by Sam Gross · 1 year, 2 months ago
  45. 8d8275b gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are invalid (#118474) by Jeong, YunWon · 1 year, 2 months ago
  46. e272195 gh-118362: Skip tests when threading isn't available (#118666) by Dino Viehland · 1 year, 2 months ago
  47. 636b8d9 gh-112075: Fix race in constructing dict for instance (#118499) by Dino Viehland · 1 year, 2 months ago
  48. 430945d GH-118251: Bump the JIT CI timeout to 90 minutes (#118661) by Brandt Bucher · 1 year, 2 months ago
  49. e042219 gh-117486: Improve behavior for user-defined AST subclasses (#118212) by Jelle Zijlstra · 1 year, 2 months ago
  50. 040571f fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675) by denballakh · 1 year, 2 months ago
  51. 5a9eeaf Use Intel with 12 cores for free-threading tests for maximum speedup (#118677) by Łukasz Langa · 1 year, 2 months ago
  52. 8419f01 gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648) by Jelle Zijlstra · 1 year, 2 months ago
  53. 9fd33af Test premium Mac builders (#118672) by Łukasz Langa · 1 year, 2 months ago
  54. 2ba2c14 gh-118527: Intern code name and filename on default build (#118576) by Sam Gross · 1 year, 2 months ago
  55. 616b745 GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639) by Mark Shannon · 1 year, 2 months ago
  56. 00d913c gh-118415: Fix issues with local tracing being enabled/disabled on a function (#118496) by Dino Viehland · 1 year, 2 months ago
  57. 9bf0032 gh-118628: Don't display pyrepl warning on Windows (#118665) by Łukasz Langa · 1 year, 2 months ago
  58. 67ce820 gh-71592: Fix a leak in tkinter.Tk destructor when _debug is true (GH-118664) by Serhiy Storchaka · 1 year, 2 months ago
  59. 325a1da gh-115119: Default to --with-system-libmpdec=yes (#118539) by Erlend E. Aasland · 1 year, 2 months ago
  60. e5353d4 GH-83151: Add closure support to pdb (GH-111094) by Tian Gao · 1 year, 2 months ago
  61. 5a1618a gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (#118454) by Dino Viehland · 1 year, 2 months ago
  62. e6b213e gh-118518: Ensure that the code padding it's applied (#118654) by Pablo Galindo Salgado · 1 year, 2 months ago
  63. e5c6992 GH-117714: implement athrow().close() and asend().close() using throw (GH-117906) by Thomas Grainger · 1 year, 2 months ago
  64. 1ff626e gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291) by Serhiy Storchaka · 1 year, 2 months ago
  65. 417dd3a gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645) by Petr Viktorin · 1 year, 2 months ago
  66. 3ed3bc3 GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632) by Kerim Kabirov · 1 year, 2 months ago
  67. 7528b84 gh-118609: Add proper error check for framelocalsproxy (#118615) by Tian Gao · 1 year, 2 months ago
  68. 709ca90 gh-118271: Support more options for reading/writing images in Tkinter (GH-118273) by Serhiy Storchaka · 1 year, 2 months ago
  69. fc50f1b Fix typo in Doc/library/asyncio-task.rst (GH-118627) by Xie Yanbo · 1 year, 2 months ago
  70. 1b639a0 gh-118225: Support more options for copying images in Tkinter (GH-118228) by Serhiy Storchaka · 1 year, 2 months ago
  71. 09871c9 gh-118518: Correct type of perf_profiling in config (#118646) by Pablo Galindo Salgado · 1 year, 2 months ago
  72. c3f4a6b Fix typo in Lib/zipfile/_path/__init__.py (#118622) by Xie Yanbo · 1 year, 2 months ago
  73. 0085c3a gh-116871: Improve name suggestions in tracebacks (GH-116930) by Serhiy Storchaka · 1 year, 2 months ago
  74. d6fa1d4 gh-66543: Add mimetypes.guess_file_type() (GH-117258) by Serhiy Storchaka · 1 year, 2 months ago
  75. d3c7821 gh-111201: Use a more common constant in completion tests in test_pyrepl (#118638) by Pablo Galindo Salgado · 1 year, 2 months ago
  76. afbe5bf gh-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624) by Tian Gao · 1 year, 2 months ago
  77. 757fd3e gh-74929: locals() documentation update for PEP 667 (#118265) by Alyssa Coghlan · 1 year, 2 months ago
  78. 8e750b8 gh-111201: Fix event queue tests for pyrepl (#118635) by Lysandros Nikolaou · 1 year, 2 months ago
  79. 153b3f7 gh-118465: Add __firstlineno__ attribute to class (GH-118475) by Serhiy Storchaka · 1 year, 2 months ago
  80. 716ec4b gh-115119: Bump CI to use Ubuntu 22.04 (#118631) by Erlend E. Aasland · 1 year, 2 months ago
  81. 05adfbb gh-95382: Improve performance of json encoder with indent (GH-118105) by Pieter Eendebak · 1 year, 2 months ago
  82. 7758be4 gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502) by Terry Jan Reedy · 1 year, 2 months ago
  83. a8e5fed gh-118613: Fix error handling of `_PyEval_GetFrameLocals` in `ceval.c` (#118614) by Nikita Sobolev · 1 year, 2 months ago
  84. 1506d5a Set a DerivedData path for iOS test builds. (GH-118621) by Russell Keith-Magee · 1 year, 2 months ago
  85. dd37e85 Correct timing sensitivity in iOS testing Makefile target. (GH-118620) by Russell Keith-Magee · 1 year, 2 months ago
  86. 2eb9991 Add Lysandros Nikolaou to the News entry of gh-111201 (#118616) by Pablo Galindo Salgado · 1 year, 2 months ago
  87. b744fa5 gh-111140: minor docs typos cleanup in the C example API calls. (#118612) by Gregory P. Smith · 1 year, 2 months ago
  88. b4f8eb0 gh-118605: Fix reference leak in FrameLocalsProxy (#118607) by Tian Gao · 1 year, 2 months ago
  89. d8d9491 Move pathlib implementation out of `__init__.py` (#118582) by Barney Gale · 1 year, 2 months ago
  90. f27f8c7 gh-111201: A new Python REPL (GH-111567) by Pablo Galindo Salgado · 1 year, 2 months ago
  91. 40cc809 gh-117549: Don't use designated initializers in headers (#118580) by Guido van Rossum · 1 year, 2 months ago
  92. 44f6791 gh-117389: Fix `test_compileall.EncodingTest` (#117390) by Nikita Sobolev · 1 year, 2 months ago
  93. 5092ea2 Fix negative bandwidth test and add online code path test. (gh-118600) by Raymond Hettinger · 1 year, 2 months ago
  94. 9c13d9e gh-74929: Rudimentary docs for PEP 667 (#118581) by Guido van Rossum · 1 year, 2 months ago
  95. 5a0022a GH-111744: Make breakpoint() enter the debugger immediately (GH-118579) by Tian Gao · 1 year, 2 months ago
  96. 1511bc9 gh-101137: Add `text/x-rst` to `mimetypes` (#118593) by Nikita Sobolev · 1 year, 2 months ago
  97. b6f0ab5 gh-83505: Add markdown mimetype mapping (#17995) by Ryan Batchelder · 1 year, 2 months ago
  98. aeb36c5 gh-118518: Use the raw syscall directly for gettid (#118592) by Pablo Galindo Salgado · 1 year, 2 months ago
  99. aa61f8bf gh-110850: Remove _PyTime_TimeUnchecked() function (#118552) by Victor Stinner · 1 year, 2 months ago
  100. c7c9b91 gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559) by Raymond Hettinger · 1 year, 2 months ago