1. 14319a9 Use the latest dev container image perpetually (#137734) by Brett Cannon · 5 hours ago main
  2. f24a012 gh-131788: make resource_tracker re-entrant safe (GH-131787) by Thomas Grainger · 6 hours ago
  3. a10152f gh-137400: Fix thread-safety issues when profiling all threads (gh-137518) by Sam Gross · 8 hours ago
  4. 923d686 Add internal doc describing the stack protection mechanism (GH137663) by Mark Shannon · 8 hours ago
  5. 15ab457 gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313) by Serhiy Storchaka · 8 hours ago
  6. b78e9c0 gh-137681: Always initialize exception handler for new instruction (#137655) by Dino Viehland · 10 hours ago
  7. 089a324 gh-137226: Fix behavior of ForwardRef.evaluate with type_params (#137227) by Jelle Zijlstra · 12 hours ago
  8. 70730ad gh-73487: Convert `_decimal` to use Argument Clinic (part 1) (#137606) by Sergey B Kirpichev · 14 hours ago
  9. 9e512ae gh-64612: Remove error handlers list under `open()` (GH-137304) by Stan Ulbrych · 16 hours ago
  10. 35759fe gh-137668: Document that ord() supports also bytes and bytearray (GH-137669) by Serhiy Storchaka · 17 hours ago
  11. 639df39 gh-131146: Fall back to `month_name` if `standalone_month_name`s aren't distinct (GH-137674) by Petr Viktorin · 19 hours ago
  12. 797c2c3 GH-137630: Argument Clinic: Reduce use of 'as' for renaming in ``_interpretersmodule.c`` (#137680) by Adam Turner · 28 hours ago
  13. e93dca7 gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (#137692) by sobolevn · 28 hours ago
  14. 6baf552 GH-137623: Begin enforcing docstring length in Argument Clinic (#137624) by Adam Turner · 30 hours ago
  15. 003bd8c gh-136672: Docs: Move Enum functions and add examples (GH-136791) by RafaelWO · 31 hours ago
  16. 654b8d9 GH-137562: Fix github-issue number for deallocated objects in cache bug (GH-137614) by Sergey Miryanov · 33 hours ago
  17. f660ec3 gh-137242: Add Android CI job (#137186) by Malcolm Smith · 33 hours ago
  18. be56464 GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631) by Adam Turner · 35 hours ago
  19. 68a61b0 gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules` with mypy (#137546) by sobolevn · 35 hours ago
  20. 715647a gh-137288: Update 3.14 magic numbers (GH-137665) by Hugo van Kemenade · 2 days ago
  21. 6859b95 gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (take 2) (GH-137047) by Jelle Zijlstra · 2 days ago
  22. 027cacb gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303) by Serhiy Storchaka · 2 days ago
  23. dd079db gh-131885: Use positional-only markers for ``max()`` and ``min()`` (#131868) by Evan Kohilas · 2 days ago
  24. 7140b99 GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (GH-137567) by Brett Cannon · 2 days ago
  25. 0c83daa gh-125897: Mark range function parameters as positional only (#125945) by Konstantin Baikov · 2 days ago
  26. 3626928 gh-137400: Fix a crash when disabling profiling across all threads (gh-137471) by Sam Gross · 2 days ago
  27. deb0020 gh-115766: Fix IPv4Interface.is_unspecified (GH-137326) by AN Long · 3 days ago
  28. bc4996c gh-128813: cleanup C-API docs for PyComplexObject (GH-137579) by Sergey B Kirpichev · 3 days ago
  29. 4497ad4 gh-135953: Profile a module or script with sampling profiler (#136777) by László Kiss Kollár · 3 days ago
  30. 70218b4 Fix documentation of hash in PyHash_FuncDef (#137595) by da-woods · 3 days ago
  31. 1bde13b Add test for opening an SQLite with bytes path (GH-136331) by Serhiy Storchaka · 3 days ago
  32. b36d23f Update pre-commit hooks (#137591) by Malcolm Smith · 3 days ago
  33. 55788a9 gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) by Peter Bierma · 3 days ago
  34. 046a4e3 gh-136571: Convert more code in datetime to Argument Clinic (GH-136573) by Serhiy Storchaka · 4 days ago
  35. af15e1d GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops. (GH-137098) by Mark Shannon · 4 days ago
  36. c744b57 gh-137562: Remove reference for GC_REACHABLE in comment (GH-137563) by Sergey Miryanov · 5 days ago
  37. 3964f97 gh-137026: Add an explainer guide for asyncio (GH-137215) by Alexander Nordin · 5 days ago
  38. d7dbde8 gh-92936: allow double quote in cookie values (#113663) by Nick Burns · 5 days ago
  39. 34d7351 gh-133722: Add Difflib theme to `_colorize` and 'color' option to `difflib.unified_diff` (#133725) by Douglas Thor · 5 days ago
  40. 64ee1bab Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) by Tom Forbes · 6 days ago
  41. 9743d06 gh-128813: deprecate cval field of the PyComplexObject struct (#137271) by Sergey B Kirpichev · 6 days ago
  42. fb1cb00 Bump mypy to 1.17.1 (#137542) by sobolevn · 6 days ago
  43. f06fcb7 [Doc] Remove unnecessary quotes from typing module (#137207) by Adorilson Bezerra · 6 days ago
  44. b4a1974 GH-136155: Fail the EPUB check on fatal errors (#137351) by Adam Turner · 6 days ago
  45. 25518f5 GH-135552: Add tests to check weakref clearing (GH-136304) by Sergey Miryanov · 6 days ago
  46. 37b5a0d gh-130102: drop "require numeric arguments" from pow() docs (#137456) by Sergey B Kirpichev · 6 days ago
  47. 350c58b GH-135552: Make the GC clear weakrefs later (GH-136189) by Neil Schemenauer · 6 days ago
  48. deb385a gh-137412: fix `default_builtin_hashes` values in `test_hashlib.py` (#137413) by Bénédikt Tran · 6 days ago
  49. 375f484 gh-137291: Support perf profiler with an evaluation hook (#137292) by Dino Viehland · 6 days ago
  50. e3ad900 GH-119085: Move comment in Python/gc.c to correct place. by Abhinav Upadhyay · 6 days ago
  51. 244c7b8 gh-137526: Fix broken link to drdobbs journal in difflib.rst (#137527) by Sebastien Williams-Wynn · 6 days ago
  52. d0f4e76 add floss.fund manifest provenance (#137529) by Ee Durbin · 6 days ago
  53. db8742e Remove redundant assignment in asyncio.streams.StreamReaderProtocol.connection_lost() (GH-137524) by maurycy · 6 days ago
  54. 082f370 gh-137514: Add a free-threading wrapper for mutexes (GH-137515) by Peter Bierma · 6 days ago
  55. dec624e gh-135336: Add fast path to json string encoding (#133239) by Nice Zombies · 6 days ago
  56. 7ab68cd gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) by Bartosz Sławecki · 7 days ago
  57. baefaa6 gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338) by Serhiy Storchaka · 7 days ago
  58. 5be8723 gh-137463: Update `validate_abstract_methods` in `test_collections.py` (#137464) by Guilherme Leobas · 7 days ago
  59. 3c1471d gh-137499: Fixed dead link to NIST website (#137500) by tobiasjcat · 7 days ago
  60. 3000594 gh-84683: Check `<prefix>/share/zoneinfo` for zoneinfo files on Windows (GH-28495) by Isuru Fernando · 7 days ago
  61. c653fba Docs: Small clarity change for ``except*`` (#121073) by Greg Stein · 7 days ago
  62. 37b9a5d Docs: Use the correct example module in warnings.rst (#137402) by Mendel Feygelson · 7 days ago
  63. ee72c95 gh-134861: Add 🍌SV output format to ``python -m asyncio ps`` (#137486) by Daniele Parmeggiani · 7 days ago
  64. 470cbe9 gh-134861: Add CSV output format to ``python -m asyncio ps`` (#134862) by Daniele Parmeggiani · 7 days ago
  65. 0953200 GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-37485) by Brett Cannon · 7 days ago
  66. ffb5a53 Further CODEOWNERS listings for Adam Turner (#137483) by Adam Turner · 7 days ago
  67. f0a3c6e GH-137466: Remove deprecated and undocumented `glob.glob0()` and `glob1()` (#137467) by Barney Gale · 7 days ago
  68. 481d5b5 gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316) by Alexander Urieles · 8 days ago
  69. ce1b747 gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415) by Victor Stinner · 8 days ago
  70. c17f378 Use PyInitConfig API in _freeze_module.c (#137423) by Victor Stinner · 8 days ago
  71. 3a79a12 Use PyConfig_Get() in frozenmain.c (#137421) by Victor Stinner · 8 days ago
  72. 781eb1a gh-137450: macOS installer shell path management improvements (#137451) by Ned Deily · 8 days ago
  73. 247dab2 gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447) by Erlend E. Aasland · 8 days ago
  74. 54a5fdf gh-137056: Fix DTrace build support on NetBSD (GH-137057) by Furkan Onder · 8 days ago
  75. c2428ca gh-136823: Update documentation on excluded headers in Python.h (#136824) by Sina Zel taat · 8 days ago
  76. 532c376 gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) by Gregory P. Smith · 8 days ago
  77. 44ff6b5 Docs: add dunder and walrus to the glossary (#137430) by Ned Batchelder · 8 days ago
  78. 39bd7c3 GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (#137393) by Adam Turner · 8 days ago
  79. 9745976 Fix buildbot release status link in CONTRIBUTING.rst (GH-137429) by Zachary Ware · 8 days ago
  80. 1f2026b gh-137288: Fix bug where boolean expressions are not associated with the correct exception handler (#137310) by Irit Katriel · 8 days ago
  81. 525784a gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) by Stan Ulbrych · 8 days ago
  82. 485b16b gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240) by Sam Gross · 9 days ago
  83. a50822f gh-107545: Fix misleading setsockopt() error messages (GH-107546) by naweiss · 9 days ago
  84. 7f416c8 gh-137397: Skip test_os_open on NetBSD due to indefinite hang (#137398) by Furkan Onder · 9 days ago
  85. 0af7556 gh-136306: fix `test_ssl.ContextTests.test_set_groups` on FIPS builds (#137405) by Bénédikt Tran · 9 days ago
  86. 001461a gh-137390: Add missing line continuation character in configure.ac (#137391) by markmcclain · 9 days ago
  87. 4dae9b1 gh-132661: PEP 750 documentation: second pass (#137020) by Adam Turner · 9 days ago
  88. c5cebe1 gh-137128: Remove outdated todo about coro_fns in asyncio (#137385) by alexey semenyuk · 9 days ago
  89. 08ce7c6 gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379) by Victor Stinner · 9 days ago
  90. e8251dc gh-134170: Add colorization to unraisable exceptions (#134183) by Peter Bierma · 9 days ago
  91. 8943bb7 gh-136520: Clarify docs for _pack_ & _align_ (GH-137036) by Petr Viktorin · 10 days ago
  92. 4dd85b3 gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369) by Sergey B Kirpichev · 10 days ago
  93. a46ed66 Remove Alex Waygood as a codeowner for pre-commit config (#137372) by Alex Waygood · 10 days ago
  94. 3ec3d05 gh-81325: Support path-like objects with streaming TarFile (#137188) by Alexander Urieles · 10 days ago
  95. b266fbc gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#136800) by Sergey B Kirpichev · 10 days ago
  96. 506542b gh-137257: Upgrade bundled pip to 25.2 (GH-137258) by Richard Si · 10 days ago
  97. 57eab1b gh-132983: Use ``Py_UNREACHABLE`` in ``_zstd_load_impl()`` (#137320) by Rogdham · 10 days ago
  98. 406dc71 gh-136567: Add information about lost prefixes to `Tools/cases_generator/interpreter_definition.md` (#136780) by Kliment Lamonov · 10 days ago
  99. 13e21b2 GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (#137348) by Adam Turner · 10 days ago
  100. 1612dcb gh-137341: Remove more word duplications (GH-137342) by Serhiy Storchaka · 10 days ago