summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+16
| | |
* | | Merge 3.6Victor Stinner2016-11-221-2/+6
|\ \ \ | |/ /
| * | Issue #28023: Fix python-gdb.py on old GDB versionsVictor Stinner2016-11-221-2/+6
| | | | | | | | | | | | | | | | | | Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB.
* | | Issue #28023: Fix python-gdb.py didn't support new dict implementationINADA Naoki2016-11-221-2/+26
|\ \ \ | |/ /
| * | 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-151-6/+6
|\ \ \ | |/ /
| * | Issue #28573: Fixes issue with nested if blocksSteve Dower2016-11-151-6/+6
| | |
* | | Fixes incorrect mergeSteve Dower2016-11-151-5/+0
| | |
* | | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-28/+9
|\ \ \ | |/ /
| * | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-36/+9
| | |
* | | Adds missing _asyncio.pyd to installer and generally tidies pyd management.Steve Dower2016-10-293-69/+23
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
| | * Removes incorrect condition from lib_pdb.msiSteve Dower2016-10-281-1/+0
| | |
* | | Merge from 3.6Steve Dower2016-10-272-8/+25
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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-109-2/+55
|\ \ \ | |/ /
| * | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-109-2/+55
| | |
* | | Issue #28217: Adds _testconsole module to test console input.Steve Dower2016-10-031-0/+12
|\ \ \ | |/ /
| * | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵Steve Dower2016-10-031-0/+12
| | | | | | | | | | | | issues found by the tests.
* | | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-2/+13
|\ \ \ | |/ /
| * | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-2/+13
| |\ \ | | |/
| | * Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-2/+13
| | |
* | | regrtest: add -u for unbuffered stdout/stderrVictor Stinner2016-09-211-0/+1
| | |
* | | Fixes bad merge for issue #28110Steve Dower2016-09-171-0/+1
|\ \ \ | |/ /
| * | 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-173-13/+3
| |\ \ | | |/
| | * Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-174-16/+7
| | |
* | | Merge with 3.6Steve Dower2016-09-171-5/+10
|\ \ \ | |/ /
| * | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-5/+10
| | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site
* | | merge 3.6Benjamin Peterson2016-09-151-3/+8
|\ \ \ | |/ /
| * | Unicode 9.0.0Benjamin Peterson2016-09-151-3/+8
| | | | | | | | | | | | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata.
* | | Issue #26830: Refactor Tools/scripts/google.pyBerker Peksag2016-09-141-15/+17
| | | | | | | | | | | | Patch by Francisco Couzo.
* | | Remove pybench microbenchmarkVictor Stinner2016-09-1326-9440/+4
|/ / | | | | | | Issue #15369. Please use the new "performance" benchmark suite.
* | 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
| | | | | | | | | | | | | | | | | | | | | | It seems like at least 2 buildbots need more than 15 minutes per test file. Example with "AMD64 Snow Leop 3.x": 10 slowest tests: - test_tools: 14 min 40 sec - test_tokenize: 11 min 57 sec - test_datetime: 11 min 25 sec - ...
* | Make PGO use usual build directory on Windows.Steve Dower2016-09-121-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
| | | | | | | | This change didn't have the intended effect.
* | Show regrtest env changed warn on Windows buildbotVictor Stinner2016-09-101-1/+1
| | | | | | | | | | Issue #27829: don't pass --quiet option to regrtest to see "Warning -- xxx was modified by ..." warnings.
* | Emit METH_FASTCALL code in Argument ClinicVictor Stinner2016-09-101-0/+18
| | | | | | | | | | | | | | | | | | Issue #27810: * Modify vgetargskeywordsfast() to work on a C array of PyObject* rather than working on a tuple directly. * Add _PyArg_ParseStack() * Argument Clinic now emits code using the new METH_FASTCALL calling convention
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-101-2/+2
|\ \ | |/
| * Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-101-2/+2
| |