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
/
pythoncore.vcxproj.filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
1
-0/+3
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
1
-0/+3
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
1
-0/+3
*
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
2019-06-18
1
-0/+6
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+3
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-9/+9
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
1
-0/+6
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
1
-0/+3
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+6
*
bpo-35134: Register new traceback.h header files (GH-13431)
Victor Stinner
2019-05-20
1
-0/+6
*
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
Victor Stinner
2019-04-15
1
-0/+3
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-3/+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-0/+6
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
1
-6/+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-0/+6
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
1
-18/+0
*
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner
2019-03-01
1
-0/+3
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-2/+5
*
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
Gregory Szorc
2019-01-08
1
-3/+0
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
1
-0/+3
*
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
Victor Stinner
2018-11-28
1
-0/+24
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
1
-0/+3
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
1
-0/+3
*
bpo-35081: Add new internal headers to Makefile (GH-10670)
Victor Stinner
2018-11-23
1
-0/+6
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-4/+7
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
1
-0/+6
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
1
-3/+3
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-12/+12
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
1
-0/+3
*
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner
2018-10-25
1
-0/+3
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-3/+0
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-0/+6
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+3
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-0/+3
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+18
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-15
1
-0/+3
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-1/+1
*
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
2017-12-14
1
-0/+3
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-0/+3
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-3/+0
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
1
-0/+3
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-4/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+21
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
1
-70/+73
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-24/+0
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-0/+24
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-2/+2
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
1
-0/+3
*
mark dtrace stubs as static inline; remove stubs
Benjamin Peterson
2016-10-21
1
-3/+0
*
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki
2016-10-15
1
-3/+3
[next]