2722 Commits (cb637fa231fecdf5bec791a64a2b3073dd3dfd40)

Author SHA1 Message Date
Steve Dower ec1f28a63c Fix launcher.msi from rebuilding during release build. 10 years ago
Steve Dower 425ec150ea Issue #28402: Adds signed catalog files for stdlib on Windows. 10 years ago
Steve Dower 312cef7452 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. 10 years ago
Steve Dower fb4a96a58f Issue #28251: Improvements to help manuals on Windows. 10 years ago
Steve Dower 7e3dfd1548 Fixes bad merge for issue #28110 10 years ago
Steve Dower 1c75c18ed2 Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit 10 years ago
Steve Dower ed51b26858 Issue #28137: Renames Windows path file to ._pth 10 years ago
Benjamin Peterson 6775231597 Unicode 9.0.0 10 years ago
Steve Dower 41fca9d166 Updates zip and nuget builds for Windows. 10 years ago
Victor Stinner 2f462a68f9 Buildbot: give 20 minute per test file 10 years ago
Steve Dower e7da2f8380 Make PGO use usual build directory on Windows. 10 years ago
Martin Panter b7665386bc Issue #27952: Get fixcid.py working with the re module 10 years ago
Zachary Ware d07b66b817 Backed out changeset 491bbba73bca 10 years ago
Victor Stinner e103aaca67 Show regrtest env changed warn on Windows buildbot 10 years ago
Steve Dower 528db31bd9 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) 10 years ago
Victor Stinner f0ccbbbc57 Emit METH_FASTCALL code in Argument Clinic 10 years ago
Zachary Ware c4b53afce4 Issue #28046: Remove platform-specific directories from sys.path 10 years ago
Steve Dower c87ae806ab Issue #25144: Ensures TargetDir is set before continuing with custom install. 10 years ago
Steve Dower 5daba1a59a Remove buildbot diagnostic code. 10 years ago
Zachary Ware 664cc5071a Remove another useless buildbot script 10 years ago
Steve Dower 37df068e86 Expands buildbot validation code 10 years ago
Zachary Ware 8f35675853 Remove outdated buildbot scripts 10 years ago
Steve Dower 5510d821d3 Adds temporary validation code to buildbot script 10 years ago
Steve Dower b230cc4b5c Ensures buildbots don't have zip files in build directory. 10 years ago
Steve Dower 2a1f30f681 Prevent PGO build for x86 releases. 10 years ago
Steve Dower fa526bd19c Closes #27314: Fixes launcher installer upgrade table. 10 years ago
Steve Dower 2fadfc0ead Issue #26619: Improves error message when installing on out-of-date Windows Server 10 years ago
Yury Selivanov bf04b0698b Issue #28008: Fix test_unparse 10 years ago
Steve Dower 4db86bc1b4 Changes pyvenv.cfg trick into an actual sys.path file. 10 years ago
Guido van Rossum deed5a18ca Issue #28038: Remove Tools/parser/com2ann.py and its unit test. 10 years ago
Martin Panter e13370b3e3 Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py 10 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) a68c1bca7b Remove legacy "from __future__ import with_statement" lines. 10 years ago
R David Murray 44b548dda8 #27364: fix "incorrect" uses of escape character in the stdlib. 10 years ago
Benjamin Peterson cc854499e4 clinic: PY_LONG_LONG -> long long 10 years ago
Steve Dower beb0f1d425 Adds MAX_PATH button to the installer. 10 years ago
Steve Dower 22d0698d3b Adds test.support.PGO and skips tests that are not useful for PGO. 10 years ago
Larry Hastings 10108a7b9a Issue #27355: Removed support for Windows CE. It was never finished, 10 years ago
Steve Dower 4565986138 Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon 10 years ago
Steve Dower c7d1cf4de9 Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. 10 years ago
Vinay Sajip dd917f84e3 Closes #27904: Improved logging statements to defer formatting until needed. 10 years ago
Victor Stinner f7457001a6 Tests: add --slowest option to buildbots 10 years ago
Steve Dower 0e6d0dcd0b Adds missing file to installer. 10 years ago
Serhiy Storchaka 9171a8b4ce Issue #27574: Decreased an overhead of parsing keyword arguments in functions 10 years ago
Martin Panter 69332c1a64 Fix spelling and grammar in documentation and code comments 10 years ago
Martin Panter eb9957065a Issue #27626: Spelling fixes in docs, comments and internal names 10 years ago
Steve Dower 05338267ab Issue #27610: Adds PEP 514 metadata to Windows installer 10 years ago
Alexander Belopolsky 5d0c598382 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). 10 years ago
Steve Dower df450d1a18 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. 10 years ago
Steve Dower 6fd76bceda Fixes use of Py_IntDir and Py_OutDir to control build directories. 10 years ago