Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #28783: Embedded and nuget packages incorrect reference missing ↵ | Steve Dower | 2016-11-23 | 2 | -3/+48 | |
|\ \ \ | |/ / | | | | | | | bdist_wininst command. | |||||
| * | | Issue #28783: Embedded and nuget packages incorrect reference missing ↵ | Steve Dower | 2016-11-23 | 2 | -3/+48 | |
| |\ \ | | |/ | | | | | | | bdist_wininst command. | |||||
| | * | Issue #28783: Embedded and nuget packages incorrect reference missing ↵ | Steve Dower | 2016-11-23 | 2 | -3/+47 | |
| | | | | | | | | | | | | bdist_wininst command. | |||||
| | * | Fixes incorrect path in nuget package build. | Steve Dower | 2016-11-17 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue #28770: Update python-gdb.py for fastcalls | Victor Stinner | 2016-11-22 | 1 | -16/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Frame.is_other_python_frame() now also handles _PyCFunction_FastCallDict() frames. Thanks to the new code to handle fast calls, python-gdb.py is now also able to detect the <built-in id method of module ...> frame. | |||||
* | | | Issue #28573: Missing sys._mercurial info and other build issues. | Steve Dower | 2016-11-22 | 1 | -3/+16 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28573: Missing sys._mercurial info and other build issues. | Steve Dower | 2016-11-22 | 1 | -3/+16 | |
| | | | ||||||
* | | | Merge 3.6 | Victor Stinner | 2016-11-22 | 1 | -2/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28023: Fix python-gdb.py on old GDB versions | Victor Stinner | 2016-11-22 | 1 | -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 implementation | INADA Naoki | 2016-11-22 | 1 | -2/+26 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28023: Fix python-gdb.py didn't support new dict implementation | INADA Naoki | 2016-11-22 | 1 | -2/+26 | |
| | | | ||||||
* | | | Issue #28573: Fixes issue with nested if blocks | Steve Dower | 2016-11-15 | 1 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28573: Fixes issue with nested if blocks | Steve Dower | 2016-11-15 | 1 | -6/+6 | |
| | | | ||||||
* | | | Fixes incorrect merge | Steve Dower | 2016-11-15 | 1 | -5/+0 | |
| | | | ||||||
* | | | Issue #28573: Avoid setting up env too many times during build | Steve Dower | 2016-11-15 | 1 | -28/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28573: Avoid setting up env too many times during build | Steve Dower | 2016-11-15 | 1 | -36/+9 | |
| | | | ||||||
* | | | Adds missing _asyncio.pyd to installer and generally tidies pyd management. | Steve Dower | 2016-10-29 | 3 | -69/+23 | |
|\ \ \ | |/ / | ||||||
| * | | Adds missing _asyncio.pyd to installer and generally tidies pyd management. | Steve Dower | 2016-10-29 | 3 | -69/+23 | |
| | | | ||||||
* | | | Removes incorrect condition from lib_pdb.msi | Steve Dower | 2016-10-28 | 1 | -1/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Removes incorrect condition from lib_pdb.msi | Steve Dower | 2016-10-28 | 1 | -1/+0 | |
| |\ \ | | |/ | ||||||
| | * | Removes incorrect condition from lib_pdb.msi | Steve Dower | 2016-10-28 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge from 3.6 | Steve Dower | 2016-10-27 | 2 | -8/+25 | |
|\ \ \ | |/ / | ||||||
| * | | Revert incorrect file merge from 3.5. | Steve Dower | 2016-10-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge from 3.5 | Steve Dower | 2016-10-27 | 2 | -8/+25 | |
| |\ \ | | |/ | ||||||
| | * | Updates release build to collect symbols and binaries, and create nuget package. | Steve Dower | 2016-10-27 | 3 | -9/+25 | |
| | | | ||||||
* | | | 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 | |
|\ \ | |/ |