summaryrefslogtreecommitdiff
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)Miss Islington (bot)2019-07-013-3/+3
* bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)Steve Dower2019-06-173-5/+5
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Steve Dower2019-05-166-35/+45
* bpo-36245: Fix more empty environment variable checks (GH-12592)Miss Islington (bot)2019-03-271-2/+2
* Fix registry key for Windows SDK detection (GH-12445)Miss Islington (bot)2019-03-211-1/+1
* bpo-36245: Avoid problems when building in a directory containing spaces. (GH...Miss Islington (bot)2019-03-211-3/+3
* bpo-36108: Avoid failing the build on race condition in clean (GH-12217)Miss Islington (bot)2019-03-071-1/+1
* bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)Miss Islington (bot)2019-02-022-4/+0
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-023-94/+1
* bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)Miss Islington (bot)2019-01-091-1/+1
* Enable signing Windows builds with SHA1 environment variable (GH-11279)Miss Islington (bot)2018-12-211-2/+3
* bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)Miss Islington (bot)2018-12-142-4/+4
* bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)Miss Islington (bot)2018-12-103-13/+4
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-107-0/+279
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-103-0/+172
* bpo-35433: Properly detect installed SDK versions (GH-11009)Miss Islington (bot)2018-12-092-7/+13
* Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)Victor Stinner2018-12-0710-450/+1
* [3.7] bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-0610-1/+450
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Miss Islington (bot)2018-10-274-118/+1
* bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)Miss Islington (bot)2018-10-231-10/+25
* bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)Miss Islington (bot)2018-09-171-2/+2
* bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)Miss Islington (bot)2018-08-152-4/+4
* 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
* Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952)Miss Islington (bot)2018-05-171-1/+2
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)Miss Islington (bot)2018-05-171-5/+6
* bpo-32604: Remove xid registry. (#6813)Eric Snow2018-05-151-1/+0
* bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)Miss Islington (bot)2018-04-133-5/+5
* Minor improvements to the Windows build/release process (GH-5935)Miss Islington (bot)2018-02-271-8/+7
* bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)Miss Islington (bot)2018-02-232-4/+4
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-182-0/+4
* [3.7] Improves the ability to build in CI (GH-5729)Miss Islington (bot)2018-02-173-6/+8
* bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)Miss Islington (bot)2018-02-111-0/+1
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-262-0/+4
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-226-2/+119
* bpo-32588: Move _findvs into its own module and add missing _queue module to ...Steve Dower2018-01-195-4/+119
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-165-1/+115
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-0918-42/+0
* Add missing backslashes in PCbuild bat files (GH-5056)Zachary Ware2017-12-303-17/+17
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-142-2/+2
* bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki2017-12-142-0/+4
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-042-0/+4
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-022-4/+0
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-012-0/+4
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-242-5/+1
* bpo-31691: Specify where to find build instructions for the Windows installer...native-api2017-11-161-0/+2
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-2/+2
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)Mariatta2017-11-063-3/+3
* bpo-31957: Fixes version detection. (#4298)Steve Dower2017-11-061-8/+7
* bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)Steve Dower2017-11-041-1/+1