1. 532c376 gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) by Gregory P. Smith · 14 days ago
  2. fe0e921 gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate directory (#136995) (#137307) by Bénédikt Tran · 3 weeks ago
  3. 45138d3 gh-131876: extract `_hashlib` helpers into a separate directory (#136995) by Bénédikt Tran · 3 weeks ago
  4. ec02db5 gh-136759: rename `lock.h` to `pylock.h` (#137041) by AN Long · 4 weeks ago
  5. a109606 gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583) by Peter Bierma · 4 weeks ago
  6. 1e975ae gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847) by Bénédikt Tran · 8 weeks ago
  7. acc20a8 gh-134262: Catch both URLError and ConnectionError in retries (#135365) by Emma Smith · 9 weeks ago
  8. f079979 gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) by Donghee Na · 9 weeks ago
  9. 0045100 GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289) by Chris Eibl · 2 months ago
  10. 8865b4f gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924) by Steve Dower · 3 months ago
  11. e64395e gh-134262: Fix off by one errors in download retry functions (GH-134867) by Emma Smith · 3 months ago
  12. e9d845b gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820) by Emma Smith · 3 months ago
  13. 7ad9046 GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134349) by Brandt Bucher · 3 months ago
  14. 986c367 gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966) by Steve Dower · 3 months ago
  15. 1a548c0 gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793) by Adam Turner · 3 months ago
  16. 8bb9286 Update the PCbuild sub-projects list (GH-133397) by Adam Turner · 3 months ago
  17. 9748fb3 Python 3.15.0a0 by Hugo van Kemenade · 3 months ago
  18. e6f8e0a GH-132983: Build ``_zstd`` on Windows (#133366) by Adam Turner · 4 months ago
  19. 3f80165 GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debugging`` (#133398) by Adam Turner · 4 months ago
  20. 40be123 Regenerate pcbuild.sln in Visual Studio 2022 (#133394) by Adam Turner · 4 months ago
  21. 0a1fedb gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving const folding to the peephole optimizier (#131830) by Yan Yanchii · 4 months ago
  22. 2bc8365 GH-91048: Add utils for printing the call stack for asyncio tasks (#133284) by Pablo Galindo Salgado · 4 months ago
  23. bfcbb28 GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278) by Brandt Bucher · 4 months ago
  24. 2da48e3 GH-133171: Prevent combinations of --disable-gil and --enable-experimental-jit... for now (GH-133179) by Brandt Bucher · 4 months ago
  25. 6020260 gh-132661: Implement PEP 750 (#132662) by Lysandros Nikolaou · 4 months ago
  26. 995b1a7 Fixed a typo in the `PCbuild/readme.txt` about PGO clang-cl (#133083) by Wulian233 · 4 months ago
  27. e8cf3a1 gh-91048: Refactor _testexternalinspection and add Windows support (#132852) by Pablo Galindo Salgado · 4 months ago
  28. 79f7c67 gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703) by Sergey B Kirpichev · 4 months ago
  29. e5f68fd GH-131296: Suppress "unused label" warning for clang-cl closer to actual occurrence (GH-131900) by Chris Eibl · 4 months ago
  30. d687900 gh-128384: Use a context variable for warnings.catch_warnings (gh-130010) by Neil Schemenauer · 4 months ago
  31. 231a50f gh-109599: Expose `CapsuleType` via the `_types` module (#131969) by Adam Turner · 5 months ago
  32. 0a97427 gh-99108: Implement HACL* HMAC (#130157) by Bénédikt Tran · 5 months ago
  33. 24decb0 gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051) by Steve Dower · 5 months ago
  34. 943cc14 gh-131591: Implement PEP 768 (#131937) by Pablo Galindo Salgado · 5 months ago
  35. 45a3ab5 gh-129917: Update installers to use SQLite 3.49.1 (#131025) by Erlend E. Aasland · 5 months ago
  36. 4940d96 GH-131296: Fix clang-cl warnings on Windows in sqlite3 (GH-131906) by Chris Eibl · 5 months ago
  37. cf839c3 GH-131296: Fix clang-cl warning on Windows in liblzma (GH-131897) by Chris Eibl · 5 months ago
  38. d260631 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 5 months ago
  39. 488174d GH-131691: Fix exception handling setting for clang-cl on Windows (GH-131730) by Chris Eibl · 5 months ago
  40. c3b8d73 GH-131473: Override PreferredToolArchitecture when using Visual Studio bundled clang-cl (GH-131689) by Chris Eibl · 5 months ago
  41. d16f455 GH-131521: Uses correct build flags for zlib-ng on Windows (GH-131526) by Chris Eibl · 5 months ago
  42. 7101cba gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560) by Victor Stinner · 5 months ago
  43. 3a09986 gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545) by Victor Stinner · 5 months ago
  44. 54efe29 GH-131473: Add missing %(AdditionalOptions) reference to pythoncore.vcxproj (GH-131475) by Chris Eibl · 5 months ago
  45. 63a638c gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438) by Steve Dower · 5 months ago
  46. 4b54031 gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356) by Victor Stinner · 5 months ago
  47. b8367e7 gh-130931: Add pycore_typedefs.h internal header (#131396) by Victor Stinner · 5 months ago
  48. 468a7aa GH-131278: Add option to build with computed gotos on Windows with clang-cl (GH-131279) by Chris Eibl · 5 months ago
  49. a45f253 GH-131238: More refactoring of core header files (GH-131351) by Mark Shannon · 5 months ago
  50. 0ce056d2 gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (GH-130960) by Chris Eibl · 5 months ago
  51. a8ee1e1 gh-130039: Tailcall for windows builds (GH-130040) by Ken Jin · 5 months ago
  52. 91d6db7 GH-131035: Use -flto=thin for clang-cl on Windows (GH-131036) by Chris Eibl · 5 months ago
  53. 2904ec2 gh-130878: Add extra check to prepare_ssl.py (GH-130879) by Burkov Egor · 6 months ago
  54. d8a1cf4 gh-130090: Support PGO for clang-cl on Windows (GH-129907) by Chris Eibl · 6 months ago
  55. 3a555f0 gh-130419: Do not build the _freeze_module project twice in Windows PGO builds (GH-130420) by Chris Eibl · 6 months ago
  56. c26bed1 gh-128345: properly disable gil for `_freeze_module.vcxproj` (#128344) by Julian Waters · 6 months ago
  57. 247b50d gh-130004: Revert commit 9e52e55 (GH-130005) by Ken Jin · 6 months ago
  58. 60a8541 gh-93649: Add Modules/_testcapi/function.c file (#129521) by Victor Stinner · 7 months ago
  59. 5424e3b gh-93649: Add Modules/_testcapi/type.c file (#129516) by Victor Stinner · 7 months ago
  60. 8b70ff5 gh-93649: Move PyFrame C API tests to test_capi (#129512) by Victor Stinner · 7 months ago
  61. 4ca9fc0 gh-111495: Add PyFile tests (#129449) by Victor Stinner · 7 months ago
  62. 3bebe46 gh-128911: Add PyImport_ImportModuleAttr() function (#128912) by Victor Stinner · 7 months ago
  63. 9e52e55 gh-129244: Remove workaround for MSVC compiler crash (#129263) by Michael Droettboom · 7 months ago
  64. d95ba9f gh-128911: Add tests on the PyImport C API (#128915) by Victor Stinner · 7 months ago
  65. 1439b81 gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) by Petr Viktorin · 7 months ago
  66. b9b3e4a gh-127951: Add build option to enable pystats on Windows (GH-127952) by Pieter Eendebak · 8 months ago
  67. 6da9d25 gh-127285: Update PCbuild files for a number of missed changes (GH-127286) by Sergey Muraviov · 9 months ago
  68. 3e7ce6e gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-127249) by Sergey Muraviov · 9 months ago
  69. 615abb9 Fix broken XML in Visual Studio project file (GH-127142) by Sergey Muraviov · 9 months ago
  70. 47cbf03 gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156) by Marc Culler · 9 months ago
  71. 9357fdc gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457) by Eric Snow · 9 months ago
  72. 2e95c5b gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926) by mpage · 10 months ago
  73. 38a604f gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270) by Bénédikt Tran · 10 months ago
  74. 802d405 gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088) by Christian Ullrich · 10 months ago
  75. 6d93690 gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605) by Eric Snow · 10 months ago
  76. cda0ec8 gh-124102: Clean up unsupported VS and WiX detections (GH-124784) by Wulian · 10 months ago
  77. 0cb20f2 gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125626) by Wulian · 10 months ago
  78. b482538 gh-124218: Refactor per-thread reference counting (#124844) by Sam Gross · 11 months ago
  79. 6d0d26e gh-111495: Add tests for `PyCodec_*` C API (#123343) by Bénédikt Tran · 11 months ago
  80. 9d8f2d8 gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449) by Zachary Ware · 11 months ago
  81. 27a62e7 gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103) by Wulian · 11 months ago
  82. 1a9d891 gh-121404: split compile.c into compile.c and codegen.c (#123651) by Irit Katriel · 11 months ago
  83. d2eafe2 gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) by Zachary Ware · 12 months ago
  84. 33b7909 gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472) by Victor Stinner · 12 months ago
  85. dbc1752 gh-111495: Add tests for PyTuple C API (#118757) by Sergey B Kirpichev · 12 months ago
  86. 325e9b8 gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316) by Jonathan Protzenko · 1 year ago
  87. bf8b374 gh-111495: Add more tests on PyEval C APIs (#122789) by Victor Stinner · 1 year ago
  88. dc09301 gh-122417: Implement per-thread heap type refcounts (#122418) by Sam Gross · 1 year ago
  89. d0b92dd gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) by Jonathan Protzenko · 1 year ago
  90. 5716cc3 gh-100240: Use a consistent implementation for freelists (#121934) by Sam Gross · 1 year, 1 month ago
  91. 0e77540 Fixed regenerating files in a checkout path with spaces (GH-121384) by AraHaan · 1 year, 1 month ago
  92. f8373db gh-112136: Restore removed _PyArg_Parser (#121262) by Victor Stinner · 1 year, 2 months ago
  93. 6988ff0 gh-61103: Support double complex (_Complex) type in ctypes (#120894) by Sergey B Kirpichev · 1 year, 2 months ago
  94. 22b0de2 gh-117139: Convert the evaluation stack to stack refs (#118450) by Ken Jin · 1 year, 2 months ago
  95. 9e4a81f gh-120642: Move private PyCode APIs to the internal C API (#120643) by Victor Stinner · 1 year, 2 months ago
  96. 8f17d69 gh-119344: Make critical section API public (#119353) by Sam Gross · 1 year, 2 months ago
  97. 3af72630 gh-117511: Make PyMutex public in the non-limited API (#117731) by Sam Gross · 1 year, 2 months ago
  98. f9d47fe gh-119853: Add Include/refcount.h to projects (#119860) by Victor Stinner · 1 year, 3 months ago
  99. 0e8d35b gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030) by Steve Dower · 1 year, 3 months ago
  100. 18c1a8d gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702) by Matthias Görgens · 1 year, 3 months ago