aboutsummaryrefslogtreecommitdiff
path: root/PCbuild
AgeCommit message (Expand)Author
2018-01-16bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou
2018-01-09bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower
2017-12-30Add missing backslashes in PCbuild bat files (GH-5056)Zachary Ware
2017-12-14move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson
2017-12-14bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki
2017-12-04Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner
2017-12-02bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka
2017-12-01bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner
2017-11-24bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner
2017-11-16bpo-31691: Specify where to find build instructions for the Windows installer...native-api
2017-11-15bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner
2017-11-06bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)Mariatta
2017-11-06bpo-31957: Fixes version detection. (#4298)Steve Dower
2017-11-04bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)Steve Dower
2017-11-04bpo-31944: Fixes build and Modify button (#4278)Steve Dower
2017-10-05bpo-31523: Reliability improvements to the Windows build files (#3900)Steve Dower
2017-09-25bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke
2017-09-09bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower
2017-09-07bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow
2017-09-07Updates PCBuild/readme.txt (#3418)Steve Dower
2017-09-07bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower
2017-09-06bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware
2017-09-06Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391)Steve Dower
2017-09-06bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...Steve Dower
2017-09-05Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow
2017-09-05bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow
2017-08-18bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)Victor Stinner
2017-07-27bpo-30814, bpo-30876: Add new import test files to projects. (#2851)Serhiy Storchaka
2017-07-26bpo-9566: Fix some Windows x64 compiler warnings (#2492)Segev Finer
2017-07-18bpo-30450: Fix logic for retrying nuget.exe download (#2744)Steve Dower
2017-07-17bpo-30450: Fall back to git.exe if no Python is found. (#2739)Steve Dower
2017-07-17bpo-30450: Adds alternate download approach for nuget.exe (#2737)Steve Dower
2017-07-17[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower
2017-06-28bpo-30726: Also fix pyexpat.vcxproj (#2375)Segev Finer
2017-06-23bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)Segev Finer
2017-06-23bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348)Victor Stinner
2017-06-19bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower
2017-06-15bpo-30631: Silence MSVC warnings in third-party code (GH-1963)Segev Finer
2017-06-15bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)Zachary Ware
2017-06-10bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware
2017-05-23Improves test_underpth_nosite_file to reveal why it fails. (#1763)Steve Dower
2017-05-22bpo-22257: Small changes for PEP 432. (#1728)Eric Snow
2017-05-17Fixes encodings in vcxproj files and adds script to automatically do it. (#1631)Steve Dower
2017-05-17Adds lib.pyproj file to solution (#1633)Steve Dower
2017-05-12PCbuild/build.bat: Add note about using msbuild response file. (#1551)Charles
2017-05-09PCbuild/build.bat: pass command line parameters when building PGO (#1510)Charles
2017-04-20bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222)Segev Finer
2017-03-27bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner
2017-03-20bpo-27593: Revise git SCM build info. (#744)Ned Deily
2017-03-11bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang