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.7] bpo-42336: Improve PCbuild batch files (GH-23325) (GH-23373)
Steve Dower
2020-11-18
4
-10/+43
*
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...
Steve Dower
2020-07-06
2
-2/+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-38439: Add 256px IDLE icon (GH-17473)
Miss Islington (bot)
2020-04-22
1
-0/+1
*
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
Miss Islington (bot)
2020-04-17
1
-0/+9
*
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)
Steve Dower
2020-03-13
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...
Steve Dower
2020-03-11
2
-10/+23
*
Allow python_uwp.vcxproj to build with toolset v142 if present (GH-18777)
Steve Dower
2020-03-04
2
-0/+2
*
[3.7] bpo-38597: Never statically link extension initialization code on Windo...
Steve Dower
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-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
Miss Islington (bot)
2019-11-18
1
-0/+3
*
[3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)
Benjamin Peterson
2019-09-26
4
-8/+0
*
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
Steve Dower
2019-09-16
2
-4/+4
*
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
Miss Islington (bot)
2019-09-09
1
-0/+9
*
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
Miss Islington (bot)
2019-06-24
3
-3/+3
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower
2019-06-17
3
-5/+5
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Steve Dower
2019-05-16
6
-35/+45
*
bpo-36245: Fix more empty environment variable checks (GH-12592)
Miss Islington (bot)
2019-03-28
1
-2/+2
*
Fix registry key for Windows SDK detection (GH-12445)
Miss Islington (bot)
2019-03-21
1
-1/+1
*
bpo-36245: Avoid problems when building in a directory containing spaces. (GH...
Miss Islington (bot)
2019-03-21
1
-3/+3
*
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
Miss Islington (bot)
2019-03-07
1
-1/+1
*
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
Miss Islington (bot)
2019-02-03
2
-4/+0
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Miss Islington (bot)
2019-02-02
3
-94/+1
*
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
Miss Islington (bot)
2019-01-10
1
-1/+1
*
Enable signing Windows builds with SHA1 environment variable (GH-11279)
Miss Islington (bot)
2018-12-21
1
-2/+3
*
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
Miss Islington (bot)
2018-12-14
2
-4/+4
*
bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)
Miss Islington (bot)
2018-12-11
3
-13/+4
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
7
-0/+279
*
[3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...
Steve Dower
2018-12-10
3
-0/+172
*
bpo-35433: Properly detect installed SDK versions (GH-11009)
Miss Islington (bot)
2018-12-10
2
-7/+13
*
Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)
Victor Stinner
2018-12-07
10
-450/+1
*
[3.7] bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
10
-1/+450
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Miss Islington (bot)
2018-10-27
4
-118/+1
*
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
Miss Islington (bot)
2018-10-23
1
-10/+25
*
bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)
Miss Islington (bot)
2018-09-17
1
-2/+2
*
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
Miss Islington (bot)
2018-08-15
2
-4/+4
*
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
Miss Islington (bot)
2018-05-28
2
-2/+3
*
bpo-33614: Ensures module definition files for the stable ABI on Windows are ...
Miss Islington (bot)
2018-05-28
2
-5/+25
*
Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952)
Miss Islington (bot)
2018-05-17
1
-1/+2
*
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
Miss Islington (bot)
2018-05-17
1
-5/+6
*
bpo-32604: Remove xid registry. (#6813)
Eric Snow
2018-05-15
1
-1/+0
*
bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)
Miss Islington (bot)
2018-04-14
3
-5/+5
*
Minor improvements to the Windows build/release process (GH-5935)
Miss Islington (bot)
2018-02-28
1
-8/+7
*
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
Miss Islington (bot)
2018-02-23
2
-4/+4
*
bpo-31333: Re-implement ABCMeta in C (GH-5733)
Ivan Levkivskyi
2018-02-18
2
-0/+4
*
[3.7] Improves the ability to build in CI (GH-5729)
Miss Islington (bot)
2018-02-18
3
-6/+8
[next]