Python 3.11.4
  1. 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
  2. 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
  3. 61f1fbd [3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085) by Erlend E. Aasland · 2 years, 4 months ago
  4. cbe14c8 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) by Steve Dower · 2 years, 5 months ago
  5. d025b1d Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764) by Miss Islington (bot) · 2 years, 5 months ago
  6. 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
  7. 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
  8. 52a03a0 gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) by Steve Dower · 2 years, 6 months ago
  9. 898de13 gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523) by Steve Dower · 2 years, 7 months ago
  10. 13453a2 gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901) by Miss Islington (bot) · 2 years, 7 months ago
  11. 2d5f4ba gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664) by Miss Islington (bot) · 2 years, 9 months ago
  12. 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
  13. cd6655a gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968) by Miss Islington (bot) · 2 years, 10 months ago
  14. f7194ca gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) by Miss Islington (bot) · 2 years, 10 months ago
  15. c2916d2 gh-96965: Update Windows release to libffi 3.4.3 (GH-97512) by Miss Islington (bot) · 2 years, 11 months ago
  16. 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
  17. 882c7cf gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) by Miss Islington (bot) · 3 years ago
  18. 6d83441 gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662) by Miss Islington (bot) · 3 years, 1 month ago
  19. 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
  20. 96254a9 gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) by Victor Stinner · 3 years, 2 months ago
  21. 76fe10a gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago
  22. 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
  23. a86229e bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322) by Miss Islington (bot) · 3 years, 3 months ago
  24. e604060 bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995) by Mariusz Felisiak · 3 years, 4 months ago
  25. eddd07f bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147) by Mariusz Felisiak · 3 years, 4 months ago
  26. 64a54e5 gh-91719: Add pycore_opcode.h internal header file (#91906) by Victor Stinner · 3 years, 4 months ago
  27. 20cc695 gh-64783: Fix signal.NSIG value on FreeBSD (#91929) by Victor Stinner · 3 years, 4 months ago
  28. 8a4e519 gh-79315: Add Include/cpython/pythread.h header (#91798) by Victor Stinner · 3 years, 4 months ago
  29. 6f9addb gh-79315: Add Include/cpython/modsupport.h header (#91797) by Victor Stinner · 3 years, 4 months ago
  30. a059395 bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) by Ma Lin · 3 years, 4 months ago
  31. ee47543 gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) by Erlend Egeberg Aasland · 3 years, 4 months ago
  32. 85addfb bpo-35134: Remove the Include/code.h header file (GH-32385) by Victor Stinner · 3 years, 5 months ago
  33. 5c4d1f6 bpo-35134: Add Include/cpython/setobject.h header (GH-32384) by Victor Stinner · 3 years, 5 months ago
  34. ca219f6 bpo-35134: Add Include/cpython/complexobject.h header (GH-32383) by Victor Stinner · 3 years, 5 months ago
  35. 074da78 bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083) by Steve Dower · 3 years, 5 months ago
  36. 944f09a bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337) by Jeremy Kloth · 3 years, 5 months ago
  37. a755124 bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728) by Erlend Egeberg Aasland · 3 years, 5 months ago
  38. 1578f06 bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) by Serhiy Storchaka · 3 years, 5 months ago
  39. 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
  40. bad86a6 bpo-46566: Add new py.exe launcher implementation (GH-32062) by Steve Dower · 3 years, 5 months ago
  41. cd05d0a bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023) by neonene · 3 years, 5 months ago
  42. 9d1c4d6 bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000) by Gregory P. Smith · 3 years, 5 months ago
  43. af0a50d bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) by Christian Heimes · 3 years, 5 months ago
  44. a8c728b bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655) by Mariusz Felisiak · 3 years, 5 months ago
  45. 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
  46. da7d99a bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574) by Steve Dower · 3 years, 6 months ago
  47. 0f41aac bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543) by Brandt Bucher · 3 years, 6 months ago
  48. 38f331d bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791) by Christian Heimes · 3 years, 6 months ago
  49. ec091bd bpo-45459: Add pytypedefs.h header file (GH-31527) by Victor Stinner · 3 years, 6 months ago
  50. 66b3cd70 bpo-45459: Rename buffer.h to pybuffer.h (#31201) by Victor Stinner · 3 years, 6 months ago
  51. 98dd0ae bpo-46778: Enable multiprocess compilation for source files when building on Windows (GH-31390) by Jeremy Kloth · 3 years, 6 months ago
  52. 45faf15 bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) by Steve Dower · 3 years, 7 months ago
  53. db77bcd bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) by Kumar Aditya · 3 years, 7 months ago
  54. d4a85f1 bpo-35134: Add Include/cpython/descrobject.h (GH-30923) by Victor Stinner · 3 years, 7 months ago
  55. ef3ef6f bpo-46429: Merge all deepfrozen files into one (GH-30572) by Kumar Aditya · 3 years, 7 months ago
  56. bc02eac bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh-30587) by Eric Snow · 3 years, 7 months ago
  57. fc54e72 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) by Kumar Aditya · 3 years, 8 months ago
  58. 0b582a4 bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building (GH-30181) by neonene · 3 years, 8 months ago
  59. 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
  60. 121f1f8 bpo-45953: Statically initialize the small ints. (gh-30092) by Eric Snow · 3 years, 8 months ago
  61. 16638a4 bpo-45654: No need to freeze types (GH-30028) by Christian Heimes · 3 years, 8 months ago
  62. 3f398a7 bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) by neonene · 3 years, 8 months ago
  63. c8749b5 bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998) by Eric Snow · 3 years, 8 months ago
  64. 44b0e76 bpo-45654: Freeze the runpy module and stuff it imports (GH-29903) by Kumar Aditya · 3 years, 8 months ago
  65. 7778116 bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992) by Steve Dower · 3 years, 8 months ago
  66. b0b3086 bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build directories (GH-29979) by Steve Dower · 3 years, 9 months ago
  67. cf7eaa4 Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951) by Victor Stinner · 3 years, 9 months ago
  68. d930170 bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) by Crowthebird · 3 years, 9 months ago
  69. ccb73a0 bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902) by Christian Heimes · 3 years, 9 months ago
  70. 99fcf15 bpo-45582: Port getpath[p].c to Python (GH-29041) by Steve Dower · 3 years, 9 months ago
  71. 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
  72. 5be98e5 bpo-45873: Get rid of bootstrap_python (#29717) by Guido van Rossum · 3 years, 9 months ago
  73. 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
  74. 1037ca5 bpo-45850: Implement deep-freeze on Windows (#29648) by Guido van Rossum · 3 years, 9 months ago
  75. c9c4444 Refactor parser compilation units into specific components (GH-29676) by Pablo Galindo Salgado · 3 years, 9 months ago
  76. 9bf2cbc bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) by Victor Stinner · 3 years, 9 months ago
  77. bcc4e46 bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477) by Steve Dower · 3 years, 9 months ago
  78. a4774f4 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 3 years, 10 months ago
  79. fd0c84d bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) by Steve Dower · 3 years, 10 months ago
  80. 36b4f9e bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) by Steve Dower · 3 years, 10 months ago
  81. 62bf263 bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) by Erlend Egeberg Aasland · 3 years, 10 months ago
  82. fa26245 bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179) by Christian Heimes · 3 years, 10 months ago
  83. ec93721 bpo-45570: Simplify setup macros for pyexpat (GH-29159) by Christian Heimes · 3 years, 10 months ago
  84. 03e9f5d bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) by Christian Heimes · 3 years, 10 months ago
  85. 8702b66 bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414) by Erlend Egeberg Aasland · 3 years, 10 months ago
  86. 5f09bb0 bpo-35134: Add Include/cpython/longobject.h (GH-29044) by Victor Stinner · 3 years, 10 months ago
  87. aad88d3 bpo-35134: Split warnings.h and weakrefobject.h (GH-29042) by Victor Stinner · 3 years, 10 months ago
  88. 354c352 bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975) by Victor Stinner · 3 years, 10 months ago
  89. 105582e bpo-45434: Remove Include/eval.h header file (GH-28973) by Victor Stinner · 3 years, 10 months ago
  90. 063abd9 bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969) by Victor Stinner · 3 years, 10 months ago
  91. 8e5de40 bpo-35134: Move classobject.h to Include/cpython/ (GH-28968) by Victor Stinner · 3 years, 10 months ago
  92. 77b24ba bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964) by Victor Stinner · 3 years, 10 months ago
  93. 37b1d60 po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958) by Victor Stinner · 3 years, 10 months ago
  94. 0a883a7 bpo-35134: Add Include/cpython/floatobject.h (GH-28957) by Victor Stinner · 3 years, 10 months ago
  95. f59ed3c bpo-45229: Make tkinter tests discoverable (GH-28637) by Serhiy Storchaka · 3 years, 10 months ago
  96. bbe7497 bpo-45434: Remove pystrhex.h header file (GH-28923) by Victor Stinner · 3 years, 10 months ago
  97. 5146877 bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735) by Steve Dower · 3 years, 11 months ago
  98. 7e5c107 bpo-45020: Add more test cases for frozen modules. (gh-28664) by Eric Snow · 3 years, 11 months ago
  99. adc5d32 Select correct tool platform when building on Windows ARM64 natively (GH-28491) by Niyas Sait · 3 years, 11 months ago
  100. 7c801e0 bpo-45020: Fix some corner cases for frozen module generation. (gh-28538) by Eric Snow · 3 years, 11 months ago