Python 3.11.7
  1. a009bb8 [3.11] gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403) (#110479) by Erlend E. Aasland · 1 year, 10 months ago
  2. 26c3e70 [3.11] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of DLLs to bundle (GH-110470) by Miss Islington (bot) · 1 year, 11 months ago
  3. 981696e [3.11] gh-108494: Document how to add a project in PCbuild/readme.txt (#110077) (#110232) by Victor Stinner · 1 year, 11 months ago
  4. d87217f [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059) by Zachary Ware · 1 year, 11 months ago
  5. 53148af [3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932) by Zachary Ware · 2 years ago
  6. 9e87e07 [3.11] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-91849) (GH-107777) by Miss Islington (bot) · 2 years ago
  7. eff2042 [3.11] gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815) by Miss Islington (bot) · 2 years ago
  8. 263d8aa [3.11] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (GH-106761) by Zachary Ware · 2 years, 1 month ago
  9. f5b63ea [3.11] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105696) by Miss Islington (bot) · 2 years, 2 months ago
  10. a5d2b54 [3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105200) by Gregory P. Smith · 2 years, 3 months ago
  11. ba39ea4 [3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#104633) by Erlend E. Aasland · 2 years, 3 months ago
  12. 61f1fbd [3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085) by Erlend E. Aasland · 2 years, 4 months ago
  13. cbe14c8 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) by Steve Dower · 2 years, 5 months ago
  14. d025b1d Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764) by Miss Islington (bot) · 2 years, 5 months ago
  15. 8360988 [3.11] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101791) by Erlend E. Aasland · 2 years, 6 months ago
  16. 7ca9da9 gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784) by Miss Islington (bot) · 2 years, 6 months ago
  17. 52a03a0 gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) by Steve Dower · 2 years, 6 months ago
  18. 898de13 gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523) by Steve Dower · 2 years, 7 months ago
  19. 13453a2 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901) by Miss Islington (bot) · 2 years, 7 months ago
  20. 2d5f4ba gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664) by Miss Islington (bot) · 2 years, 9 months ago
  21. 1e5e38b gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281) by Miss Islington (bot) · 2 years, 10 months ago
  22. cd6655a gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968) by Miss Islington (bot) · 2 years, 10 months ago
  23. f7194ca gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) by Miss Islington (bot) · 2 years, 10 months ago
  24. c2916d2 gh-96965: Update Windows release to libffi 3.4.3 (GH-97512) by Miss Islington (bot) · 2 years, 11 months ago
  25. 512b305 gh-94781: Fix Windows projects not cleaning intermediate and output files for frozen modules (GH-96423) by Miss Islington (bot) · 2 years, 11 months ago
  26. 882c7cf gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) by Miss Islington (bot) · 3 years ago
  27. 6d83441 gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662) by Miss Islington (bot) · 3 years, 1 month ago
  28. 7bca87d gh-92348: Add quotes to support building on Windows with spaces in directory name (GH-94925) by Miss Islington (bot) · 3 years, 1 month ago
  29. 96254a9 gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) by Victor Stinner · 3 years, 2 months ago
  30. 76fe10a gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago
  31. 635b62a [3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92608) by Miss Islington (bot) · 3 years, 3 months ago
  32. a86229e bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322) by Miss Islington (bot) · 3 years, 3 months ago
  33. e604060 bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995) by Mariusz Felisiak · 3 years, 4 months ago
  34. eddd07f bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147) by Mariusz Felisiak · 3 years, 4 months ago
  35. 64a54e5 gh-91719: Add pycore_opcode.h internal header file (#91906) by Victor Stinner · 3 years, 4 months ago
  36. 20cc695 gh-64783: Fix signal.NSIG value on FreeBSD (#91929) by Victor Stinner · 3 years, 4 months ago
  37. 8a4e519 gh-79315: Add Include/cpython/pythread.h header (#91798) by Victor Stinner · 3 years, 4 months ago
  38. 6f9addb gh-79315: Add Include/cpython/modsupport.h header (#91797) by Victor Stinner · 3 years, 4 months ago
  39. a059395 bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) by Ma Lin · 3 years, 4 months ago
  40. ee47543 gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) by Erlend Egeberg Aasland · 3 years, 4 months ago
  41. 85addfb bpo-35134: Remove the Include/code.h header file (GH-32385) by Victor Stinner · 3 years, 5 months ago
  42. 5c4d1f6 bpo-35134: Add Include/cpython/setobject.h header (GH-32384) by Victor Stinner · 3 years, 5 months ago
  43. ca219f6 bpo-35134: Add Include/cpython/complexobject.h header (GH-32383) by Victor Stinner · 3 years, 5 months ago
  44. 074da78 bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083) by Steve Dower · 3 years, 5 months ago
  45. 944f09a bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337) by Jeremy Kloth · 3 years, 5 months ago
  46. a755124 bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728) by Erlend Egeberg Aasland · 3 years, 5 months ago
  47. 1578f06 bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) by Serhiy Storchaka · 3 years, 5 months ago
  48. 6066739 bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) by Zachary Ware · 3 years, 5 months ago
  49. bad86a6 bpo-46566: Add new py.exe launcher implementation (GH-32062) by Steve Dower · 3 years, 5 months ago
  50. cd05d0a bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023) by neonene · 3 years, 5 months ago
  51. 9d1c4d6 bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000) by Gregory P. Smith · 3 years, 5 months ago
  52. af0a50d bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) by Christian Heimes · 3 years, 5 months ago
  53. a8c728b bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655) by Mariusz Felisiak · 3 years, 5 months ago
  54. 105b9ac bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31731) by Steve Dower · 3 years, 6 months ago
  55. da7d99a bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574) by Steve Dower · 3 years, 6 months ago
  56. 0f41aac bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543) by Brandt Bucher · 3 years, 6 months ago
  57. 38f331d bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791) by Christian Heimes · 3 years, 6 months ago
  58. ec091bd bpo-45459: Add pytypedefs.h header file (GH-31527) by Victor Stinner · 3 years, 6 months ago
  59. 66b3cd70 bpo-45459: Rename buffer.h to pybuffer.h (#31201) by Victor Stinner · 3 years, 6 months ago
  60. 98dd0ae bpo-46778: Enable multiprocess compilation for source files when building on Windows (GH-31390) by Jeremy Kloth · 3 years, 6 months ago
  61. 45faf15 bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) by Steve Dower · 3 years, 7 months ago
  62. db77bcd bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) by Kumar Aditya · 3 years, 7 months ago
  63. d4a85f1 bpo-35134: Add Include/cpython/descrobject.h (GH-30923) by Victor Stinner · 3 years, 7 months ago
  64. ef3ef6f bpo-46429: Merge all deepfrozen files into one (GH-30572) by Kumar Aditya · 3 years, 7 months ago
  65. bc02eac bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh-30587) by Eric Snow · 3 years, 7 months ago
  66. fc54e72 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) by Kumar Aditya · 3 years, 8 months ago
  67. 0b582a4 bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building (GH-30181) by neonene · 3 years, 8 months ago
  68. 6fc91da bpo-46088: Automatically detect or install bootstrap Python runtime when building from Visual Studio (GH-30143) by Steve Dower · 3 years, 8 months ago
  69. 121f1f8 bpo-45953: Statically initialize the small ints. (gh-30092) by Eric Snow · 3 years, 8 months ago
  70. 16638a4 bpo-45654: No need to freeze types (GH-30028) by Christian Heimes · 3 years, 8 months ago
  71. 3f398a7 bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) by neonene · 3 years, 8 months ago
  72. c8749b5 bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998) by Eric Snow · 3 years, 8 months ago
  73. 44b0e76 bpo-45654: Freeze the runpy module and stuff it imports (GH-29903) by Kumar Aditya · 3 years, 8 months ago
  74. 7778116 bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992) by Steve Dower · 3 years, 9 months ago
  75. b0b3086 bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build directories (GH-29979) by Steve Dower · 3 years, 9 months ago
  76. cf7eaa4 Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951) by Victor Stinner · 3 years, 9 months ago
  77. d930170 bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) by Crowthebird · 3 years, 9 months ago
  78. ccb73a0 bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902) by Christian Heimes · 3 years, 9 months ago
  79. 99fcf15 bpo-45582: Port getpath[p].c to Python (GH-29041) by Steve Dower · 3 years, 9 months ago
  80. 734ed35 bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) by David Federman · 3 years, 9 months ago
  81. 5be98e5 bpo-45873: Get rid of bootstrap_python (#29717) by Guido van Rossum · 3 years, 9 months ago
  82. 135cabd bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595) by Mark Shannon · 3 years, 9 months ago
  83. 1037ca5 bpo-45850: Implement deep-freeze on Windows (#29648) by Guido van Rossum · 3 years, 9 months ago
  84. c9c4444 Refactor parser compilation units into specific components (GH-29676) by Pablo Galindo Salgado · 3 years, 9 months ago
  85. 9bf2cbc bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) by Victor Stinner · 3 years, 9 months ago
  86. bcc4e46 bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477) by Steve Dower · 3 years, 9 months ago
  87. a4774f4 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 3 years, 10 months ago
  88. fd0c84d bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) by Steve Dower · 3 years, 10 months ago
  89. 36b4f9e bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) by Steve Dower · 3 years, 10 months ago
  90. 62bf263 bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) by Erlend Egeberg Aasland · 3 years, 10 months ago
  91. fa26245 bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179) by Christian Heimes · 3 years, 10 months ago
  92. ec93721 bpo-45570: Simplify setup macros for pyexpat (GH-29159) by Christian Heimes · 3 years, 10 months ago
  93. 03e9f5d bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) by Christian Heimes · 3 years, 10 months ago
  94. 8702b66 bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414) by Erlend Egeberg Aasland · 3 years, 10 months ago
  95. 5f09bb0 bpo-35134: Add Include/cpython/longobject.h (GH-29044) by Victor Stinner · 3 years, 10 months ago
  96. aad88d3 bpo-35134: Split warnings.h and weakrefobject.h (GH-29042) by Victor Stinner · 3 years, 10 months ago
  97. 354c352 bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975) by Victor Stinner · 3 years, 10 months ago
  98. 105582e bpo-45434: Remove Include/eval.h header file (GH-28973) by Victor Stinner · 3 years, 10 months ago
  99. 063abd9 bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969) by Victor Stinner · 3 years, 10 months ago
  100. 8e5de40 bpo-35134: Move classobject.h to Include/cpython/ (GH-28968) by Victor Stinner · 3 years, 10 months ago