1. 9619e51 [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592) by Sergey B Kirpichev · 1 year, 10 months ago
  2. 54e93d3 [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) (GH-111305) by Serhiy Storchaka · 1 year, 10 months ago
  3. 13ad121 [3.12] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of DLLs to bundle (GH-110470) by Miss Islington (bot) · 1 year, 10 months ago
  4. 3ed5cb0 [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (GH-110547) by Nikita Sobolev · 1 year, 10 months ago
  5. d152823 [3.12] gh-109286: Update Windows installer to use SQLite 3.43.1 (GH-110403) (#110478) by Miss Islington (bot) · 1 year, 10 months ago
  6. 74d0b60 [3.12] gh-108494: Document how to add a project in PCbuild/readme.txt (GH-110077) (#110230) by Miss Islington (bot) · 1 year, 11 months ago
  7. a6773ec [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054) (#110056) by Miss Islington (bot) · 1 year, 11 months ago
  8. 3d0827e [3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#108930) by Miss Islington (bot) · 2 years ago
  9. 9c8dfce [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179) (#107728) by Serhiy Storchaka · 2 years ago
  10. 8cb750d [3.12] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (#107776) by Miss Islington (bot) · 2 years ago
  11. a71500c [3.12] gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815) (#107823) by Miss Islington (bot) · 2 years ago
  12. b4355de [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (#107393) by Miss Islington (bot) · 2 years, 1 month ago
  13. 57ef065 [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303) by Miss Islington (bot) · 2 years, 1 month ago
  14. 6de9cff [3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680) by Miss Islington (bot) · 2 years, 1 month ago
  15. 9e3e5d5 [3.12] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105695) by Miss Islington (bot) · 2 years, 2 months ago
  16. 25543ae [3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105199) by Miss Islington (bot) · 2 years, 3 months ago
  17. c4bc97a [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893) by Miss Islington (bot) · 2 years, 3 months ago
  18. aab2a36 gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) by Erlend E. Aasland · 2 years, 3 months ago
  19. f7df173 GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508) by Mark Shannon · 2 years, 3 months ago
  20. 24d8b88 gh-103763: Implement PEP 695 (#103764) by Jelle Zijlstra · 2 years, 3 months ago
  21. 19ee53d gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403) by Jurica Bradarić · 2 years, 3 months ago
  22. 15665d8 gh-99108: Replace SHA3 implementation HACL* version (#103597) by Jonathan Protzenko · 2 years, 3 months ago
  23. f5c3838 gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177) by Carl Meyer · 2 years, 4 months ago
  24. 04f6733 gh-102500: Implement PEP 688 (#102521) by Jelle Zijlstra · 2 years, 4 months ago
  25. cd9a56c gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) by Petr Viktorin · 2 years, 4 months ago
  26. d81ca7e gh-84436: Add integration C API tests for immortal objects (gh-103962) by Dong-hee Na · 2 years, 4 months ago
  27. f6314b9 gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) by Mariusz Felisiak · 2 years, 4 months ago
  28. 411b169 GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083) by Mark Shannon · 2 years, 4 months ago
  29. ebc8103 gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325) by Stanislav Syekirin · 2 years, 4 months ago
  30. 33822d0 gh-87092: move assembler related code from compile.c to assemble.c (#103277) by Irit Katriel · 2 years, 4 months ago
  31. 03089fd gh-101659: Add _Py_AtExit() (gh-103298) by Eric Snow · 2 years, 5 months ago
  32. 80163e1 gh-87092: move CFG related code from compile.c to flowgraph.c (#103021) by Irit Katriel · 2 years, 5 months ago
  33. 24ba507 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) by Steve Dower · 2 years, 5 months ago
  34. 0a60dea GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469) by Artem Mukhin · 2 years, 5 months ago
  35. ad77d16 gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543) by Eric Snow · 2 years, 5 months ago
  36. f33b33e Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764) by Steve Dower · 2 years, 5 months ago
  37. 0f17576 gh-99726: Improves correctness of stat results for Windows, and uses faster API when available (GH-102149) by Steve Dower · 2 years, 5 months ago
  38. 6b2d7c0 gh-101101: Unstable C API tier (PEP 689) (GH-101102) by Petr Viktorin · 2 years, 6 months ago
  39. efc985a gh-93649: Split exception tests from _testcapimodule.c (GH-102173) by Erlend E. Aasland · 2 years, 6 months ago
  40. fcadc7e gh-99108: Import MD5 and SHA1 from HACL* (#102089) by Jonathan Protzenko · 2 years, 6 months ago
  41. 0b13575 gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924) by Gregory P. Smith · 2 years, 6 months ago
  42. e1aaded gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784) by Steve Dower · 2 years, 6 months ago
  43. 5d15224 gh-101759: Update Windows installer to SQLite 3.40.1 (#101762) by Erlend E. Aasland · 2 years, 6 months ago
  44. b41c47c gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) by Gregory P. Smith · 2 years, 6 months ago
  45. f23371f LibFFI build requires x64 Cygwin, and skip the ARM build (GH-101743) by Steve Dower · 2 years, 6 months ago
  46. 1fcc0ef gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109) by Jonathan Protzenko · 2 years, 6 months ago
  47. c67b005 gh-101524: Split Up the _xxsubinterpreters Module (gh-101526) by Eric Snow · 2 years, 7 months ago
  48. f6c53b8 gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523) by Steve Dower · 2 years, 7 months ago
  49. 737d367 gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352) by Steve Dower · 2 years, 7 months ago
  50. 8d18d1f gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307) by Steve Dower · 2 years, 7 months ago
  51. 61f12b8 Ensure some build files include a newline at to avoid warnings (GH-100946) by th1722 · 2 years, 7 months ago
  52. d7ab714 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901) by Steve Dower · 2 years, 7 months ago
  53. 0cd597f gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765) by Carl Meyer · 2 years, 7 months ago
  54. 2818714 GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771) by Mark Shannon · 2 years, 8 months ago
  55. 2df82db gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541) by Zachary Ware · 2 years, 8 months ago
  56. 53d9cd9 gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152) by Eric Snow · 2 years, 8 months ago
  57. 8790d4d gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151) by Eric Snow · 2 years, 8 months ago
  58. 1160001 gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084) by Eric Snow · 2 years, 8 months ago
  59. bc8cdf8 gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083) by Eric Snow · 2 years, 8 months ago
  60. 8a3f06c gh-81057: Move time Globals to _PyRuntimeState (gh-100122) by Eric Snow · 2 years, 8 months ago
  61. cda9f02 gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082) by Eric Snow · 2 years, 8 months ago
  62. 55bad19 gh-79315: Add Include/cpython/memoryobject.h header (#99723) by Victor Stinner · 2 years, 9 months ago
  63. 5d41833 Update Visual Studio solution to build all extension modules on F5 (GH-99667) by Steve Dower · 2 years, 9 months ago
  64. 4d82f62 gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014) by Petr Viktorin · 2 years, 9 months ago
  65. 49e554d gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664) by Steve Dower · 2 years, 9 months ago
  66. 12b5a3c gh-93649: Split float/long tests from _testcapimodule.c (GH-99549) by Erlend E. Aasland · 2 years, 9 months ago
  67. 51d1035 gh-93649: Split watcher API tests from _testcapimodule.c (#99532) by Erlend E. Aasland · 2 years, 9 months ago
  68. 9db1e17 gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497) by Eric Snow · 2 years, 9 months ago
  69. 00437ad gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517) by Erlend E. Aasland · 2 years, 9 months ago
  70. 4636df9 Update Windows readme.txt to clarify Visual Studio required versions (GH-99522) by Ben Kuhn · 2 years, 9 months ago
  71. ee821dc gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494) by Erlend E. Aasland · 2 years, 9 months ago
  72. 3d94319 gh-93649: Split getargs tests from _testcapimodule.c (#99346) by Erlend E. Aasland · 2 years, 9 months ago
  73. 67807cf gh-81057: Move the Allocators to _PyRuntimeState (gh-99217) by Eric Snow · 2 years, 9 months ago
  74. 52f91c6 gh-90868: Adjust the Generated Objects (gh-99223) by Eric Snow · 2 years, 9 months ago
  75. d45cc80 gh-98627: Add the _testsinglephase Module (gh-99039) by Eric Snow · 2 years, 9 months ago
  76. 9430d27 gh-98817: Remove PCbuild/lib.pyproj (GH-98818) by Hugo van Kemenade · 2 years, 9 months ago
  77. 0faa0ba gh-92584: Remove the distutils package (#99061) by Victor Stinner · 2 years, 10 months ago
  78. c085974 gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968) by Zachary Ware · 2 years, 10 months ago
  79. 1f737ed gh-96143: Move the perf trampoline files to the Python directory (#98675) by Pablo Galindo Salgado · 2 years, 10 months ago
  80. 0c84593 gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640) by Erlend E. Aasland · 2 years, 10 months ago
  81. 1863302 gh-97669: Create Tools/build/ directory (#97963) by Victor Stinner · 2 years, 10 months ago
  82. e0ae9dd gh-97669: Remove outdated example scripts (#97675) (#98167) by Victor Stinner · 2 years, 10 months ago
  83. 6cbbc26 gh-97669: Remove outdated example scripts (#97675) by Victor Stinner · 2 years, 11 months ago
  84. f1cca80 gh-96965: Update Windows release to libffi 3.4.3 (GH-97512) by Steve Dower · 2 years, 11 months ago
  85. 3e26de3 gh-94781: Fix Windows projects not cleaning intermediate and output files for frozen modules (GH-96423) by Charlie Zhao · 3 years ago
  86. de33df2 gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289) by Steve Dower · 3 years ago
  87. 13c309f Fix regeneration of global objects through the Windows build files (GH-96394) by Kumar Aditya · 3 years ago
  88. 6d791a9 gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) by Pablo Galindo Salgado · 3 years ago
  89. 873554e gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) by Christian Heimes · 3 years ago
  90. a4a9f2e GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204) by Mark Shannon · 3 years ago
  91. 0f2b469 gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95992) by Petr Viktorin · 3 years ago
  92. 325ae93 gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819) by Petr Viktorin · 3 years ago
  93. 656dad7 gh-93274: Expose receiving vectorcall in the Limited API (GH-95717) by Petr Viktorin · 3 years ago
  94. 56d16e8 gh-93243: Make smtpd private before porting its users (GH-93246) by Oleg Iarygin · 3 years ago
  95. 6a5104f gh-95656: Enable the sqlite3 load extension API in Windows build (#95662) by Erlend Egeberg Aasland · 3 years ago
  96. 664e96a gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386) by Petr Viktorin · 3 years, 1 month ago
  97. 8c88e36 gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006) by Aivars Kalvāns · 3 years, 1 month ago
  98. 5c19dda gh-92348: Add quotes to support building on Windows with spaces in directory name (GH-94925) by Steve Dower · 3 years, 1 month ago
  99. be862b4 gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549) by Petr Viktorin · 3 years, 1 month ago
  100. 7169766 GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051) by Kumar Aditya · 3 years, 1 month ago