1. f22cc69 bpo-36867: Make semaphore_tracker track other system resources (GH-13222) by Pierre Glaser · 5 years ago
  2. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  3. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  4. 11efd79 bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) by Paul Monson · 5 years ago
  5. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  6. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  7. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  8. 32119e1 bpo-35947: Update Windows to the current version of libffi (GH-11797) by Paul Monson · 5 years ago
  9. 3396d1e bpo-36448: mention 'make regen-all' in error message (GH-12585) by Jeroen Demeyer · 5 years ago
  10. b95a79c bpo-36245: Fix more empty environment variable checks (GH-12592) by Steve Dower · 5 years ago
  11. aedc273 Fix registry key for Windows SDK detection (GH-12445) by Isuru Fernando · 5 years ago
  12. 7ee88bf bpo-36245: Avoid problems when building in a directory containing spaces. (GH-12241) by Jess · 5 years ago
  13. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 5 years ago
  14. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  15. 2f8f564 bpo-36108: Avoid failing the build on race condition in clean (GH-12217) by Steve Dower · 5 years ago
  16. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  17. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  18. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  19. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 5 years ago
  20. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  21. 8a1657b bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) by Paul Monson · 5 years ago
  22. 4c70d9f bpo-34691: Compile _contextvars module into main Python library (GH-11741) by Steve Dower · 5 years ago
  23. 6aedfa6 bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177) by antektek · 6 years ago
  24. fbf5068 bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410) by Gregory Szorc · 6 years ago
  25. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  26. d3bbc52 Enable signing Windows builds with SHA1 environment variable (GH-11279) by Steve Dower · 6 years ago
  27. f8e9bd5 bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) by Steve Dower · 6 years ago
  28. d7538dd bpo-35471: Remove the macpath module (GH-11129) by Victor Stinner · 6 years ago
  29. 4824385 bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) by Steve Dower · 6 years ago
  30. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 6 years ago
  31. 1c3de54 bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) by Steve Dower · 6 years ago
  32. f46eccd bpo-35433: Properly detect installed SDK versions (GH-11009) by Jeremy Kloth · 6 years ago
  33. cb0b78a Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) by Victor Stinner · 6 years ago
  34. 468a15a bpo-34977: Add Windows App Store package (GH-10245) by Steve Dower · 6 years ago
  35. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  36. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  37. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  38. 984061e bpo-35081: Add new internal headers to Makefile (GH-10670) by Victor Stinner · 6 years ago
  39. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  40. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  41. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  42. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  43. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  44. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  45. a05bef4 bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) by Victor Stinner · 6 years ago
  46. 6279c1c bpo-35053: Add Include/tracemalloc.h (GH-10091) by Victor Stinner · 6 years ago
  47. fa53294 bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) by Jeremy Kloth · 6 years ago
  48. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  49. 6750922 bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552) by Steve Dower · 6 years ago
  50. 864a892 bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) by Steve Dower · 6 years ago
  51. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  52. f9b364f bro-33614: Override exit code in find_msbuild.bat (GH-7169) by Steve Dower · 6 years ago
  53. e97ba4c bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Steve Dower · 6 years ago
  54. c0ee341 Fix Windows build of Python for latest WinSDK. (GH-6874) by Carl Meyer · 6 years ago
  55. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  56. b1dc075 bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) by Steve Dower · 6 years ago
  57. 881323d Minor improvements to the Windows build/release process (GH-5935) by Steve Dower · 6 years ago
  58. efa6c76 bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) by Steve Dower · 6 years ago
  59. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  60. 667b91a Add missing backslashes to get_externals.bat (GH-5731) by Steve Dower · 6 years ago
  61. 01423cb Improves the ability to build in CI (GH-5728) by Steve Dower · 6 years ago
  62. 310b052 bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) by Zachary Ware · 6 years ago
  63. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  64. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  65. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  66. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 6 years ago
  67. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 6 years ago
  68. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 7 years ago
  69. 6c6d3a4 Add missing backslashes in PCbuild bat files (GH-5056) by Zachary Ware · 7 years ago
  70. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  71. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  72. 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
  73. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  74. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  75. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  76. fd0fa67 bpo-31691: Specify where to find build instructions for the Windows installer (#4426) by native-api · 7 years ago
  77. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  78. 31af650 bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) by Mariatta · 7 years ago
  79. 30f4fa4 bpo-31957: Fixes version detection. (#4298) by Steve Dower · 7 years ago
  80. aed0856 bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280) by Steve Dower · 7 years ago
  81. 0d2a908 bpo-31944: Fixes build and Modify button (#4278) by Steve Dower · 7 years ago
  82. 2084b30 bpo-31523: Reliability improvements to the Windows build files (#3900) by Steve Dower · 7 years ago
  83. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  84. b84bcc4 bpo-31392: Update SSL build for 1.1.0 (#3448) by Steve Dower · 7 years ago
  85. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  86. bab21fa Updates PCBuild/readme.txt (#3418) by Steve Dower · 7 years ago
  87. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  88. d01db1c bpo-31358: Pull zlib out of the repository (GH-3375) by Zachary Ware · 7 years ago
  89. 5d57844 Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) by Steve Dower · 7 years ago
  90. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  91. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  92. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  93. 93d0cb5 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) by Victor Stinner · 7 years ago
  94. d5ed47d bpo-30814, bpo-30876: Add new import test files to projects. (#2851) by Serhiy Storchaka · 7 years ago
  95. 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
  96. 5feda33 bpo-30450: Fix logic for retrying nuget.exe download (#2744) by Steve Dower · 7 years ago
  97. efa26bc bpo-30450: Fall back to git.exe if no Python is found. (#2739) by Steve Dower · 7 years ago
  98. 588836d bpo-30450: Adds alternate download approach for nuget.exe (#2737) by Steve Dower · 7 years ago
  99. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  100. 7526cad bpo-30726: Also fix pyexpat.vcxproj (#2375) by Segev Finer · 7 years ago