1. 38c3cf6 gh-71339: Use new assertion methods in test_ctypes (GH-129054) by Serhiy Storchaka · 33 minutes ago main
  2. df66ff1 gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (#128979) by Bénédikt Tran · 36 minutes ago
  3. 59fcae7 Remove duplicated dict keys in `test_{embed,long}.py` fixtures (#128727) by Bénédikt Tran · 73 minutes ago
  4. da0f47c gh-111178: Regen clinic and fix exceptions.c post gh-128447 (#129060) by Erlend E. Aasland · 77 minutes ago
  5. a30277a gh-71339: Use new assertion methods in test_capi (GH-129053) by Serhiy Storchaka · 2 hours ago
  6. 537296c gh-111178: Generate correct signature for most self converters (#128447) by Erlend E. Aasland · 2 hours ago
  7. 4d0a659 gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361) by Peter Bierma · 2 hours ago
  8. c6b570e gh-71339: Use new assertion methods in `test_asyncio` (#129051) by Serhiy Storchaka · 3 hours ago
  9. 6f167d7 gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498) by Hugo van Kemenade · 3 hours ago
  10. a429159 Reorganize the PyInitConfig documentation (#129047) by Victor Stinner · 3 hours ago
  11. 9b1c181 Fix a typo in `syslog`'s error message (#129029) by Tomas R. · 4 hours ago
  12. 07c3518 gh-129033: Remove _Py_InitializeMain() function (#129034) by Victor Stinner · 4 hours ago
  13. c463270 gh-71339: Use new assertion methods in test_traceback (GH-128848) by Serhiy Storchaka · 5 hours ago
  14. 485d2e8 gh-71339: Use assertIsSubclass() and assertNotIsSubclass() in test_decimal (GH-128827) by Serhiy Storchaka · 5 hours ago
  15. 36aaf41 gh-71339: Use new assertion methods in test_abc (GH-128826) by Serhiy Storchaka · 5 hours ago
  16. da122b5 gh-71339: Improve error report for types in assertHasAttr() and assertNotHasAttr() (GH-128818) by Serhiy Storchaka · 5 hours ago
  17. 89c401f gh-71339: Use new assertion methods in test_functools (GH-128829) by Serhiy Storchaka · 5 hours ago
  18. 887f2bc gh-71339: Use assertIsSubclass() and assertNotIsSubclass() in test_collections (GH-128824) by Serhiy Storchaka · 5 hours ago
  19. 4967fa6 GH-125722: Use long options for Sphinx (#129039) by Adam Turner · 8 hours ago
  20. d46b577 GH-125722: Increase minimum supported Sphinx to 8.1.3 (#128922) by Adam Turner · 14 hours ago
  21. bca35f0 gh-129020: Remove ambiguous sentence from `tokenize.untokenize` docs (#129021) by Tomas R. · 14 hours ago
  22. 3b6a27c gh-118761: Redudce the import time of ``optparse`` (#128899) by Eli Schwartz · 14 hours ago
  23. c9c9fcb gh-118761: Improve the import time of ``gettext`` (#128898) by Eli Schwartz · 14 hours ago
  24. bbeb219 Complete doc of pending C API removals in Python 3.15 (#129032) by Victor Stinner · 16 hours ago
  25. d57b2d8 gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 (#129024) by Victor Stinner · 18 hours ago
  26. 6c52ada gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#128963) by Kirill Podoprigora · 27 hours ago
  27. 5aaf416 gh-80222: Fix email address header folding with long quoted-string (#122753) by Mike Edmunds · 2 days ago
  28. 61b35f7 gh-128991: Release the enter frame reference within bdb callback (#128992) by Tian Gao · 2 days ago
  29. e8092e5 gh-128998: Fix indentation of numbered list and literal block (#128999) by Rafael Fontenelle · 2 days ago
  30. fba475a gh-121542: Document trailing newline behavior in `set_content()` (#121543) by Peter Bierma · 2 days ago
  31. 3de7cc1 Pre-commit: Drop specific language version and bump hooks (#128801) by Peter Bierma · 2 days ago
  32. 9bc1964 gh-128679: Skip test_tracemalloc_track_race() on debug build (#128988) by Victor Stinner · 2 days ago
  33. 81159fc gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945) by Victor Stinner · 2 days ago
  34. f4afaa6 gh-125997: suggest efficient alternatives for `time.sleep(0)` (#128752) by Bénédikt Tran · 2 days ago
  35. d5e9aa6 gh-118761: Improve import time for `csv` (#128858) by Bénédikt Tran · 2 days ago
  36. d3adf02 gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle (#126350) by Marie Roald · 2 days ago
  37. 4dade05 gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962) by Tomasz Pytel · 2 days ago
  38. 9ed7bf2 gh-128515: Add BOLT build to CI (gh-128845) by Zanie Blue · 2 days ago
  39. 3829104 gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933) by Michał Górny · 3 days ago
  40. 8174770 Fix definition of a `generator iterator` in `glossary.rst` (GH-128952) by Daniel F Moisset · 3 days ago
  41. d4544cb gh-128923: fix test_pydoc for object subclasses without `__module__` (#128951) by T. Wouters · 3 days ago
  42. 13c4def gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#128957) by mpage · 3 days ago
  43. d95ba9f gh-128911: Add tests on the PyImport C API (#128915) by Victor Stinner · 3 days ago
  44. b5558cd Refactor code generators a bit (GH-128920) by Mark Shannon · 3 days ago
  45. d66c08a gh-128923: Use zero to indicate unassigned unique id (#128925) by Sam Gross · 3 days ago
  46. 767c89b gh-58956: Fix a frame refleak in bdb (#128190) by Tian Gao · 3 days ago
  47. d7f703d gh-59705: Implement _thread.set_name() on Windows (#128675) by Victor Stinner · 3 days ago
  48. 76856ae Revert "gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings (#128726)" (#128936) by Hugo van Kemenade · 3 days ago
  49. 939df0f gh-58689: Fix os.kill() error handling on Windows (#128932) by Victor Stinner · 3 days ago
  50. 7807b40 gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings (#128726) by Thomas Grainger · 3 days ago
  51. ea6cc26 gh-118761: Improve import time of `tomllib` (#128907) by Taneli Hukkinen · 3 days ago
  52. c879de7 ACKS: Add myself (#128924) by Stan Ulbrych · 3 days ago
  53. b44ff6d GH-126599: Remove the "counter" optimizer/executor (GH-126853) by Xuanteng Huang · 4 days ago
  54. 27494dd gh-121604: fix warnings in test_importlib.test_abc and test_importlib.test_windows (GH-128904) by Thomas Grainger · 4 days ago
  55. 211f413 Fix typo in doc (#128917) by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) · 4 days ago
  56. f48702d gh-128910: Remove `_PyTrash_begin` and `_PyTrash_end` C-API functions (#128919) by sobolevn · 4 days ago
  57. 3893a92 gh-100239: specialize long tail of binary operations (#128722) by Irit Katriel · 4 days ago
  58. e81fe94 gh-119786: added InternalDocs/generators.md (#128524) by Irit Katriel · 4 days ago
  59. 3193cb5 gh-128679: Fix tracemalloc.stop() race conditions (#128893) by Victor Stinner · 4 days ago
  60. 313b96e gh-128017: Make a note that sys variables are read-only (#128887) by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) · 4 days ago
  61. d05140f gh-121604: fix ResourceLoader deprecation warning message (GH-128859) by Thomas Grainger · 5 days ago
  62. 5eee2fe gh-128891: add specialized opcodes to opcode.opname (#128892) by Irit Katriel · 5 days ago
  63. 256d6d2 gh-97850: Suggest `TraversableResources` as the alternative for `ResourceLoader` (GH-128601) by Tomas R. · 5 days ago
  64. 36c5e3b gh-128679: Redesign tracemalloc locking (#128888) by Victor Stinner · 5 days ago
  65. 080f444 gh-128807: Add marking phase for free-threaded cyclic GC (gh-128808) by Neil Schemenauer · 5 days ago
  66. 8d8b854 gh-128016: Improved invalid escape sequence warning message (#128020) by Umar Butler · 5 days ago
  67. 40a4d88 gh-128874: Fix the documentation for blurb 2.0 (#128875) by Victor Stinner · 5 days ago
  68. 599be68 gh-128816: Fix warnings in test_doctest (GH-128817) by Thomas Grainger · 5 days ago
  69. 1a1056d Fix typo in `Lib/asyncio/futures.py` (#128819) by Wang Ran (汪然) · 5 days ago
  70. ae7f621 gh-128438: Use `EnvironmentVarGuard` for `test_{builtin,io,locale}.py` (#128476) by Yan Yanchii · 5 days ago
  71. 6e4f641 gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (gh-128474) by Zanie Blue · 6 days ago
  72. bd3baa8 gh-121604: Make sure all deprecated items in importlib raise DeprecationWarning (#128007) by Tomas R. · 6 days ago
  73. b52de22 gh-71339: Use new assertion methods in the multiprocessing tests (GH-128847) by Serhiy Storchaka · 6 days ago
  74. f7ceb31 gh-71339: Use new assertion methods in test_logging (GH-128828) by Serhiy Storchaka · 6 days ago
  75. b5ee025 gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-threaded builds (#128164) by mpage · 6 days ago
  76. 1c13c56 gh-128384: Add locking to warnings.py. (gh-128386) by Neil Schemenauer · 6 days ago
  77. d906bde gh-67206: Document that `string.printable` is not printable in the POSIX sense (#128820) by Bénédikt Tran · 6 days ago
  78. d786ac7 gh-59705: Document OS thread name change (#128800) by Victor Stinner · 6 days ago
  79. 43ef958 gh-106320: Document replacement for removed C API (#128787) by Victor Stinner · 6 days ago
  80. 1598e18 Fix a "doctest" block in `Doc/library/turtle.rst` (#128831) by Rafael Fontenelle · 6 days ago
  81. 7fc0f86 Merge branch 'main' of https://github.com/python/cpython by Hugo van Kemenade · 6 days ago
  82. aa80588 Post 3.14.0a4 by Hugo van Kemenade · 6 days ago
  83. f49a1df GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-128822) by Mark Shannon · 6 days ago
  84. bbd3300 gh-118761: substitute `re` import in `base64.b16decode` for a more efficient alternative (#128736) by Bénédikt Tran · 6 days ago
  85. 859db49 gh-71339: Use new assertion methods in test_typing (GH-128825) by Serhiy Storchaka · 6 days ago
  86. 75bd42c gh-71339: Use new assertion methods in test_sqlite3 (GH-128830) by Serhiy Storchaka · 6 days ago
  87. f26daa9 Python 3.14.0a4 by Hugo van Kemenade · 6 days ago v3.14.0a4
  88. ff3e145 gh-118761: Improve import time of the `pickle` module. (#128732) by Bénédikt Tran · 6 days ago
  89. 1153e66 gh-109959: Skip test_glob.test_selflink() flaky test (#128812) by Victor Stinner · 6 days ago
  90. 24a8d92 gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#128803) by Victor Stinner · 6 days ago
  91. eefd4a0 Update cryptographic primitives code owners. (#128747) by Bénédikt Tran · 6 days ago
  92. 9830132 gh-123299: Copyedit "What's New in Python 3.14" (#128814) by Hugo van Kemenade · 6 days ago
  93. 99327d1 Skip CI expensive checks on `CODEOWNERS` update (#128754) by Bénédikt Tran · 6 days ago
  94. 06cad77 gh-71339: Add additional assertion methods for unittest (GH-128707) by Serhiy Storchaka · 6 days ago
  95. 41f7350 gh-106320: Document private C APIs promoted to public C API (#128788) by Victor Stinner · 6 days ago
  96. b70a567 gh-125997: Increase test coverage for `time.sleep()` (#128751) by Bénédikt Tran · 7 days ago
  97. 53e8942 Explicitly import `urllib.error` in `urllib.robotparser` (#128737) by Bénédikt Tran · 7 days ago
  98. da8825e gh-128562: Fix generation of the tkinter widget names (GH-128604) by Zhikang Yan · 7 days ago
  99. 402b91d gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (#128287) by Bénédikt Tran · 7 days ago
  100. 3efe28a gh-128002: add more thread safety tests for asyncio (#128480) by Kumar Aditya · 7 days ago