COMMITS
/ Makefile.pre.in June 10, 2019
C
bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
Christian Heimes 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 25, 2019
J
bpo-34632 fix buildbots and remove artifact (GH-13566)
Jason R. Coombs committed
C
bpo-34632: fix installation of importlib.metadata (#13563)
Chih-Hsuan Yen committed
May 24, 2019
V
bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551)
Victor Stinner committed
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
V
bpo-36721: Add --embed option to python-config (GH-13500)
Victor Stinner committed
May 20, 2019
V
bpo-35134: Register new traceback.h header files (GH-13431)
Victor Stinner committed
May 15, 2019
A
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou committed
May 2, 2019
S
bpo-13611: Include C14N 2.0 test data in installation (GH-13053)
Stefan Behnel committed
April 29, 2019
X
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
xdegaye committed
X
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye committed
April 26, 2019
V
bpo-21536: Revert Makefile change on python-config (GH-12971)
Victor Stinner committed
V
bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)
Victor Stinner committed
April 25, 2019
V
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
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
April 9, 2019
V
bpo-36508: python-config don't export LINKFORSHARED (GH-12661)
Victor Stinner committed
March 25, 2019
P
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456)
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
V
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner committed
February 20, 2019
I
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki committed
January 24, 2019
J
bpo-35520: Fix build with dtrace support on certain systems. (#11194)
Jakub Kulík committed
December 23, 2018
N
bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297)
Ned Deily committed
December 22, 2018
S
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370)
Serhiy Storchaka committed
December 19, 2018
S
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
stratakis committed
December 16, 2018
V
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164)
Victor Stinner committed
December 9, 2018
J
November 28, 2018
V
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
Victor Stinner committed
November 27, 2018
V
bpo-35134: Update "make tags": add Include/cpython/ (GH-10739)
Victor Stinner committed
E
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712)
E. M. Bray committed
November 25, 2018
V
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner committed
November 23, 2018
V
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner committed
V
bpo-35296: make install now installs the internal API (GH-10665)
Victor Stinner committed
V
bpo-35081: Add new internal headers to Makefile (GH-10670)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
V
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 30, 2018
V
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner committed
October 25, 2018
V
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner committed
October 4, 2018
B
closes bpo-34869: Remove LDLAST. (GH-9667)
Benjamin Peterson committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed