summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-112-17/+11
|
* PCbuild: Add -q option to svn export (GH-535)INADA Naoki2017-03-071-1/+1
| | | Without this option, AppVeyor log is too unreadable.
* Fixes git command (#451)Steve Dower2017-03-041-1/+1
|
* bpo-27593: Updates Windows build to use information from git (#262)Steve Dower2017-03-042-16/+16
| | | | * bpo-27593: Updates Windows build to use information from git
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)Zachary Ware2017-03-033-3/+3
|
* bpo-29524: Add Objects/call.c file (#12)Victor Stinner2017-02-122-1/+5
| | | | | | | | | * Move all functions to call objects in a new Objects/call.c file. * Rename fast_function() to _PyFunction_FastCallKeywords(). * Copy null_error() from Objects/abstract.c * Inline type_error() in call.c to not have to copy it, it was only called once. * Export _PyEval_EvalCodeWithName() since it is now called from call.c.
* Backed out changeset f23fa1f7b68fVictor Stinner2017-02-101-2/+1
| | | | | Sorry, I didn't want to push this change before the review :-( I was pushing a change into the 2.7 branch.
* Issue #29465: Add Objects/call.c fileVictor Stinner2017-02-101-1/+2
| | | | | | | | | | * Move all functions to call objects in a new Objects/call.c file. * Rename fast_function() to _PyFunction_FastCallKeywords(). * Copy null_error() from Objects/abstract.c * Inline type_error() in call.c to not have to copy it, it was only called once. * Export _PyEval_EvalCodeWithName() since it is now called from call.c.
* Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
|\
| * Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
| |\
| | * Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
| | |
* | | Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-122-18/+29
|\ \ \ | |/ /
| * | Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-122-18/+29
| | |
* | | Issue #28846: Various installer fixesSteve Dower2016-12-032-0/+5
|\ \ \ | |/ /
| * | Ensures intermediate directory is created before using itSteve Dower2016-12-031-0/+1
| |\ \ | | |/
| | * Ensures intermediate directory is created before accessing it.Steve Dower2016-12-031-0/+1
| | |
| * | Issue #28846: Various installer fixesSteve Dower2016-12-031-0/+4
| |\ \ | | |/
| | * Issue #28846: Various installer fixesSteve Dower2016-12-032-3/+13
| | |
* | | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+10
|\ \ \ | |/ /
| * | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+10
| | |
* | | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-1/+1
|\ \ \ | |/ /
| * | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-1/+1
| | |
* | | Merge from 3.6Steve Dower2016-10-291-0/+3
|\ \ \ | |/ /
| * | Makes test_underpth* tests more robust by copying the executable.Steve Dower2016-10-291-0/+3
| | |
* | | merge 3.6Benjamin Peterson2016-10-212-4/+0
|\ \ \ | |/ /
| * | mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-212-4/+0
| | | | | | | | | | | | | | | C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092) We don't want these to have external visibility anyway.
* | | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows (merge ↵INADA Naoki2016-10-215-2/+96
|\ \ \ | |/ / | | | | | | 3.6)
| * | Issue #28448: Fix C implemented asyncio.Future didn't work on WindowsINADA Naoki2016-10-215-2/+96
| | |
* | | Issue #28428: Rename _futures module to _asyncio. (merge from 3.6)INADA Naoki2016-10-152-4/+4
|\ \ \ | |/ / | | | | | | It will have more speedup functions or classes other than asyncio.Future.
| * | Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-152-4/+4
| | | | | | | | | | | | It will have more speedup functions or classes other than asyncio.Future.
* | | Issue #28208: Merge with 3.6Zachary Ware2016-10-113-3/+3
|\ \ \ | |/ /
| * | Issue #28208: Update Windows build to use SQLite 3.14.2.0Zachary Ware2016-10-113-3/+3
| | |
* | | Issue #28248: Merge with 3.6Zachary Ware2016-10-113-3/+3
|\ \ \ | |/ /
| * | Issue #28248: Merge with 3.5Zachary Ware2016-10-113-3/+3
| |\ \ | | |/
| | * Issue #28248: Merge with 3.4Zachary Ware2016-10-113-3/+3
| | |\
| | | * Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-113-3/+3
| | | |
| | | * Closes #25456: Copy Tcl/Tk DLLs to build directory on WindowsZachary Ware2015-10-242-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory.
| | | * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
| | | |
* | | | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-101-5/+7
|\ \ \ \ | |/ / /
| * | | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-101-5/+7
| | | |
* | | | Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-092-0/+4
|\ \ \ \ | |/ / / | | | | | | | | Original patch by Yury Selivanov.
| * | | Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-092-0/+4
| | | | | | | | | | | | | | | | Original patch by Yury Selivanov.
* | | | Issue #28217: Adds _testconsole module to test console input.Steve Dower2016-10-034-1/+124
|\ \ \ \ | |/ / /
| * | | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵Steve Dower2016-10-034-1/+124
| | | | | | | | | | | | | | | | issues found by the tests.
* | | | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
|\ \ \ \ | |/ / /
| * | | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
| |\ \ \ | | |/ /
| | * | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
| | | |
| | * | Add file missed from backportSteve Dower2016-09-181-1/+1
| | | |
* | | | regrtest: add -u for unbuffered stdout/stderrVictor Stinner2016-09-211-1/+1
| | | |
* | | | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-1/+1
|\ \ \ \ | |/ / /