1. 8bd2872 bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) by animalize · 5 years ago
  2. 7fd2ba3 bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) by animalize · 5 years ago
  3. 12f1c72 bpo-37333: Ensure IncludeTkinter has a value (GH-14240) by Steve Dower · 5 years ago
  4. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  5. a268edd bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) by Steve Dower · 5 years ago
  6. 00f6493 bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) by Paul Monson · 5 years ago
  7. 8bf08ee bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) by Victor Stinner · 5 years ago
  8. 21a92f8 Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  9. 04856c2 bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) by Paul Monson · 5 years ago
  10. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 5 years ago
  11. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  12. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  13. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 5 years ago
  14. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  15. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  16. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  17. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  18. cfb241b bpo-36941: Project file fixups for Windows ARM64 (GH-13477) by Paul Monson · 5 years ago
  19. fd1e0e9 bpo-35134: Register new traceback.h header files (GH-13431) by Victor Stinner · 5 years ago
  20. f96e7fd bpo-36941: Windows build changes for Windows ARM64 (GH-13365) by Paul Monson · 5 years ago
  21. 67ff6a1 bpo-36511: Windows ARM32 buildbot changes (GH-12917) by Paul Monson · 5 years ago
  22. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  23. f22cc69 bpo-36867: Make semaphore_tracker track other system resources (GH-13222) by Pierre Glaser · 5 years ago
  24. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  25. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  26. 11efd79 bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) by Paul Monson · 5 years ago
  27. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  28. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  29. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  30. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 5 years ago
  31. 3396d1e bpo-36448: mention 'make regen-all' in error message (GH-12585) by Jeroen Demeyer · 5 years ago
  32. b95a79c bpo-36245: Fix more empty environment variable checks (GH-12592) by Steve Dower · 5 years ago
  33. aedc273 Fix registry key for Windows SDK detection (GH-12445) by Isuru Fernando · 5 years ago
  34. 7ee88bf bpo-36245: Avoid problems when building in a directory containing spaces. (GH-12241) by Jess · 5 years ago
  35. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 5 years ago
  36. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  37. 2f8f564 bpo-36108: Avoid failing the build on race condition in clean (GH-12217) by Steve Dower · 5 years ago
  38. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  39. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  40. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  41. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 5 years ago
  42. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  43. 8a1657b bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) by Paul Monson · 5 years ago
  44. 4c70d9f bpo-34691: Compile _contextvars module into main Python library (GH-11741) by Steve Dower · 5 years ago
  45. 6aedfa6 bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177) by antektek · 6 years ago
  46. fbf5068 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) by Gregory Szorc · 6 years ago
  47. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  48. d3bbc52 Enable signing Windows builds with SHA1 environment variable (GH-11279) by Steve Dower · 6 years ago
  49. f8e9bd5 bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) by Steve Dower · 6 years ago
  50. d7538dd bpo-35471: Remove the macpath module (GH-11129) by Victor Stinner · 6 years ago
  51. 4824385 bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) by Steve Dower · 6 years ago
  52. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 6 years ago
  53. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 6 years ago
  54. f46eccd bpo-35433: Properly detect installed SDK versions (GH-11009) by Jeremy Kloth · 6 years ago
  55. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  56. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  57. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  58. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  59. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  60. 984061e bpo-35081: Add new internal headers to Makefile (GH-10670) by Victor Stinner · 6 years ago
  61. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  62. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  63. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  64. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  65. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  66. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  67. a05bef4 bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) by Victor Stinner · 6 years ago
  68. 6279c1c bpo-35053: Add Include/tracemalloc.h (GH-10091) by Victor Stinner · 6 years ago
  69. fa53294 bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) by Jeremy Kloth · 6 years ago
  70. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  71. 6750922 bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) by Steve Dower · 6 years ago
  72. 864a892 bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) by Steve Dower · 6 years ago
  73. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  74. f9b364f bro-33614: Override exit code in find_msbuild.bat (GH-7169) by Steve Dower · 6 years ago
  75. e97ba4c bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Steve Dower · 6 years ago
  76. c0ee341 Fix Windows build of Python for latest WinSDK. (GH-6874) by Carl Meyer · 6 years ago
  77. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  78. b1dc075 bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) by Steve Dower · 6 years ago
  79. 881323d Minor improvements to the Windows build/release process (GH-5935) by Steve Dower · 6 years ago
  80. efa6c76 bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) by Steve Dower · 6 years ago
  81. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  82. 667b91a Add missing backslashes to get_externals.bat (GH-5731) by Steve Dower · 6 years ago
  83. 01423cb Improves the ability to build in CI (GH-5728) by Steve Dower · 6 years ago
  84. 310b052 bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) by Zachary Ware · 6 years ago
  85. 5489bda Start of 3.8.0a0 by Ned Deily · 7 years ago
  86. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  87. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  88. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  89. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  90. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 7 years ago
  91. 6c6d3a4 Add missing backslashes in PCbuild bat files (GH-5056) by Zachary Ware · 7 years ago
  92. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  93. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  94. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  95. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  96. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  97. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  98. fd0fa67 bpo-31691: Specify where to find build instructions for the Windows installer (#4426) by native-api · 7 years ago
  99. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  100. 31af650 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) by Mariatta · 7 years ago