COMMITS
/ PCbuild/pythoncore.vcxproj September 9, 2020
M
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss committed
July 30, 2020
M
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon committed
June 23, 2020
N
bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)
Nikita Nemkin committed
June 22, 2020
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 21, 2020
L
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou committed
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner committed
May 12, 2020
V
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner committed
May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
April 28, 2020
V
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner committed
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
April 27, 2020
A
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
Ammar Askar committed
April 23, 2020
L
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 17, 2020
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_interp.h header (GH-19499)
Victor Stinner committed
V
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner committed
April 8, 2020
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
March 26, 2020
V
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner committed
March 11, 2020
S
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
Steve Dower committed
March 3, 2020
S
bpo-38597: Never statically link extension initialization code on Windows (GH-18724)
Steve Dower committed
February 12, 2020
V
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)
Victor Stinner committed
V
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Victor Stinner committed
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
V
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner committed
February 7, 2020
V
bpo-35134: Create Include/cpython/listobject.h (GH-18395)
Victor Stinner committed
January 29, 2020
S
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower committed
November 14, 2019
V
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner committed
November 4, 2019
V
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner committed
August 23, 2019
D
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na committed
June 18, 2019
V
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner committed
June 11, 2019
P
bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
Paul Monson committed
June 3, 2019
I
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 26, 2019
A
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou committed
May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 20, 2019
V
bpo-35134: Register new traceback.h header files (GH-13431)
Victor Stinner committed
May 17, 2019
P
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson committed
April 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner committed
April 15, 2019
V
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
Victor Stinner committed
April 13, 2019
P
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo committed
March 15, 2019
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
March 1, 2019
E
P
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo committed
V
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner committed