Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01ae0e269899c244c6cf779dc3a7ebdd29248859
/
PCbuild
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 5 years ago
853eecc
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
by Miss Islington (bot)
· 5 years ago
36fd7b6
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985)
by Miss Islington (bot)
· 5 years ago
dad8f79
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
by Miss Islington (bot)
· 5 years ago
389abd3
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
by Miss Islington (bot)
· 5 years ago
c28c135
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
by Miss Islington (bot)
· 5 years ago
79d8204
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
by Miss Islington (bot)
· 5 years ago
f78e66c
Implement Windows release builds in Azure Pipelines (GH-14065)
by Steve Dower
· 5 years ago
36926df
bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
by Miss Islington (bot)
· 5 years ago
84d47bd
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
by Miss Islington (bot)
· 5 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 5 years ago
8f96c9f
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522)
by Zackery Spytz
· 5 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 5 years ago
91f4380
bpo-36785: PEP 574 implementation (GH-7076)
by Antoine Pitrou
· 5 years ago
438a12d
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
by Victor Stinner
· 5 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 5 years ago
cfb241b
bpo-36941: Project file fixups for Windows ARM64 (GH-13477)
by Paul Monson
· 5 years ago
fd1e0e9
bpo-35134: Register new traceback.h header files (GH-13431)
by Victor Stinner
· 5 years ago
f96e7fd
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
by Paul Monson
· 5 years ago
67ff6a1
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
by Paul Monson
· 5 years ago
fb7e750
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
by Paul Monson
· 5 years ago
f22cc69
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
by Pierre Glaser
· 5 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
· 6 years ago
4c70d9f
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
by Steve Dower
· 6 years ago
6aedfa6
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
by antektek
· 6 years ago
fbf5068
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
by Gregory Szorc
· 6 years ago
8ac6581
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370)
by Serhiy Storchaka
· 6 years ago
d3bbc52
Enable signing Windows builds with SHA1 environment variable (GH-11279)
by Steve Dower
· 6 years ago
f8e9bd5
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
by Steve Dower
· 6 years ago
d7538dd
bpo-35471: Remove the macpath module (GH-11129)
by Victor Stinner
· 6 years ago
4824385
bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)
by Steve Dower
· 6 years ago
0cd6391
bpo-34977: Add Windows App Store package (GH-11027)
by Steve Dower
· 6 years ago
1c3de54
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
by Steve Dower
· 6 years ago
f46eccd
bpo-35433: Properly detect installed SDK versions (GH-11009)
by Jeremy Kloth
· 6 years ago
cb0b78a
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
by Victor Stinner
· 6 years ago
468a15a
bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 6 years ago
54ba556
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
by Victor Stinner
· 6 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 6 years ago
e421106
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
by Victor Stinner
· 6 years ago
984061e
bpo-35081: Add new internal headers to Makefile (GH-10670)
by Victor Stinner
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
a1c249c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
by Victor Stinner
· 6 years ago
e281f7d
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
by Victor Stinner
· 6 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 6 years ago
31368a4
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
by Victor Stinner
· 6 years ago
53125a5
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Steve Dower
· 6 years ago
a05bef4
bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
by Victor Stinner
· 6 years ago
6279c1c
bpo-35053: Add Include/tracemalloc.h (GH-10091)
by Victor Stinner
· 6 years ago
fa53294
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
by Jeremy Kloth
· 6 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 6 years ago
6750922
bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)
by Steve Dower
· 6 years ago
864a892
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
by Steve Dower
· 6 years ago
6c785c0
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
by Victor Stinner
· 6 years ago
f9b364f
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
by Steve Dower
· 6 years ago
e97ba4c
bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165)
by Steve Dower
· 6 years ago
c0ee341
Fix Windows build of Python for latest WinSDK. (GH-6874)
by Carl Meyer
· 6 years ago
e5f41d2
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
by Steve Dower
· 6 years ago
b1dc075
bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)
by Steve Dower
· 7 years ago
881323d
Minor improvements to the Windows build/release process (GH-5935)
by Steve Dower
· 7 years ago
efa6c76
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
by Steve Dower
· 7 years ago
03e3c34
bpo-31333: Re-implement ABCMeta in C (#5273)
by Ivan Levkivskyi
· 7 years ago
667b91a
Add missing backslashes to get_externals.bat (GH-5731)
by Steve Dower
· 7 years ago
01423cb
Improves the ability to build in CI (GH-5728)
by Steve Dower
· 7 years ago
310b052
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
by Zachary Ware
· 7 years ago
5489bda
Start of 3.8.0a0
by Ned Deily
· 7 years ago
95e4d58
String annotations [PEP 563] (#4390)
by Guido van Rossum
· 7 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 7 years ago
2507e29
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
by Steve Dower
· 7 years ago
94e1696
bpo-14976: Reentrant simple queue (#3346)
by Antoine Pitrou
· 7 years ago
d135f20
bpo-32507: Change Windows install to include app-local UCRT (#5119)
by Steve Dower
· 7 years ago
6c6d3a4
Add missing backslashes in PCbuild bat files (GH-5056)
by Zachary Ware
· 7 years ago
e425bd7
move pygetopt.h to internal (closes bpo-32264) (#4830)
by Benjamin Peterson
· 7 years ago
7ea143a
bpo-29469: Move constant folding to AST optimizer (GH-2858)
by INADA Naoki
· 7 years ago
31a8393
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
by Victor Stinner
· 7 years ago
13badcb
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
by Serhiy Storchaka
· 7 years ago
0ea395a
bpo-32030: Add Python/pathconfig.c (#4668)
by Victor Stinner
· 7 years ago
9e87e77
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
by Victor Stinner
· 7 years ago
fd0fa67
bpo-31691: Specify where to find build instructions for the Windows installer (#4426)
by native-api
· 7 years ago
f7e5b56
bpo-32030: Split Py_Main() into subfunctions (#4399)
by Victor Stinner
· 7 years ago
31af650
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)
by Mariatta
· 7 years ago
30f4fa4
bpo-31957: Fixes version detection. (#4298)
by Steve Dower
· 7 years ago
Next »