COMMITS
/ Makefile.pre.in December 14, 2021
E
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow committed
December 13, 2021
C
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes committed
December 10, 2021
C
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes committed
December 9, 2021
E
K
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya committed
December 7, 2021
C
bpo-45582: Fix framework path and bootstrap build (GH-29954)
Christian Heimes committed
December 6, 2021
C
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes committed
December 3, 2021
C
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes committed
C
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes committed
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
November 29, 2021
C
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes committed
November 26, 2021
C
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
Christian Heimes committed
C
bpo-40280: clean and ignore .wasm files (GH-29794)
Christian Heimes committed
November 25, 2021
C
bpo-33393: Update config.guess and config.sub (GH-29781)
Christian Heimes committed
November 24, 2021
C
bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
Christian Heimes committed
November 23, 2021
G
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum committed
M
N
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Neil Schemenauer committed
November 22, 2021
C
Fix out-of-tree build support for multissltest (GH-29694)
Christian Heimes committed
November 21, 2021
P
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado committed
November 20, 2021
C
bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)
Christian Heimes committed
November 19, 2021
C
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Christian Heimes committed
E
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Erlend Egeberg Aasland committed
November 18, 2021
C
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Christian Heimes committed
C
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes committed
November 14, 2021
C
bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)
Christian Heimes committed
C
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes committed
November 13, 2021
C
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes committed
November 11, 2021
G
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum committed
November 2, 2021
F
makefile: remove unused SGI_ABI variable (GH-29325)
Filipe Laíns committed
October 29, 2021
E
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland committed
C
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes committed
October 26, 2021
C
bpo-45548: makesetup improvements (GH-29225)
Christian Heimes committed
October 25, 2021
C
bpo-45595: Make extensions depend on header files (GH-29198)
Christian Heimes committed
C
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes committed
October 19, 2021
V
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner committed
October 18, 2021
V
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner committed
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
V
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner committed
V
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner committed
V
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner committed
V
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner committed
October 14, 2021
V
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner committed
V
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner committed
October 13, 2021
V
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner committed
October 6, 2021
I
Remove test_nntplib from quicktest (GH-28754)
Inada Naoki committed
October 2, 2021
N
Makefile: Fix missing slashes (GH-28659)
native-api committed
October 1, 2021
E
Install the __phello__ package too. (#28665)
Eric Snow committed
E
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow committed
September 24, 2021
E
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow committed