summaryrefslogtreecommitdiff
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)Steve Dower2018-12-103-4/+3
* [3.6] bpo-35433: Properly detect installed SDK versions (GH-11009)Jeremy Kloth2018-12-102-7/+14
* bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)Miss Islington (bot)2018-10-231-10/+25
* bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776)Steve Dower2018-08-152-2/+2
* bro-33614: Override exit code in find_msbuild.bat (GH-7169)Miss Islington (bot)2018-05-282-2/+3
* bpo-33614: Ensures module definition files for the stable ABI on Windows are ...Miss Islington (bot)2018-05-282-5/+25
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)Steve Dower2018-05-171-6/+7
* bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)Steve Dower2018-04-133-3/+3
* [3.6] Improves the ability to build in CI (GH-5730)Steve Dower2018-02-173-6/+8
* [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)Steve Dower2018-01-195-3/+121
* Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057)Zachary Ware2017-12-301-3/+3
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)Mariatta2017-12-043-3/+3
* bpo-31691: Specify where to find installer build instructions for Windows (#4...native-api2017-11-161-2/+7
* bpo-31691: Specify where to find build instructions for the Windows installer...Miss Islington (bot)2017-11-161-0/+2
* [3.6] bpo-31957: Fixes version detection. (GH-4298) (#4300)Miss Islington (bot)2017-11-061-8/+6
* bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285)Miss Islington (bot)2017-11-041-1/+1
* bpo-31944: Fixes build and Modify button (GH-4278) (#4284)Miss Islington (bot)2017-11-042-2/+3
* [3.6] bpo-31523: Reliability improvements to the Windows build files (GH-3900...Miss Islington (bot)2017-10-051-1/+1
* [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ...Steve Dower2017-09-073-2/+5
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...Steve Dower2017-09-066-13/+50
* [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3...Miss Islington (bot)2017-09-063-2/+3
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)Victor Stinner2017-08-194-3/+11
* [3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)Steve Dower2017-07-194-23/+127
* [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)Segev Finer2017-07-041-1/+1
* [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)Victor Stinner2017-06-231-2/+2
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-193-22/+66
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (G...Zachary Ware2017-06-163-68/+142
* [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)Zachary Ware2017-06-1010-1441/+1441
* bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (GH-1...Steve Dower2017-04-211-0/+34
* bpo-27593: Revise git SCM build info. (#744) (#745)Ned Deily2017-03-211-2/+2
* bpo-29770: remove outdated PYO related info (GH-590) (GH-612)Xiang Zhang2017-03-112-17/+11
* PCbuild: Add -q option to svn export (GH-537)INADA Naoki2017-03-071-1/+1
* Fixes git command (#451) (#452)Steve Dower2017-03-031-1/+1
* bpo-27593: Updates Windows build to use information from git (#262) (#450)Steve Dower2017-03-032-16/+16
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)Zachary Ware2017-03-033-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
* | 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: Avoid setting up env too many times during buildSteve Dower2016-11-141-1/+1
* | Makes test_underpth* tests more robust by copying the executable.Steve Dower2016-10-291-0/+3
* | mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-202-4/+0
* | Issue #28448: Fix C implemented asyncio.Future didn't work on WindowsINADA Naoki2016-10-215-2/+96
* | Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-152-4/+4
* | Issue #28208: Update Windows build to use SQLite 3.14.2.0Zachary Ware2016-10-103-3/+3
* | Issue #28248: Merge with 3.5Zachary Ware2016-10-103-3/+3
|\ \ | |/