1. 7e3dfd1 Fixes bad merge for issue #28110 by Steve Dower · 8 years ago
  2. 7358efa Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit by Steve Dower · 8 years ago
  3. 1c75c18 Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit by Steve Dower · 8 years ago
  4. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 8 years ago
  5. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  6. 41fca9d Updates zip and nuget builds for Windows. by Steve Dower · 8 years ago
  7. 2f462a6 Buildbot: give 20 minute per test file by Victor Stinner · 8 years ago
  8. e7da2f8 Make PGO use usual build directory on Windows. by Steve Dower · 8 years ago
  9. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  10. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  11. d07b66b Backed out changeset 491bbba73bca by Zachary Ware · 8 years ago
  12. e103aac Show regrtest env changed warn on Windows buildbot by Victor Stinner · 8 years ago
  13. 528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  14. f0ccbbb Emit METH_FASTCALL code in Argument Clinic by Victor Stinner · 8 years ago
  15. 052828d Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  16. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  17. d6c580c Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  18. c87ae80 Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  19. 5daba1a Remove buildbot diagnostic code. by Steve Dower · 8 years ago
  20. 664cc50 Remove another useless buildbot script by Zachary Ware · 8 years ago
  21. 37df068 Expands buildbot validation code by Steve Dower · 8 years ago
  22. 8f35675 Remove outdated buildbot scripts by Zachary Ware · 8 years ago
  23. 5510d82 Adds temporary validation code to buildbot script by Steve Dower · 8 years ago
  24. b230cc4 Ensures buildbots don't have zip files in build directory. by Steve Dower · 8 years ago
  25. 2a1f30f Prevent PGO build for x86 releases. by Steve Dower · 8 years ago
  26. fa526bd Closes #27314: Fixes launcher installer upgrade table. by Steve Dower · 8 years ago
  27. 2fadfc0 Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 8 years ago
  28. bf04b06 Issue #28008: Fix test_unparse by Yury Selivanov · 8 years ago
  29. 7a35b1c Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 8 years ago
  30. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 8 years ago
  31. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  32. e13370b Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py by Martin Panter · 8 years ago
  33. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  34. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  35. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  36. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  37. beb0f1d Adds MAX_PATH button to the installer. by Steve Dower · 8 years ago
  38. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  39. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  40. 4565986 Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon by Steve Dower · 8 years ago
  41. c7d1cf4 Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. by Steve Dower · 8 years ago
  42. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  43. f745700 Tests: add --slowest option to buildbots by Victor Stinner · 8 years ago
  44. 0e6d0dc Adds missing file to installer. by Steve Dower · 8 years ago
  45. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  46. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  47. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  48. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  49. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  50. 0533826 Issue #27610: Adds PEP 514 metadata to Windows installer by Steve Dower · 8 years ago
  51. edddc27 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  52. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  53. df450d1 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  54. fb2125d Merge from 3.5 by Steve Dower · 8 years ago
  55. 6fd76bc Fixes use of Py_IntDir and Py_OutDir to control build directories. by Steve Dower · 8 years ago
  56. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  57. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  58. b1cec73 Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  59. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  60. 2977cdc Merge from 3.5 by Steve Dower · 8 years ago
  61. 2e4cdb6 Adds script for purging the caching server for downloads on python.org. by Steve Dower · 8 years ago
  62. 44a98b6 Merge from 3.5 by Steve Dower · 8 years ago
  63. aaa1767 Adds batch file to build nuget packages. by Steve Dower · 8 years ago
  64. 435c979 Merge from 3.5 by Steve Dower · 8 years ago
  65. 33128c8 Include libs folder in nuget package and allow preinstalling packages by Steve Dower · 8 years ago
  66. 523ccd1 Merge from 3.5 by Steve Dower · 8 years ago
  67. e7614dd Simplifies nuget build with better parameters. by Steve Dower · 8 years ago
  68. 19b2a53 Merge from 3.5 by Steve Dower · 8 years ago
  69. 3f9fbfc Preinstalls pip into the nuget package so that pip.exe is available after installation. by Steve Dower · 8 years ago
  70. 227cec7 Merge from 3.5 by Steve Dower · 8 years ago
  71. 33f7310 Adds scripts for producing Nuget packages. by Steve Dower · 8 years ago
  72. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  73. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  74. 2561bf6 Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  75. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  76. 622b2f6 Issue #24225: Fix additional renamed module references. by Ned Deily · 8 years ago
  77. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  78. 7fa6378 Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  79. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  80. 99ab006 Merge launcher change from 3.5 by Steve Dower · 8 years ago
  81. 4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. by Steve Dower · 8 years ago
  82. 50f09f5 Merge with 3.5 by Steve Dower · 8 years ago
  83. c710826 Fixes unnecessary rebuild when building Windows releases with PGO by Steve Dower · 8 years ago
  84. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  85. fd2839e Merge 3.5 by Serhiy Storchaka · 8 years ago
  86. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  87. af1baab Merge 3.5 by Victor Stinner · 8 years ago
  88. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  89. c88390f Merge 3.5: Issue #26799 by Victor Stinner · 8 years ago
  90. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  91. 328cb1f Update pygettext.py to get ride of imp by Victor Stinner · 8 years ago
  92. 96f6e7a Buildbots: change also Windows timeout from 1 hour to 15 min by Victor Stinner · 8 years ago
  93. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  94. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  95. 32cba67 Merge for issue #26271 by Brett Cannon · 8 years ago
  96. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 8 years ago
  97. 39f57ca Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  98. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  99. 332018d Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  100. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago