1. b84bcc4 bpo-31392: Update SSL build for 1.1.0 (#3448) by Steve Dower · 7 years ago
  2. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  3. bab21fa Updates PCBuild/readme.txt (#3418) by Steve Dower · 7 years ago
  4. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  5. d01db1c bpo-31358: Pull zlib out of the repository (GH-3375) by Zachary Ware · 7 years ago
  6. 5d57844 Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) by Steve Dower · 7 years ago
  7. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  8. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  9. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  10. 93d0cb5 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) by Victor Stinner · 7 years ago
  11. d5ed47d bpo-30814, bpo-30876: Add new import test files to projects. (#2851) by Serhiy Storchaka · 7 years ago
  12. 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
  13. 5feda33 bpo-30450: Fix logic for retrying nuget.exe download (#2744) by Steve Dower · 7 years ago
  14. efa26bc bpo-30450: Fall back to git.exe if no Python is found. (#2739) by Steve Dower · 7 years ago
  15. 588836d bpo-30450: Adds alternate download approach for nuget.exe (#2737) by Steve Dower · 7 years ago
  16. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  17. 7526cad bpo-30726: Also fix pyexpat.vcxproj (#2375) by Segev Finer · 7 years ago
  18. 87c6555 bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319) by Segev Finer · 7 years ago
  19. c8fb58b bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) by Victor Stinner · 7 years ago
  20. 40a23e8 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) by Steve Dower · 7 years ago
  21. c931885 bpo-30631: Silence MSVC warnings in third-party code (GH-1963) by Segev Finer · 7 years ago
  22. 51599e2 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) by Zachary Ware · 7 years ago
  23. 6b6e687 bpo-27425: Be more explicit in .gitattributes (GH-840) by Zachary Ware · 7 years ago
  24. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 7 years ago
  25. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  26. 4486a09 Fixes encodings in vcxproj files and adds script to automatically do it. (#1631) by Steve Dower · 7 years ago
  27. 78e25ab Adds lib.pyproj file to solution (#1633) by Steve Dower · 7 years ago
  28. 8619c54 PCbuild/build.bat: Add note about using msbuild response file. (#1551) by Charles · 7 years ago
  29. 291557e PCbuild/build.bat: pass command line parameters when building PGO (#1510) by Charles · 7 years ago
  30. f60c9e5 bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222) by Segev Finer · 7 years ago
  31. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  32. 554626a bpo-27593: Revise git SCM build info. (#744) by Ned Deily · 7 years ago
  33. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 7 years ago
  34. 8886d5f PCbuild: Add -q option to svn export (GH-535) by INADA Naoki · 7 years ago
  35. 7030ca6 Fixes git command (#451) by Steve Dower · 7 years ago
  36. a0c07d2 bpo-27593: Updates Windows build to use information from git (#262) by Steve Dower · 7 years ago
  37. fc64c35 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) by Zachary Ware · 7 years ago
  38. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 7 years ago
  39. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 7 years ago
  40. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 7 years ago
  41. a558be7 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  42. 654da96 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  43. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  44. 21e0334 Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 8 years ago
  45. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 8 years ago
  46. 9cc113a Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  47. f00ef72 Ensures intermediate directory is created before using it by Steve Dower · 8 years ago
  48. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 8 years ago
  49. 1058109 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  50. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  51. bbf32e1 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  52. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  53. e044dfa Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  54. 4468bed Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  55. 1da055e Makes test_underpth* tests more robust by copying the executable. by Steve Dower · 8 years ago
  56. 842a146 Merge from 3.6 by Steve Dower · 8 years ago
  57. a2bc46d merge 3.6 by Benjamin Peterson · 8 years ago
  58. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  59. a1289c6 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows (merge 3.6) by INADA Naoki · 8 years ago
  60. a836362 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows by INADA Naoki · 8 years ago
  61. fa8b884 Issue #28428: Rename _futures module to _asyncio. (merge from 3.6) by INADA Naoki · 8 years ago
  62. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  63. 8d794d6 Issue #28208: Merge with 3.6 by Zachary Ware · 8 years ago
  64. 547d156 Issue #28208: Update Windows build to use SQLite 3.14.2.0 by Zachary Ware · 8 years ago
  65. 0732fd6 Issue #28248: Merge with 3.6 by Zachary Ware · 8 years ago
  66. c08bb6c Issue #28248: Merge with 3.5 by Zachary Ware · 8 years ago
  67. fd28cbe Issue #28248: Merge with 3.4 by Zachary Ware · 8 years ago
  68. 068534a Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 8 years ago
  69. 15d3d8b Issue #28402: Adds signed catalog files for stdlib on Windows. by Steve Dower · 8 years ago
  70. 425ec15 Issue #28402: Adds signed catalog files for stdlib on Windows. by Steve Dower · 8 years ago
  71. ca2f0d0 Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  72. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  73. 4a8ff9e Issue #28217: Adds _testconsole module to test console input. by Steve Dower · 8 years ago
  74. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 8 years ago
  75. 3e7d93d Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  76. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  77. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  78. 3e56c23 regrtest: add -u for unbuffered stdout/stderr by Victor Stinner · 8 years ago
  79. 17a564e Add file missed from backport by Steve Dower · 8 years ago
  80. 5f9c392 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  81. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  82. 4829bc6 Bump to 3.7.0a0 by Ned Deily · 8 years ago
  83. e7da2f8 Make PGO use usual build directory on Windows. by Steve Dower · 8 years ago
  84. 16c18a3 Issue #28065: Update xz to 5.2.2 on Windows, and build it from source by Zachary Ware · 8 years ago
  85. 37d398e compile dtrace stubs by Benjamin Peterson · 8 years ago
  86. ad46443 Issue #24186: Reenable optimised OpenSSL function by Steve Dower · 8 years ago
  87. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 8 years ago
  88. 8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  89. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  90. 393b82e Issue #16113: compile the module on Windows, too. by Christian Heimes · 8 years ago
  91. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  92. dd2afe9 Closes #20366: Build full text search support into SQLite on Windows by Zachary Ware · 8 years ago
  93. c7d1cf4 Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. by Steve Dower · 8 years ago
  94. ebbc736 Fix get_externals.bat by Zachary Ware · 8 years ago
  95. 7c510a6 Issue #27883: Update sqlite to 3.14.1 on Windows by Zachary Ware · 8 years ago
  96. 1c2400c Closes #27407: Merge with 3.5 by Zachary Ware · 8 years ago
  97. 28c3184 Issue #27647: Update Windows build to Tcl/Tk 8.6.6 by Zachary Ware · 8 years ago
  98. 81fb0e3 Merge from 3.5 by Steve Dower · 8 years ago
  99. 6ed63f3 Fixes default intermediate directory when building on Windows. by Steve Dower · 8 years ago
  100. edddc27 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago