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
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
1
-1/+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
2
-0/+8
*
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
Steve Dower
2019-03-07
1
-1/+1
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
2
-8/+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
2
-0/+8
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
2
-24/+0
*
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner
2019-03-01
2
-0/+4
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
2
-3/+7
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
43
-4/+956
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower
2019-02-02
3
-94/+1
*
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
antektek
2019-01-10
1
-1/+1
*
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
Gregory Szorc
2019-01-08
2
-4/+0
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
2
-0/+4
*
Enable signing Windows builds with SHA1 environment variable (GH-11279)
Steve Dower
2018-12-21
1
-2/+3
*
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
Steve Dower
2018-12-14
2
-4/+4
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
1
-3/+1
*
bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)
Steve Dower
2018-12-11
3
-13/+4
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
7
-0/+279
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
3
-0/+172
*
bpo-35433: Properly detect installed SDK versions (GH-11009)
Jeremy Kloth
2018-12-10
2
-7/+13
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
10
-450/+1
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
10
-1/+450
*
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
Victor Stinner
2018-11-28
2
-0/+32
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
2
-0/+4
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
2
-0/+4
*
bpo-35081: Add new internal headers to Makefile (GH-10670)
Victor Stinner
2018-11-23
2
-0/+8
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
2
-7/+11
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
2
-0/+8
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
2
-5/+4
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
3
-23/+24
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
2
-0/+4
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
4
-118/+1
*
bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
Victor Stinner
2018-10-26
1
-0/+2
*
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner
2018-10-25
2
-0/+4
*
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
Jeremy Kloth
2018-10-23
1
-10/+25
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
3
-5/+9
*
bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)
Steve Dower
2018-09-17
1
-2/+2
*
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
Steve Dower
2018-08-15
2
-4/+4
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
2
-0/+8
*
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
Steve Dower
2018-05-28
2
-2/+3
*
bpo-33614: Ensures module definition files for the stable ABI on Windows are ...
Steve Dower
2018-05-28
2
-5/+25
*
Fix Windows build of Python for latest WinSDK. (GH-6874)
Carl Meyer
2018-05-17
1
-1/+2
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
1
-5/+6
*
bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)
Steve Dower
2018-04-14
3
-5/+5
*
Minor improvements to the Windows build/release process (GH-5935)
Steve Dower
2018-02-28
1
-8/+7
*
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
Steve Dower
2018-02-23
2
-4/+4
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
2
-0/+4
*
Add missing backslashes to get_externals.bat (GH-5731)
Steve Dower
2018-02-18
1
-2/+2
*
Improves the ability to build in CI (GH-5728)
Steve Dower
2018-02-18
3
-6/+8
*
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
Zachary Ware
2018-02-11
1
-0/+1
[next]