COMMITS
/ Makefile.pre.in 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
November 8, 2017
X
bpo-31934: Abort when building out of a not clean source tree (GH-4255)
xdegaye committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
November 2, 2017
N
bpo-28643: Record profile-opt build progress with stamp files (#4223)
Neil Schemenauer committed
October 24, 2017
V
bpo-31810: Add smelly.py to check exported symbols (#4057)
Victor Stinner committed
September 29, 2017
B
explicitly list objects for the ar command (#3824)
Benjamin Peterson committed
B
stop using ranlib (closes bpo-31625) (#3815)
Benjamin Peterson committed
September 20, 2017
A
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Antoine Pitrou committed
September 11, 2017
V
bpo-30860: Add Include/internal/ in "make tags" (#3498)
Victor Stinner committed
September 8, 2017
O
bpo-31354: Let configure --with-lto work on all builds
octaviansoldea committed
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed