summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* bpo-43298: Improved error message when building without the Windows SDK insta...Miss Islington (bot)2021-07-121-3/+12
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Miss Islington (bot)2021-06-301-0/+1
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Miss Islington (bot)2021-06-111-2/+2
* [3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)Erlend Egeberg Aasland2021-04-273-3/+3
* bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) ...Miss Islington (bot)2021-04-261-2/+2
* bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Steve Dower2021-04-062-2/+2
* [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)Christian Heimes2021-03-303-5/+5
* bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Miss Islington (bot)2021-02-121-0/+1
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Steve Dower2021-01-063-3/+3
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-053-5/+5
* bpo-42336: Improve PCbuild batch files (GH-23275)Miss Islington (bot)2020-11-186-20/+56
* Enable signing of nuget.org packages and update to supported timestamp server...Miss Skeleton (bot)2020-11-031-2/+2
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Miss Skeleton (bot)2020-10-083-3/+3
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Miss Islington (bot)2020-07-213-3/+3
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Miss Islington (bot)2020-07-062-1/+4
* bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)Steve Dower2020-06-2344-268/+1097
* bpo-41054: Simplify resource compilation on Windows (GH-21004)Miss Islington (bot)2020-06-231-16/+1
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Miss Islington (bot)2020-06-122-4/+4
* bpo-40939: Generate keyword.py using the new parser (GH-20800)Miss Islington (bot)2020-06-111-2/+3
* Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...Miss Islington (bot)2020-06-082-5/+1
* bpo-40861: Enable optimizations when building liblzma (GH-20724)Miss Islington (bot)2020-06-081-5/+2
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Miss Islington (bot)2020-06-011-0/+1
* bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)Batuhan Taskaya2020-05-181-9/+4
* bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)Paul Ganssle2020-05-166-1/+137
* bpo-40501: Replace ctypes code in uuid with native module (GH-19948)Steve Dower2020-05-124-3/+166
* bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)Victor Stinner2020-05-122-4/+8
* bpo-38787: C API for module state access from extension methods (PEP 573) (GH...Petr Viktorin2020-05-072-0/+4
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Steve Dower2020-05-052-0/+2
* bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785)Anthony Shaw2020-04-291-1/+2
* bpo-40421: Add Include/cpython/code.h header file (GH-19756)Victor Stinner2020-04-282-0/+4
* bpo-40421: Add pyframe.h header file (GH-19755)Victor Stinner2020-04-282-7/+11
* bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...Pablo Galindo2020-04-281-1/+1
* Add files in tests/test_peg_generator to the install target lists (GH-19723)Pablo Galindo2020-04-271-0/+7
* bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)Ammar Askar2020-04-271-1/+0
* bpo-40334: Improve various PEG-Parser related stuff (GH-19669)Lysandros Nikolaou2020-04-231-1/+1
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-223-1/+30
* bpo-38439: Add 256px IDLE icon (GH-17473)Miro HronĨok2020-04-221-0/+1
* bpo-40302: Add pycore_byteswap.h header file (GH-19552)Victor Stinner2020-04-172-0/+4
* bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)Ammar Askar2020-04-151-1/+1
* bpo-40241: Add pycore_interp.h header (GH-19499)Victor Stinner2020-04-132-0/+4
* bpo-40268: Add pycore_runtime.h header file (GH-19493)Victor Stinner2020-04-132-0/+4
* bpo-40170: Add _PyIndex_Check() internal function (GH-19426)Victor Stinner2020-04-082-0/+4
* bpo-39481: Implementation for PEP 585 (#18239)Guido van Rossum2020-04-071-0/+1
* bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)Steve Dower2020-04-042-4/+4
* bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)Victor Stinner2020-03-262-0/+4
* bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)Steve Dower2020-03-112-16/+27
* bpo-39930: Convert error to warning for more silent failure (GH-18921)Steve Dower2020-03-111-1/+1
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Steve Dower2020-03-112-9/+22
* bpo-38597: Never statically link extension initialization code on Windows (GH...Steve Dower2020-03-031-0/+2
* bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)Erlend Egeberg Aasland2020-03-023-3/+3