summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| | | | | | | | Issue #28138: Windows ._pth file should allow import site
* | 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.
* | 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
| |
* | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-101-2/+0
| |
* | Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
|\ \ | |/
| * Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
| |
* | Remove buildbot diagnostic code.Steve Dower2016-09-091-7/+0
| |
* | Remove another useless buildbot scriptZachary Ware2016-09-091-3/+0
| |
* | Expands buildbot validation codeSteve Dower2016-09-091-1/+1
| |
* | Remove outdated buildbot scriptsZachary Ware2016-09-094-19/+0
| |
* | Adds temporary validation code to buildbot scriptSteve Dower2016-09-091-0/+7
| |
* | Ensures buildbots don't have zip files in build directory.Steve Dower2016-09-091-0/+1
| |
* | Prevent PGO build for x86 releases.Steve Dower2016-09-091-0/+1
| |
* | Closes #27314: Fixes launcher installer upgrade table.Steve Dower2016-09-093-5/+10
| |
* | Issue #28008: Fix test_unparseYury Selivanov2016-09-091-1/+4
| |
* | Issue #26619: Improves error message when installing on out-of-date Windows ↵Steve Dower2016-09-092-18/+50
|\ \ | |/ | | | | Server
| * Issue #26619: Improves error message when installing on out-of-date Windows ↵Steve Dower2016-09-092-18/+50
| | | | | | | | Server
* | Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-3/+8
| |
* | Issue #28038: Remove Tools/parser/com2ann.py and its unit test.Guido van Rossum2016-09-091-308/+0
| | | | | | | | Development is moving to https://github.com/ilevkivskyi/com2ann
* | Issue #27364: Raw strings to avoid deprecated escaping in com2ann.pyMartin Panter2016-09-091-2/+2
| |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-092-0/+321
| | | | | | | | Patch by Ivan Levkivskyi.
* | Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-084-5/+1
| |
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-0815-40/+40
| | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
* | clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-081-5/+5
| |
* | Adds MAX_PATH button to the installer.Steve Dower2016-09-083-89/+76
| |
* | Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-071-3/+5
| |
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-3/+1
| | | | | | | | and Windows CE is no longer a relevant platform for Python.
* | Issue #27756: Updates installer icons to be the console and launcher icon ↵Steve Dower2016-09-052-2/+5
| | | | | | | | instead of the setup icon
* | Issue #27756: Adds new icons for Python files and processes on Windows. ↵Steve Dower2016-09-056-6/+14
| | | | | | | | Designs by Cherry Wang.
* | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-3/+3
| |
* | Tests: add --slowest option to buildbotsVictor Stinner2016-08-171-1/+1
| | | | | | | | Display the top 10 slowest tests.
* | Adds missing file to installer.Steve Dower2016-08-161-0/+25
| |
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-8/+6
| | | | | | | | implemented with using Argument Clinic.
* | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\ \ | |/
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
| |
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-283-3/+3
|\ \ | |/