Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -1/+1 |
|\ | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -1/+1 |
| | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
* | | Issue #27418: Fixed Tools/importbench/importbench.py. | Serhiy Storchaka | 2016-06-30 | 1 | -7/+6 |
|\ \ | |/ | |||||
| * | Issue #27418: Fixed Tools/importbench/importbench.py. | Serhiy Storchaka | 2016-06-30 | 1 | -7/+6 |
| | | |||||
* | | Merge from 3.5 | Steve Dower | 2016-06-27 | 1 | -0/+74 |
|\ \ | |/ | |||||
| * | Adds script for purging the caching server for downloads on python.org. | Steve Dower | 2016-06-27 | 1 | -0/+74 |
| | | |||||
* | | Merge from 3.5 | Steve Dower | 2016-06-27 | 1 | -0/+55 |
|\ \ | |/ | |||||
| * | Adds batch file to build nuget packages. | Steve Dower | 2016-06-27 | 1 | -0/+55 |
| | | |||||
* | | Merge from 3.5 | Steve Dower | 2016-06-27 | 2 | -11/+29 |
|\ \ | |/ | |||||
| * | Include libs folder in nuget package and allow preinstalling packages | Steve Dower | 2016-06-27 | 2 | -11/+29 |
| | | |||||
* | | Merge from 3.5 | Steve Dower | 2016-06-25 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Simplifies nuget build with better parameters. | Steve Dower | 2016-06-25 | 1 | -1/+2 |
| | | |||||
* | | Merge from 3.5 | Steve Dower | 2016-06-24 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Preinstalls pip into the nuget package so that pip.exe is available after ↵ | Steve Dower | 2016-06-24 | 1 | -1/+4 |
| | | | | | | | | installation. | ||||
* | | Merge from 3.5 | Steve Dower | 2016-06-24 | 4 | -12/+103 |
|\ \ | |/ | |||||
| * | Adds scripts for producing Nuget packages. | Steve Dower | 2016-06-24 | 4 | -12/+103 |
| | | |||||
* | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support | Serhiy Storchaka | 2016-06-09 | 1 | -26/+25 |
| | | | | | | | | positional-only and keyword parameters in the same function. | ||||
* | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. | Serhiy Storchaka | 2016-06-09 | 1 | -14/+23 |
| | | |||||
* | | Issue #26305: Argument Clinic now escapes braces. No need to double them. | Serhiy Storchaka | 2016-06-09 | 1 | -13/+14 |
|\ \ | |/ | |||||
| * | Issue #26305: Argument Clinic now escapes braces. No need to double them. | Serhiy Storchaka | 2016-06-09 | 1 | -13/+14 |
| | | |||||
* | | Issue #24225: Fix additional renamed module references. | Ned Deily | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | regrtest doesn't ignore -j1 anymore | Victor Stinner | 2016-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * regrtest now uses subprocesses when the -j1 command line option is used: each test file runs in a fresh child process. Before, the -j1 option was ignored. * Tools/buildbot/test.bat script now uses -j1 by default to run each test file in fresh child process. | ||||
* | | Issue #27053: Updates make_zip.py to correctly generate library ZIP file. | Steve Dower | 2016-05-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27053: Updates make_zip.py to correctly generate library ZIP file. | Steve Dower | 2016-05-19 | 1 | -1/+1 |
| | | |||||
* | | Merge launcher change from 3.5 | Steve Dower | 2016-05-18 | 6 | -12/+26 |
|\ \ | |/ | |||||
| * | Removes versioning from py.exe launcher installer and ensures that old ↵ | Steve Dower | 2016-05-18 | 6 | -12/+26 |
| | | | | | | | | launchers are replaced by newer ones. | ||||
* | | Merge with 3.5 | Steve Dower | 2016-05-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixes unnecessary rebuild when building Windows releases with PGO | Steve Dower | 2016-05-17 | 1 | -1/+1 |
| | | |||||
* | | Removed unused imports. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.5 | Serhiy Storchaka | 2016-04-24 | 1 | -10/+0 |
|\ \ | |/ | |||||
| * | Remove duplicated tests. | Serhiy Storchaka | 2016-04-24 | 1 | -10/+0 |
| | | | | | | | | There were duplicated methods with the same name and body. | ||||
* | | Merge 3.5 | Victor Stinner | 2016-04-20 | 1 | -10/+4 |
|\ \ | |/ | |||||
| * | gdb/libpython.py: inline _type_void_ptr() | Victor Stinner | 2016-04-20 | 1 | -10/+4 |
| | | | | | | | | The function was only called in _sizeof_void_p() | ||||
* | | Merge 3.5: Issue #26799 | Victor Stinner | 2016-04-20 | 1 | -14/+33 |
|\ \ | |/ | |||||
| * | python-gdb.py: get C types at runtime | Victor Stinner | 2016-04-20 | 1 | -14/+33 |
| | | | | | | | | | | | | | | | | Issue #26799: Fix python-gdb.py: don't get once C types when the Python code is loaded, but get C types on demande. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. | ||||
* | | Update pygettext.py to get ride of imp | Victor Stinner | 2016-04-12 | 1 | -43/+8 |
| | | | | | | | | | | | | Issue #26639: Replace imp with importlib in Tools/i18n/pygettext.py. Remove _get_modpkg_path(), replaced with importlib.util.find_spec(). | ||||
* | | Buildbots: change also Windows timeout from 1 hour to 15 min | Victor Stinner | 2016-03-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 |
| | | |||||
* | | Merge for issue #26271 | Brett Cannon | 2016-03-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #26271: Fix the Freeze tool to use variables passed in from the | Brett Cannon | 2016-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | | configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch. | ||||
* | | Backs out buildbot clean trigger. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Backs out buildbot clean trigger. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | | |||||
* | | Adds warning to prepare_ssl when nasm is not available. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
|\ \ | |/ | | | | | Force clean externals on buildbots. | ||||
| * | Adds warning to prepare_ssl when nasm is not available. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | | | | | | | | Force clean of externals on buildbots. | ||||
* | | Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py | Berker Peksag | 2016-03-06 | 1 | -3/+12 |
|\ \ | |/ | | | | | Patch by Guo Ci Teo. | ||||
| * | Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py | Berker Peksag | 2016-03-06 | 1 | -3/+12 |
| | | | | | | | | Patch by Guo Ci Teo. | ||||
* | | Issue #26316: Merge Arg Clinic fix from 3.5 | Martin Panter | 2016-02-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26316: Fix variable name typo in Argument Clinic | Martin Panter | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 2 | -3/+3 |
| | | | | | | | | to format short Python version. |