COMMITS
/ Makefile.pre.in 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
August 1, 2018
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed
July 16, 2018
A
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou committed
April 30, 2018
M
Enable the verbose build for extension modules with GNU make (#6659)
Matthias Klose committed
April 20, 2018
B
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon committed
February 17, 2018
Z
bpo-30638: Add clinic to `make regen-all` (GH-5671)
Zachary Ware committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
January 20, 2018
C
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes committed
January 16, 2018
C
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Christian Heimes committed
January 9, 2018
N
bpo-32248: install new test_importlib directories (#5138)
Ned Deily committed
December 15, 2017
B
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson committed
December 14, 2017
I
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki committed
December 4, 2017
V
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner committed
December 2, 2017
S
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka committed
December 1, 2017
V
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner committed
November 30, 2017
V
make tags: index also Modules/_ctypes/ (#4648)
Victor Stinner committed
November 24, 2017
V
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner committed