1. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  2. 42b50d1 Fixes default per-user install precompiling the standard library. by Steve Dower · 9 years ago
  3. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  4. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  5. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  6. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  7. 1d4880d Enables shortcuts to be deselected when installing on Windows. by Steve Dower · 9 years ago
  8. d2a694c Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  9. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  10. 8c1cee9 Replaces use of WinRAR to generate ZIP file with Python script by Steve Dower · 9 years ago
  11. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  12. 6b4c63d Makes embedded distribution a plain ZIP file and corrects pyd exclusion. by Steve Dower · 9 years ago
  13. 19694ab Fixes Python failing to run during Windows release build by Steve Dower · 9 years ago
  14. 7173dac Update Windows installer for new CRT version. by Steve Dower · 9 years ago
  15. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  16. c314e28 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  17. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  18. 777af30 Minor fixes to Windows build scripts by Steve Dower · 9 years ago
  19. 3c28c6e Backed out buildbot clean by Steve Dower · 9 years ago
  20. 4ac54bb Force the buildbots to clean up all externals. by Steve Dower · 9 years ago
  21. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  22. 7f90cba Issue #23935: Argument Clinic's understanding of format units by Larry Hastings · 9 years ago
  23. 13a6ee0 Updates layout of some text in the Windows installer. by Steve Dower · 9 years ago
  24. 97100c0 Updates Windows installer to promote per-user installs over all-users. by Steve Dower · 9 years ago
  25. f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. by Steve Dower · 9 years ago
  26. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  27. 5aec1a4 Merge with 3.4 by Zachary Ware · 9 years ago
  28. bbbbe7e Make Argument Clinic's '--make' option work on Windows. by Zachary Ware · 9 years ago
  29. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  30. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  31. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  32. 7b8c5f5 Updates Windows release scripts to generate and upload GPG signatures. by Steve Dower · 9 years ago
  33. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  34. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  35. 0759f84 Issue #23500: Argument Clinic is now smarter about generating the "#ifndef" by Larry Hastings · 9 years ago
  36. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  37. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  38. 4891997 Missing brace and minor formatting in Windows installer by Steve Dower · 9 years ago
  39. c98290b Fixes UI labels and ability to add/remove features. by Steve Dower · 9 years ago
  40. 102f72c Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script. by Steve Dower · 9 years ago
  41. e9ae834 Update Wix version and fixes wxs file. by Steve Dower · 9 years ago
  42. 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 9 years ago
  43. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 9 years ago
  44. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  45. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  46. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  47. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  48. 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 9 years ago
  49. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 9 years ago
  50. c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 9 years ago
  51. 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 9 years ago
  52. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 9 years ago
  53. e4969f5 Updates CRT installation for Windows installer. by Steve Dower · 9 years ago
  54. e7b9267 Removes unused string resources from Windows installer. by Steve Dower · 9 years ago
  55. 3892189 Closes #23482: sqlite3_d.dll is not included in installer by Steve Dower · 9 years ago
  56. cc115ee Simplify MSI projects. by Steve Dower · 9 years ago
  57. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 9 years ago
  58. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 9 years ago
  59. 39abba4 Issue #17896: Update msi.py to new externals dir. by Martin v. Löwis · 9 years ago
  60. 312cef0 Improve Windows release scripts by Steve Dower · 9 years ago
  61. 5056455 Adds automated test script for the Windows installer and fixes download URL by Steve Dower · 9 years ago
  62. 3468a06 Fix download URL embedded in Windows installer. by Steve Dower · 9 years ago
  63. 268f3de Require Mercurial on PATH when building a Windows release. by Steve Dower · 9 years ago
  64. bb24087 Issue #23260: Update Windows installer by Steve Dower · 9 years ago
  65. 6b89973 Issue #23212: Update Windows copy of OpenSSL to 1.0.1l by Steve Dower · 9 years ago
  66. 3b225d8 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 9 years ago
  67. 173ad83 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 9 years ago
  68. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  69. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  70. cbd3bd5 Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) by Steve Dower · 9 years ago
  71. 864d57c merge 3.4 (#23130) by Benjamin Peterson · 10 years ago
  72. 3cd1af5 merge 3.3 (#23130) by Benjamin Peterson · 10 years ago
  73. 9582b33 merge 3.2 (#23130) by Benjamin Peterson · 10 years ago
  74. 44e4b98 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
  75. 494b09c Backed out changeset ceaac3d483a1 (buildbots refreshed) by Zachary Ware · 10 years ago
  76. d0b07d5 Fetch new external sources on the buildbots by Zachary Ware · 10 years ago
  77. 10e6585 Removes use of ValueOrDefault function that is not always available on the buildbots. by Steve Dower · 10 years ago
  78. 7a1104d Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
  79. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  80. cac7ec4 Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape() by Serhiy Storchaka · 10 years ago
  81. 5d43833 Issue #22823: Use set literals instead of creating a set from a tuple. by Serhiy Storchaka · 10 years ago
  82. 740e1dc Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  83. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  84. aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  85. 1ed2e69 Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  86. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  87. 6e868b7 merge with 3.4 by Georg Brandl · 10 years ago
  88. 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
  89. 77770bd Turn externals cleaning back off by Zachary Ware · 10 years ago
  90. 4dc7278 Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  91. baa6d3a Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  92. dfbeb16 Issue #22615: Argument Clinic now supports the "type" argument for the by Larry Hastings · 10 years ago
  93. 6f3bdc9 Issue #21907: Partially revert changes to Windows buildbot scripts. by Zachary Ware · 10 years ago
  94. 86a89f02e2 Issue #21907: Try to make the pre-Vista Windows buildbots happier. by Zachary Ware · 10 years ago
  95. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  96. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  97. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  98. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  99. 5ac125c Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  100. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago