summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)Nick Coghlan2017-03-121-1/+4
* bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626)Nick Coghlan2017-03-121-6/+52
* Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)Mariatta2017-03-071-1/+1
* Fixes the upload script to purge the CDN correctly and display success output...Steve Dower2017-03-051-0/+2
* bpo-27593: Updates Windows build to use information from git (#262) (#450)Steve Dower2017-03-031-2/+2
* bpo-29624: Adds purge step and layout test after uploading files. (#258) (#264)Steve Dower2017-02-232-10/+53
* Change some mercurial/ hg.python.org references. (#8) (#185)Senthil Kumaran2017-02-192-2/+2
* bpo-29579: Removes readme.txt from the installer. (#161)Steve Dower2017-02-181-3/+0
* Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
|\
| * Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
* | Merge 3.5Victor Stinner2016-12-161-2/+18
|\|
| * python-gdb.py: catch gdb.error on gdb.selected_frame()Victor Stinner2016-12-161-2/+18
* | Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-113-38/+22
|\|
| * Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-113-38/+22
* | Issue #28770: Update python-gdb.py for fastcallsVictor Stinner2016-11-221-16/+31
* | Issue #28846: Various installer fixesSteve Dower2016-12-034-8/+9
|\|
| * Issue #28846: Various installer fixesSteve Dower2016-12-034-9/+11
* | Issue #28783: Embedded and nuget packages incorrect reference missing bdist_w...Steve Dower2016-11-232-3/+48
|\|
| * Issue #28783: Embedded and nuget packages incorrect reference missing bdist_w...Steve Dower2016-11-232-3/+47
| * Fixes incorrect path in nuget package build.Steve Dower2016-11-161-1/+2
* | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+16
* | Issue #28023: Fix python-gdb.py on old GDB versionsVictor Stinner2016-11-221-2/+6
* | Issue #28023: Fix python-gdb.py didn't support new dict implementationINADA Naoki2016-11-221-2/+26
* | Issue #28573: Fixes issue with nested if blocksSteve Dower2016-11-141-6/+6
* | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-141-36/+9
* | Adds missing _asyncio.pyd to installer and generally tidies pyd management.Steve Dower2016-10-293-69/+23
* | Removes incorrect condition from lib_pdb.msiSteve Dower2016-10-281-1/+0
|\|
| * Removes incorrect condition from lib_pdb.msiSteve Dower2016-10-281-1/+0
* | Revert incorrect file merge from 3.5.Steve Dower2016-10-271-1/+1
* | Merge from 3.5Steve Dower2016-10-272-8/+25
|\|
| * Updates release build to collect symbols and binaries, and create nuget package.Steve Dower2016-10-273-9/+25
* | Fix launcher.msi from rebuilding during release build.Steve Dower2016-10-101-1/+8
* | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-099-2/+55
* | Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-031-0/+12
* | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-222-2/+13
|\|
| * Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-222-2/+13
* | Fixes bad merge for issue #28110Steve Dower2016-09-171-0/+1
* | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-173-13/+3
|\|
| * Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-174-16/+7
* | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-5/+10
* | Unicode 9.0.0Benjamin Peterson2016-09-141-3/+8
* | Updates zip and nuget builds for Windows.Steve Dower2016-09-122-21/+20
* | Buildbot: give 20 minute per test fileVictor Stinner2016-09-121-1/+1
* | Make PGO use usual build directory on Windows.Steve Dower2016-09-111-8/+1
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-111-25/+27
|\|
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-25/+27
* | Backed out changeset 491bbba73bcaZachary Ware2016-09-101-1/+1
* | Show regrtest env changed warn on Windows buildbotVictor Stinner2016-09-101-1/+1
* | Emit METH_FASTCALL code in Argument ClinicVictor Stinner2016-09-091-0/+18
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-091-2/+2
|\|