Python 3.13.3
  1. d30052a gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051) by Miss Islington (bot) · 5 months ago
  2. 67087d9 [3.13] gh-129917: Update installers to use SQLite 3.49.1 (GH-131025) (#131957) by Miss Islington (bot) · 5 months ago
  3. de8bc17 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 5 months ago
  4. 9a59a51 [3.13] gh-111495: Add PyFile tests (#129449) (#129477) by Victor Stinner · 7 months ago
  5. 430ccbc [3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987) by Victor Stinner · 7 months ago
  6. 34ded1a [3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960) by Victor Stinner · 7 months ago
  7. 8dc0575 gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088) by Miss Islington (bot) · 10 months ago
  8. 13baff7 [3.13] gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-125795) by Zachary Ware · 10 months ago
  9. 7a2db76 [3.13] gh-125625: Check for `py -3.13` in PCbuild/find_python.bat (GH-125650) by Miss Islington (bot) · 10 months ago
  10. 9b541ac [3.13] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123686) by Miss Islington (bot) · 12 months ago
  11. ee46430 [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371) by Sergey B Kirpichev · 12 months ago
  12. d5e7d0a [3.13] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) (#122674) by Miss Islington (bot) · 1 year ago
  13. 0f5ca64 Fixed regenerating files in a checkout path with spaces (GH-121384) by Miss Islington (bot) · 1 year, 1 month ago
  14. 3d4e533 [3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344) by Miss Islington (bot) · 1 year, 2 months ago
  15. e26e098 [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043) by Victor Stinner · 1 year, 2 months ago
  16. 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year, 2 months ago
  17. 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year, 2 months ago
  18. 6e57bd0 gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030) by Miss Islington (bot) · 1 year, 3 months ago
  19. 4605465 gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735) by Steve Dower · 1 year, 3 months ago
  20. 1b22d80 gh-118518: Allow perf to work without frame pointers (#112254) by Pablo Galindo Salgado · 1 year, 4 months ago
  21. 85af789 gh-111997: C-API for signalling monitoring events (#116413) by Irit Katriel · 1 year, 4 months ago
  22. 1324502 gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506) by Erlend E. Aasland · 1 year, 4 months ago
  23. a37b093 gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit-interpreter (#118497) by Guido van Rossum · 1 year, 4 months ago
  24. 7d83f7b gh-118335: Configure Tier 2 interpreter at build time (#118339) by Guido van Rossum · 1 year, 4 months ago
  25. dc6b12d gh-117139: Add header for tagged pointers (GH-118330) by Ken Jin · 1 year, 4 months ago
  26. 72dae53 gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138) by Seth Michael Larson · 1 year, 4 months ago
  27. 03e3e31 gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) by Eric Snow · 1 year, 4 months ago
  28. 6078f20 gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982) by Serhiy Storchaka · 1 year, 4 months ago
  29. de0dc68 gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445) by Mariusz Felisiak · 1 year, 4 months ago
  30. 04697bc gh-117494: extract the Instruction Sequence data structure into a separate file (#117496) by Irit Katriel · 1 year, 5 months ago
  31. 060a96f gh-116968: Reimplement Tier 2 counters (#117144) by Guido van Rossum · 1 year, 5 months ago
  32. f341d60 gh-76785: Add PyInterpreterConfig Helpers (gh-117170) by Eric Snow · 1 year, 5 months ago
  33. 90c3c68 gh-94808:Improve coverage of PyObject_Print (GH-98749) by MonadChains · 1 year, 5 months ago
  34. 19c1dd6 gh-117323: Make `cell` thread-safe in free-threaded builds (#117330) by Sam Gross · 1 year, 5 months ago
  35. 0c1a42c gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160) by Serhiy Storchaka · 1 year, 5 months ago
  36. 617158e gh-76785: Drop PyInterpreterID_Type (gh-117101) by Eric Snow · 1 year, 5 months ago
  37. 8bea6c4 gh-115754: Add Py_GetConstant() function (#116883) by Victor Stinner · 1 year, 5 months ago
  38. 61c659e gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014) by Victor Stinner · 1 year, 5 months ago
  39. f55e188 gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006) by Victor Stinner · 1 year, 5 months ago
  40. 3cac2af gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001) by Victor Stinner · 1 year, 5 months ago
  41. a557478 gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993) by Victor Stinner · 1 year, 5 months ago
  42. 039d20a gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986) by Victor Stinner · 1 year, 5 months ago
  43. ecb4a2b7 gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602) by Victor Stinner · 1 year, 5 months ago
  44. 9c7b368 gh-108716: Cleanup remaining deepfreeze infrastructure (#116919) by Guido van Rossum · 1 year, 5 months ago
  45. 849e071 gh-115119: Switch Windows build to mpdecimal external (GH-115182) by Zachary Ware · 1 year, 5 months ago
  46. 1cc02ca gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) by Victor Stinner · 1 year, 5 months ago
  47. 5d0cdfe gh-116472: Replace literal newlines with escape characters in MSBuild files (GH-116473) by Dan Albert · 1 year, 5 months ago
  48. d9bcdda gh-116417: Add _testlimitedcapi C extension (#116419) by Victor Stinner · 1 year, 5 months ago
  49. 83c5ecd gh-108051: Update versions found by find_python.bat and clarify readme (GH-116118) by Steve Dower · 1 year, 6 months ago
  50. 10fbcd6 GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953) by Mark Shannon · 1 year, 6 months ago
  51. 37a13b9 gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual /DPy_GIL_DISABLED (GH-115850) by Steve Dower · 1 year, 6 months ago
  52. c0fdfba Rename tier 2 redundancy eliminator to optimizer (#115888) by Guido van Rossum · 1 year, 6 months ago
  53. a2bb8ad gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. (GH-115708) by Kirill Podoprigora · 1 year, 6 months ago
  54. 5903190 gh-115103: Implement delayed memory reclamation (QSBR) (#115180) by Sam Gross · 1 year, 6 months ago
  55. 711f42d gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (#115557) by Łukasz Langa · 1 year, 6 months ago
  56. a95b1a5 gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046) by mpage · 1 year, 6 months ago
  57. 879f454 gh-110850: Add PyTime_t C API (GH-115215) by Petr Viktorin · 1 year, 6 months ago
  58. a3af3cb gh-110481: Implement inter-thread queue for biased reference counting (#114824) by Sam Gross · 1 year, 6 months ago
  59. 5914a21 gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115176) by adang1345 · 1 year, 6 months ago
  60. 11ac6f5 gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065) by Erlend E. Aasland · 1 year, 6 months ago
  61. 01dceba gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043) by Zachary Ware · 1 year, 6 months ago
  62. 618d725 gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) by Zachary Ware · 1 year, 7 months ago
  63. f6d9e59 GH-113464: Add a JIT backend for tier 2 (GH-113465) by Brandt Bucher · 1 year, 7 months ago
  64. b52fc70 gh-112529: Implement GC for free-threaded builds (#114262) by Sam Gross · 1 year, 7 months ago
  65. 665b8f3 gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReserve=true (GH-114263) by Steve Dower · 1 year, 7 months ago
  66. 1d6d5e8 gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157) by Sam Gross · 1 year, 7 months ago
  67. f56d132 gh-112984 Update Windows build and installer for free-threaded builds (GH-113129) by Steve Dower · 1 year, 7 months ago
  68. 2e672f7 gh-113655: Increase default stack size for PGO builds to avoid C stack exhaustion (GH-114148) by Steve Dower · 1 year, 7 months ago
  69. 30e6cbd GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954) by Brandt Bucher · 1 year, 7 months ago
  70. 57bdc6c gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584) by Donghee Na · 1 year, 7 months ago
  71. ad849b4 gh-113650: Add workaround option for MSVC ARM64 bug affecting string encoding (GH-113836) by Steve Dower · 1 year, 7 months ago
  72. 92f9624 gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828) by Steve Dower · 1 year, 7 months ago
  73. a03ec20 gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712) by Pablo Galindo Salgado · 1 year, 7 months ago
  74. 99854ce gh-113688: Split up gcmodule.c (gh-113715) by Sam Gross · 1 year, 8 months ago
  75. 178919c gh-113258: Write frozen modules to the build tree on Windows (GH-113303) by Itamar Oren · 1 year, 8 months ago
  76. 14d4c77 gh-111973: Update Windows installer to use SQLite 3.44.2 (#113281) by Erlend E. Aasland · 1 year, 8 months ago
  77. 2feec0f gh-113039: Avoid using leading dots in the include path for frozen getpath.py (GH-113022) by Itamar Oren · 1 year, 8 months ago
  78. 79dad03 gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) by Steve Dower · 1 year, 8 months ago
  79. a49b427 gh-76785: More Fixes for test.support.interpreters (gh-113012) by Eric Snow · 1 year, 8 months ago
  80. 1c5fc02 gh-71383: Update Tcl/Tk version in Windows to our patched build containing a targeted upstream fix (GH-112973) by Steve Dower · 1 year, 8 months ago
  81. db46073 gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (gh-112560) by Sam Gross · 1 year, 8 months ago
  82. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  83. 55f3cce gh-111545: Test PyHash_GetFuncDef() function (#112098) by Victor Stinner · 1 year, 9 months ago
  84. 62802b6 gh-111545: Add Include/cpython/pyhash.h header file (#112063) by Victor Stinner · 1 year, 9 months ago
  85. bc12f79 gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#111794) by Michael Droettboom · 1 year, 9 months ago
  86. 31c90d5 gh-111569: Implement Python critical section API (gh-111571) by Sam Gross · 1 year, 9 months ago
  87. 7e135a4 gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428) by Guido van Rossum · 1 year, 10 months ago
  88. 33ed5fa gh-111495: add stub files for C API test modules (GH-111586) by Sergey B Kirpichev · 1 year, 10 months ago
  89. c42347d gh-90815: Exclude mimalloc .c files from Windows build (#111532) by Dino Viehland · 1 year, 10 months ago
  90. c6fe086 gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502) by Eric Snow · 1 year, 10 months ago
  91. 8eaa206 gh-109515: When generating deep frozen modules on Windows, use a list file instead of arguments (GH-109516) by Riccardo Ghetta · 1 year, 10 months ago
  92. 05f2f0a gh-90815: Add mimalloc memory allocator (#109914) by Dino Viehland · 1 year, 10 months ago
  93. b2ba298 gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) by Serhiy Storchaka · 1 year, 10 months ago
  94. 2dcc570 gh-109693: Remove pycore_atomic.h (gh-110992) by Donghee Na · 1 year, 10 months ago
  95. be5e8a0 gh-110964: Remove private _PyArg functions (#110966) by Victor Stinner · 1 year, 10 months ago
  96. 01481f2 gh-104169: Refactor tokenizer into lexer and wrappers (#110684) by Lysandros Nikolaou · 1 year, 10 months ago
  97. 9cfb4e0 gh-110525: Add tests for internal `set` CAPI (GH-110630) by Nikita Sobolev · 1 year, 10 months ago
  98. 12cc679 gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of DLLs to bundle (GH-110470) by Steve Dower · 1 year, 10 months ago
  99. c49edd7 gh-110525: Add CAPI tests for set and frozenset objects (GH-110526) by Nikita Sobolev · 1 year, 10 months ago
  100. 201dc11 gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403) by jtranquilli · 1 year, 11 months ago