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.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
Christian Heimes
2021-03-30
3
-5/+5
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Steve Dower
2021-01-06
3
-3/+3
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-06
3
-5/+5
*
bpo-42336: Improve PCbuild batch files (GH-23325)
Steve Dower
2020-11-18
5
-17/+53
*
Enable signing of nuget.org packages and update to supported timestamp server...
Miss Skeleton (bot)
2020-11-03
1
-2/+2
*
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Miss Skeleton (bot)
2020-10-08
3
-3/+3
*
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Miss Islington (bot)
2020-07-21
3
-3/+3
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Miss Islington (bot)
2020-07-06
2
-1/+4
*
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Steve Dower
2020-06-12
2
-4/+4
*
bpo-40861: Enable optimizations when building liblzma (GH-20724)
Miss Islington (bot)
2020-06-08
1
-5/+2
*
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...
Miss Islington (bot)
2020-05-05
2
-0/+2
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miss Islington (bot)
2020-04-22
1
-0/+1
*
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower
2020-04-04
2
-4/+4
*
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
Miss Islington (bot)
2020-03-12
2
-16/+27
*
bpo-39930: Convert error to warning for more silent failure (GH-18921)
Miss Islington (bot)
2020-03-11
1
-1/+1
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Miss Islington (bot)
2020-03-11
2
-9/+22
*
bpo-38597: Never statically link extension initialization code on Windows (GH...
Miss Islington (bot)
2020-03-03
1
-0/+2
*
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Miss Islington (bot)
2020-03-02
3
-3/+3
*
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
Miss Islington (bot)
2020-02-05
1
-0/+4
*
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-...
Steve Dower
2019-12-06
6
-4/+73
*
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
Miss Islington (bot)
2019-11-18
1
-0/+3
*
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
Miss Islington (bot)
2019-10-16
1
-0/+9
*
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
Benjamin Peterson
2019-09-26
4
-8/+0
*
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
Miss Islington (bot)
2019-09-16
2
-4/+4
*
bpo-37326: Include libffi license when available (GH-15921)
Miss Islington (bot)
2019-09-11
1
-2/+3
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...
Miss Islington (bot)
2019-08-23
2
-0/+4
*
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
Miss Islington (bot)
2019-08-13
1
-0/+9
*
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...
Miss Islington (bot)
2019-07-29
2
-0/+2
*
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
Miss Islington (bot)
2019-06-24
3
-3/+3
*
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
Miss Islington (bot)
2019-06-19
1
-0/+3
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Miss Islington (bot)
2019-06-17
3
-5/+5
*
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
Miss Islington (bot)
2019-06-17
1
-3/+3
*
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
2019-06-14
6
-19/+66
*
bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
Miss Islington (bot)
2019-06-11
2
-1/+2
*
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Miss Islington (bot)
2019-06-07
1
-0/+1
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
2
-0/+4
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-1/+1
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
2
-12/+12
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
2
-0/+8
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
2
-0/+4
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
2
-0/+8
*
bpo-36941: Project file fixups for Windows ARM64 (GH-13477)
Paul Monson
2019-05-22
2
-5/+18
*
bpo-35134: Register new traceback.h header files (GH-13431)
Victor Stinner
2019-05-20
2
-0/+8
*
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson
2019-05-17
46
-7/+1028
*
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
Paul Monson
2019-05-15
1
-0/+1
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
6
-35/+46
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
1
-1/+1
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
2
-5/+6
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
4
-2/+111
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
2
-2/+15
[next]