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