Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix launcher.msi from rebuilding during release build. | Steve Dower | 2016-10-10 | 1 | -1/+8 |
|\ | |||||
| * | Fix launcher.msi from rebuilding during release build. | Steve Dower | 2016-10-10 | 1 | -1/+8 |
| | | |||||
* | | Issue #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 9 | -2/+55 |
|\ \ | |/ | |||||
| * | Issue #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 9 | -2/+55 |
| | | |||||
* | | Issue #28217: Adds _testconsole module to test console input. | Steve Dower | 2016-10-03 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 1 | -0/+12 |
| | | | | | | | | issues found by the tests. | ||||
* | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -2/+13 |
|\ \ | |/ | |||||
| * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -2/+13 |
| |\ | |||||
| | * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -2/+13 |
| | | | |||||
* | | | regrtest: add -u for unbuffered stdout/stderr | Victor Stinner | 2016-09-21 | 1 | -0/+1 |
| | | | |||||
* | | | Fixes bad merge for issue #28110 | Steve Dower | 2016-09-17 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixes bad merge for issue #28110 | Steve Dower | 2016-09-17 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit | Steve Dower | 2016-09-17 | 3 | -13/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit | Steve Dower | 2016-09-17 | 3 | -13/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit | Steve Dower | 2016-09-17 | 4 | -16/+7 |
| | | | |||||
* | | | Merge with 3.6 | Steve Dower | 2016-09-17 | 1 | -5/+10 |
|\ \ \ | |/ / | |||||
| * | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -5/+10 |
| | | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | | | merge 3.6 | Benjamin Peterson | 2016-09-15 | 1 | -3/+8 |
|\ \ \ | |/ / | |||||
| * | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -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.py | Berker Peksag | 2016-09-14 | 1 | -15/+17 |
| | | | | | | | | | | | | Patch by Francisco Couzo. | ||||
* | | | Remove pybench microbenchmark | Victor Stinner | 2016-09-13 | 26 | -9440/+4 |
|/ / | | | | | | | Issue #15369. Please use the new "performance" benchmark suite. | ||||
* | | Updates zip and nuget builds for Windows. | Steve Dower | 2016-09-12 | 2 | -21/+20 |
| | | |||||
* | | Buildbot: give 20 minute per test file | Victor Stinner | 2016-09-12 | 1 | -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 Dower | 2016-09-12 | 1 | -8/+1 |
| | | |||||
* | | Issue #27952: Merge fixcid.py from 3.5 | Martin Panter | 2016-09-11 | 1 | -25/+27 |
|\ \ | |/ | |||||
| * | Issue #27952: Get fixcid.py working with the re module | Martin Panter | 2016-09-11 | 1 | -25/+27 |
| | | |||||
* | | Backed out changeset 491bbba73bca | Zachary Ware | 2016-09-10 | 1 | -1/+1 |
| | | | | | | | | This change didn't have the intended effect. | ||||
* | | Show regrtest env changed warn on Windows buildbot | Victor Stinner | 2016-09-10 | 1 | -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 Clinic | Victor Stinner | 2016-09-10 | 1 | -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 Dower | 2016-09-10 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) | Steve Dower | 2016-09-10 | 1 | -2/+2 |
| | | |||||
* | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-10 | 1 | -2/+0 |
| | | |||||
* | | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 1 | -0/+3 |
| | | |||||
* | | Remove buildbot diagnostic code. | Steve Dower | 2016-09-09 | 1 | -7/+0 |
| | | |||||
* | | Remove another useless buildbot script | Zachary Ware | 2016-09-09 | 1 | -3/+0 |
| | | |||||
* | | Expands buildbot validation code | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Remove outdated buildbot scripts | Zachary Ware | 2016-09-09 | 4 | -19/+0 |
| | | |||||
* | | Adds temporary validation code to buildbot script | Steve Dower | 2016-09-09 | 1 | -0/+7 |
| | | |||||
* | | Ensures buildbots don't have zip files in build directory. | Steve Dower | 2016-09-09 | 1 | -0/+1 |
| | | |||||
* | | Prevent PGO build for x86 releases. | Steve Dower | 2016-09-09 | 1 | -0/+1 |
| | | |||||
* | | Closes #27314: Fixes launcher installer upgrade table. | Steve Dower | 2016-09-09 | 3 | -5/+10 |
| | | |||||
* | | Issue #28008: Fix test_unparse | Yury Selivanov | 2016-09-09 | 1 | -1/+4 |
| | | |||||
* | | Issue #26619: Improves error message when installing on out-of-date Windows ↵ | Steve Dower | 2016-09-09 | 2 | -18/+50 |
|\ \ | |/ | | | | | Server | ||||
| * | Issue #26619: Improves error message when installing on out-of-date Windows ↵ | Steve Dower | 2016-09-09 | 2 | -18/+50 |
| | | | | | | | | Server | ||||
* | | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -3/+8 |
| | | |||||
* | | Issue #28038: Remove Tools/parser/com2ann.py and its unit test. | Guido van Rossum | 2016-09-09 | 1 | -308/+0 |
| | | | | | | | | Development is moving to https://github.com/ilevkivskyi/com2ann | ||||
* | | Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py | Martin Panter | 2016-09-09 | 1 | -2/+2 |
| | | |||||
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 2 | -0/+321 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | Remove legacy "from __future__ import with_statement" lines. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 4 | -5/+1 |
| | |