Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.11
/
PCbuild
tag
ad7391c9085b514f311459d57e83d1a96f4e8407
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 28 10:10:01 2021
object
c3ffbbdf3d5645ee07c22649f2028f9dffc762ba
Python 3.8.11
7f7cfc4
[3.8] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
by Erlend Egeberg Aasland
· 4 years, 4 months ago
9a988b8
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
by Miss Islington (bot)
· 4 years, 5 months ago
9ac2630
[3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
by Christian Heimes
· 4 years, 5 months ago
db91714
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
by Steve Dower
· 4 years, 8 months ago
86b1207
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
by Steve Dower
· 4 years, 8 months ago
8b1f4cc
bpo-42336: Improve PCbuild batch files (GH-23325)
by Steve Dower
· 4 years, 9 months ago
db4932e
Enable signing of nuget.org packages and update to supported timestamp server (GH-23132)
by Miss Skeleton (bot)
· 4 years, 10 months ago
30a7889
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
by Miss Skeleton (bot)
· 4 years, 11 months ago
f599f9e
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
by Miss Islington (bot)
· 5 years ago
aa7f775
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352)
by Miss Islington (bot)
· 5 years ago
7e57c36
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
by Steve Dower
· 5 years ago
30513b6
bpo-40861: Enable optimizations when building liblzma (GH-20724)
by Miss Islington (bot)
· 5 years ago
a6a116c
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845)
by Miss Islington (bot)
· 5 years ago
3a55450
bpo-38439: Add 256px IDLE icon (GH-17473)
by Miss Islington (bot)
· 5 years ago
37126e7
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
by Steve Dower
· 5 years ago
35ae5d9
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
by Miss Islington (bot)
· 5 years ago
17571c5
bpo-39930: Convert error to warning for more silent failure (GH-18921)
by Miss Islington (bot)
· 5 years ago
d01c550
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
by Miss Islington (bot)
· 5 years ago
0d20364
bpo-38597: Never statically link extension initialization code on Windows (GH-18724)
by Miss Islington (bot)
· 5 years ago
7ad9982
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
by Miss Islington (bot)
· 5 years ago
6470a76
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
by Miss Islington (bot)
· 6 years ago
c9f480d
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-17480)
by Steve Dower
· 6 years ago
cbbf109
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
by Miss Islington (bot)
· 6 years ago
7773d39
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
by Miss Islington (bot)
· 6 years ago
d75bf44
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
by Benjamin Peterson
· 6 years ago
26729ce
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
by Miss Islington (bot)
· 6 years ago
da38ec1
bpo-37326: Include libffi license when available (GH-15921)
by Miss Islington (bot)
· 6 years ago
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 6 years ago
853eecc
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
by Miss Islington (bot)
· 6 years ago
36fd7b6
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985)
by Miss Islington (bot)
· 6 years ago
dad8f79
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
by Miss Islington (bot)
· 6 years ago
389abd3
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
by Miss Islington (bot)
· 6 years ago
c28c135
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
by Miss Islington (bot)
· 6 years ago
79d8204
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
by Miss Islington (bot)
· 6 years ago
f78e66c
Implement Windows release builds in Azure Pipelines (GH-14065)
by Steve Dower
· 6 years ago
36926df
bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
by Miss Islington (bot)
· 6 years ago
84d47bd
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
by Miss Islington (bot)
· 6 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 6 years ago
8f96c9f
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522)
by Zackery Spytz
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
91f4380
bpo-36785: PEP 574 implementation (GH-7076)
by Antoine Pitrou
· 6 years ago
438a12d
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
by Victor Stinner
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
cfb241b
bpo-36941: Project file fixups for Windows ARM64 (GH-13477)
by Paul Monson
· 6 years ago
fd1e0e9
bpo-35134: Register new traceback.h header files (GH-13431)
by Victor Stinner
· 6 years ago
f96e7fd
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
by Paul Monson
· 6 years ago
67ff6a1
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
by Paul Monson
· 6 years ago
fb7e750
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
by Paul Monson
· 6 years ago
f22cc69
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
by Pierre Glaser
· 6 years ago
62dfd7d
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
by Paul Monson
· 6 years ago
23bace2
bpo-36635: Add _testinternalcapi module (GH-12841)
by Victor Stinner
· 6 years ago
11efd79
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
by Paul Monson
· 6 years ago
5c75f37
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
by Victor Stinner
· 6 years ago
aba7d66
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
by Victor Stinner
· 6 years ago
f2cf1e3
bpo-36623: Clean parser headers and include files (GH-12253)
by Pablo Galindo
· 6 years ago
32119e1
bpo-35947: Update Windows to the current version of libffi (GH-11797)
by Paul Monson
· 6 years ago
3396d1e
bpo-36448: mention 'make regen-all' in error message (GH-12585)
by Jeroen Demeyer
· 6 years ago
b95a79c
bpo-36245: Fix more empty environment variable checks (GH-12592)
by Steve Dower
· 6 years ago
aedc273
Fix registry key for Windows SDK detection (GH-12445)
by Isuru Fernando
· 6 years ago
7ee88bf
bpo-36245: Avoid problems when building in a directory containing spaces. (GH-12241)
by Jess
· 6 years ago
6a16b18
bpo-36297: remove "unicode_internal" codec (GH-12342)
by Inada Naoki
· 6 years ago
c11183c
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
by Eric Snow
· 6 years ago
2f8f564
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
by Steve Dower
· 6 years ago
4d61e6e
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
by Victor Stinner
· 6 years ago
bcfa450
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
by Eric Snow
· 6 years ago
1f24a71
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
by Pablo Galindo
· 6 years ago
91b9ecf
bpo-36142: Add preconfig.c (GH-12128)
by Victor Stinner
· 6 years ago
f684d83
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
by Victor Stinner
· 6 years ago
8a1657b
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
by Paul Monson
· 7 years ago
4c70d9f
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
by Steve Dower
· 7 years ago
6aedfa6
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
by antektek
· 7 years ago
fbf5068
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
by Gregory Szorc
· 7 years ago
8ac6581
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370)
by Serhiy Storchaka
· 7 years ago
d3bbc52
Enable signing Windows builds with SHA1 environment variable (GH-11279)
by Steve Dower
· 7 years ago
f8e9bd5
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
by Steve Dower
· 7 years ago
d7538dd
bpo-35471: Remove the macpath module (GH-11129)
by Victor Stinner
· 7 years ago
4824385
bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)
by Steve Dower
· 7 years ago
0cd6391
bpo-34977: Add Windows App Store package (GH-11027)
by Steve Dower
· 7 years ago
1c3de54
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
by Steve Dower
· 7 years ago
f46eccd
bpo-35433: Properly detect installed SDK versions (GH-11009)
by Jeremy Kloth
· 7 years ago
cb0b78a
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
by Victor Stinner
· 7 years ago
468a15a
bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 7 years ago
54ba556
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
by Victor Stinner
· 7 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 7 years ago
e421106
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
by Victor Stinner
· 7 years ago
984061e
bpo-35081: Add new internal headers to Makefile (GH-10670)
by Victor Stinner
· 7 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 7 years ago
a1c249c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
by Victor Stinner
· 7 years ago
e281f7d
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
by Victor Stinner
· 7 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 7 years ago
31368a4
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
by Victor Stinner
· 7 years ago
53125a5
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Steve Dower
· 7 years ago
a05bef4
bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
by Victor Stinner
· 7 years ago
6279c1c
bpo-35053: Add Include/tracemalloc.h (GH-10091)
by Victor Stinner
· 7 years ago
fa53294
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
by Jeremy Kloth
· 7 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 7 years ago
6750922
bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)
by Steve Dower
· 7 years ago
864a892
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
by Steve Dower
· 7 years ago
6c785c0
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
by Victor Stinner
· 7 years ago
f9b364f
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
by Steve Dower
· 7 years ago
Next »