index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PCbuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115080)
Miss Islington (bot)
2024-02-06
2
-2/+2
*
[3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048)
Zachary Ware
2024-02-06
2
-4/+4
*
[3.11] gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403) (#1...
Erlend E. Aasland
2023-10-10
3
-3/+3
*
[3.11] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...
Miss Islington (bot)
2023-10-09
1
-1/+4
*
[3.11] gh-108494: Document how to add a project in PCbuild/readme.txt (#11007...
Victor Stinner
2023-10-02
1
-0/+28
*
[3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059)
Zachary Ware
2023-09-29
2
-4/+4
*
[3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932)
Zachary Ware
2023-09-05
2
-4/+4
*
[3.11] gh-91795: Update build optimization part of PCbuild/readme.txt (GH-918...
Miss Islington (bot)
2023-08-16
1
-3/+5
*
[3.11] gh-107814: Avoid output from Nuget installation in find_python.bat (GH...
Miss Islington (bot)
2023-08-09
1
-2/+6
*
[3.11] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (GH-10...
Zachary Ware
2023-07-17
5
-8/+9
*
[3.11] ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) (#105696)
Miss Islington (bot)
2023-06-12
1
-1/+1
*
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-01
3
-5/+5
*
[3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#1...
Erlend E. Aasland
2023-05-18
3
-3/+3
*
[3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085)
Erlend E. Aasland
2023-05-02
3
-3/+3
*
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
Steve Dower
2023-03-29
1
-0/+9
*
Increase stack reserve size for Windows debug builds to avoid test crashes (G...
Miss Islington (bot)
2023-03-17
2
-2/+3
*
[3.11] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...
Erlend E. Aasland
2023-02-10
3
-3/+3
*
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
Miss Islington (bot)
2023-02-10
2
-3/+3
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Steve Dower
2023-02-09
3
-5/+5
*
gh-101522: Allow overriding Windows dependencies versions and paths using MSB...
Steve Dower
2023-02-03
2
-30/+42
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)
Miss Islington (bot)
2023-01-10
2
-4/+4
*
gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
Miss Islington (bot)
2022-11-21
1
-1/+1
*
gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)
Miss Islington (bot)
2022-11-07
1
-2/+2
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Miss Islington (bot)
2022-11-01
2
-2/+2
*
gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640)
Miss Islington (bot)
2022-10-25
3
-3/+3
*
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Miss Islington (bot)
2022-09-23
2
-4/+4
*
gh-94781: Fix Windows projects not cleaning intermediate and output files for...
Miss Islington (bot)
2022-09-23
2
-0/+16
*
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Miss Islington (bot)
2022-08-29
3
-5/+5
*
gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662)
Miss Islington (bot)
2022-08-04
1
-1/+1
*
gh-92348: Add quotes to support building on Windows with spaces in directory ...
Miss Islington (bot)
2022-07-17
1
-1/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner
2022-06-20
2
-0/+4
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
Miss Islington (bot)
2022-05-19
1
-0/+1
*
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions ...
Miss Islington (bot)
2022-05-10
1
-11/+9
*
bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)
Miss Islington (bot)
2022-05-09
3
-3/+3
*
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
Mariusz Felisiak
2022-05-02
4
-4/+4
*
bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)
Mariusz Felisiak
2022-04-25
3
-3/+3
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
1
-2/+2
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
2
-0/+4
*
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner
2022-04-21
2
-0/+4
*
gh-79315: Add Include/cpython/modsupport.h header (#91797)
Victor Stinner
2022-04-21
2
-0/+4
*
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Ma Lin
2022-04-19
4
-5/+5
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
2
-0/+8
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
2
-4/+0
*
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
Victor Stinner
2022-04-06
2
-0/+4
*
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
Victor Stinner
2022-04-06
2
-0/+4
*
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-06
1
-4/+11
*
bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
Jeremy Kloth
2022-04-05
1
-2/+4
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-0/+1
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
2
-14/+14
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Zachary Ware
2022-04-02
2
-2/+2
[next]