1. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  2. 2561bf6 Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  3. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  4. 622b2f6 Issue #24225: Fix additional renamed module references. by Ned Deily · 8 years ago
  5. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  6. 7fa6378 Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  7. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  8. 99ab006 Merge launcher change from 3.5 by Steve Dower · 8 years ago
  9. 4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. by Steve Dower · 8 years ago
  10. 50f09f5 Merge with 3.5 by Steve Dower · 8 years ago
  11. c710826 Fixes unnecessary rebuild when building Windows releases with PGO by Steve Dower · 8 years ago
  12. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  13. fd2839e Merge 3.5 by Serhiy Storchaka · 8 years ago
  14. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  15. af1baab Merge 3.5 by Victor Stinner · 8 years ago
  16. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  17. c88390f Merge 3.5: Issue #26799 by Victor Stinner · 8 years ago
  18. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  19. 328cb1f Update pygettext.py to get ride of imp by Victor Stinner · 8 years ago
  20. 96f6e7a Buildbots: change also Windows timeout from 1 hour to 15 min by Victor Stinner · 9 years ago
  21. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  22. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  23. 32cba67 Merge for issue #26271 by Brett Cannon · 9 years ago
  24. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 9 years ago
  25. 39f57ca Backs out buildbot clean trigger. by Steve Dower · 9 years ago
  26. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 9 years ago
  27. 332018d Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 9 years ago
  28. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 9 years ago
  29. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  30. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  31. 8a5e69c Issue #26316: Merge Arg Clinic fix from 3.5 by Martin Panter · 9 years ago
  32. 4177e7c Issue #26316: Fix variable name typo in Argument Clinic by Martin Panter · 9 years ago
  33. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  34. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  35. c3cd76a Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  36. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  37. 7b28eb1 Merge from 3.5 (including all NEWS entries) by Steve Dower · 9 years ago
  38. 10f997d Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection. by Steve Dower · 9 years ago
  39. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  40. 9450f6b Merge from 3.5 by Steve Dower · 9 years ago
  41. 21cecb9 Fixes upload directories for Windows installer. by Steve Dower · 9 years ago
  42. f4ac4e3 Fixes installer not allowing launcher to be selected. by Steve Dower · 9 years ago
  43. 5e2e700 Fixes installer not allowing launcher to be selected. by Steve Dower · 9 years ago
  44. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  45. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  46. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  47. bfb03a4 Merge from 3.5 by Steve Dower · 9 years ago
  48. 04a4316 Issue #25450: Updates shortcuts to start Python in installation directory. by Steve Dower · 9 years ago
  49. 940f6a8 Improves handling of test markers for building Python without intefering with actual installs. by Steve Dower · 9 years ago
  50. 4df4296 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  51. 3f209b6 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  52. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  53. e448066 merge 3.5 (#25504) by Benjamin Peterson · 9 years ago
  54. adf8627 merge 3.4 (#25504) by Benjamin Peterson · 9 years ago
  55. dcc13ef fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  56. dd1e670 Fix a variable typo by switching to a f-string. by Brett Cannon · 9 years ago
  57. f1c47e4 Issue #25154: Make the file argument apply to the print function and by Brett Cannon · 9 years ago
  58. 5b6f364 Issue #24633: Removes automatic rename of site-packages/README since README.txt is now committed. by Steve Dower · 9 years ago
  59. fe3e7a0 Moves Windows installer externals onto SVN and updates the build process to grab them automatically. by Steve Dower · 9 years ago
  60. d28a8a9 Moves Windows installer externals onto SVN and updates the build process to grab them automatically. by Steve Dower · 9 years ago
  61. 9b63868 Issue #25154: Deprecate the pyvenv script. by Brett Cannon · 9 years ago
  62. b8c1309 Merge from 3.5 by Steve Dower · 9 years ago
  63. 148827c Enabled --pgo option for building 64-bit PGO enabled releases. by Steve Dower · 9 years ago
  64. bc94fd7 Issue #25164: Changes default all-users install directory to match per-user directory. by Steve Dower · 9 years ago
  65. 66b037b Merge from 3.5 by Steve Dower · 9 years ago
  66. bec2981 Keeps all-users launcher checkbox visible when the option cannot be changed. by Steve Dower · 9 years ago
  67. 79e60de Merge from 3.5 by Steve Dower · 9 years ago
  68. 8ffe4fd Only detects features from previous version when a bundle is found. by Steve Dower · 9 years ago
  69. 3628d48 Issue #25143: Improves installer error messages for unsupported platforms. by Steve Dower · 9 years ago
  70. b966981 Issue #25143: Improves installer error messages for unsupported platforms. by Steve Dower · 9 years ago
  71. 5669387 Issue #25163: Display correct directory in installer when using non-default settings. by Steve Dower · 9 years ago
  72. 731f4a2 Issue #25163: Display correct directory in installer when using non-default settings. by Steve Dower · 9 years ago
  73. 6e8d6ed Merge from 3.5 by Steve Dower · 9 years ago
  74. 5ae5691 Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. by Steve Dower · 9 years ago
  75. 666e6e1 Merge from 3.5 by Steve Dower · 9 years ago
  76. 3cc6da2 Removes deprecated -n option from buildbot script. by Steve Dower · 9 years ago
  77. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  78. 30b7138 Merge from 3.5 by Steve Dower · 9 years ago
  79. c9fda9b Issue #25165: Windows uninstallation should not remove launcher if other versions remain by Steve Dower · 9 years ago
  80. c4b7600 Improves support for building unofficial versions of the Windows installer. by Steve Dower · 9 years ago
  81. 8ef1db3 Merge with 3.5 by Steve Dower · 9 years ago
  82. a2ea0e4 Issue #25102: Windows installer does not precompile for -O or -OO. by Steve Dower · 9 years ago
  83. 44fe401 Issue #25081: Makes Back button in installer go back to upgrade page when upgrading. by Steve Dower · 9 years ago
  84. 14b9e6c Issue #25126: Clarifies that the non-web installer will download some components. by Steve Dower · 9 years ago
  85. bc25032 Issue #25091: Increases font size of the installer. by Steve Dower · 9 years ago
  86. 2495faf Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro. by Steve Dower · 9 years ago
  87. 608adf9 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. by Eric V. Smith · 9 years ago
  88. a004c54 Issue #25071: Windows installer should not require TargetDir parameter when installing quietly by Steve Dower · 9 years ago
  89. 6695c2e Merge from 3.5.0 by Steve Dower · 9 years ago
  90. 76b7133 Issue #25071: Windows installer should not require TargetDir parameter when installing quietly by Steve Dower · 9 years ago
  91. 988433f Fixes handling of read-only files when creating zip package. by Steve Dower · 9 years ago
  92. ae69de6 Fixes handling of read-only files when creating zip package. by Steve Dower · 9 years ago
  93. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  94. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  95. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  96. 6727b3c Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  97. f3f2d37 Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  98. 8fc0d91 Merge 3.5 by Serhiy Storchaka · 9 years ago
  99. e74fe18 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  100. ab2a34a Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. by Steve Dower · 9 years ago