summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* make regen-all now suggests running: make autoconf (GH-30893)Victor Stinner2022-01-261-1/+1
* bpo-35134: Add Include/cpython/descrobject.h (GH-30923)Victor Stinner2022-01-261-0/+1
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-201-106/+39
* bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597)Christian Heimes2022-01-141-0/+1
* bpo-46370: Move the static initializer for _PyRuntime to its own header file....Eric Snow2022-01-131-0/+1
* bpo-44133: Link Python executable with object files (GH-30556)Victor Stinner2022-01-131-4/+7
* bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)Christian Heimes2022-01-121-8/+6
* bpo-46118: Make sure importlib.resources is included. (GH-30311)Jason R. Coombs2021-12-311-1/+1
* bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes2021-12-181-0/+18
* bpo-45953: Statically initialize the small ints. (gh-30092)Eric Snow2021-12-141-1/+1
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-36/+65
* bpo-45654: No need to freeze types (GH-30028)Christian Heimes2021-12-101-9/+0
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-0/+7
* bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya2021-12-091-0/+36
* bpo-45582: Fix framework path and bootstrap build (GH-29954)Christian Heimes2021-12-071-14/+2
* bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)Christian Heimes2021-12-061-2/+14
* bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes2021-12-031-21/+42
* bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)Christian Heimes2021-12-031-8/+7
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-9/+12
* bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)Christian Heimes2021-11-291-3/+2
* bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)Christian Heimes2021-11-261-3/+6
* bpo-40280: clean and ignore .wasm files (GH-29794)Christian Heimes2021-11-261-0/+1
* bpo-33393: Update config.guess and config.sub (GH-29781)Christian Heimes2021-11-251-0/+6
* bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes2021-11-241-41/+44
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-231-164/+83
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-231-0/+1
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Neil Schemenauer2021-11-231-1/+1
* Fix out-of-tree build support for multissltest (GH-29694)Christian Heimes2021-11-221-2/+2
* Refactor parser compilation units into specific components (GH-29676)Pablo Galindo Salgado2021-11-211-0/+2
* bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)Christian Heimes2021-11-201-5/+7
* bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)Christian Heimes2021-11-191-0/+3
* bpo-45774: Autoconfiscate SQLite detection (GH-29507)Erlend Egeberg Aasland2021-11-191-0/+1
* bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)Christian Heimes2021-11-181-2/+11
* bpo-45573: Introduce extension module flags in Makefile (GH-29594)Christian Heimes2021-11-181-4/+14
* bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)Christian Heimes2021-11-141-1/+1
* bpo-45800: Move pyexpat build setup into configure (GH-29547)Christian Heimes2021-11-141-3/+51
* bpo-45798: Move _decimal build setup into configure (GH-29541)Christian Heimes2021-11-131-2/+100
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-3/+182
* makefile: remove unused SGI_ABI variable (GH-29325)Filipe LaĆ­ns2021-11-021-1/+0
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-1/+0
* bpo-45548: Some test modules must be built as shared libs (GH-29268)Christian Heimes2021-10-291-2/+11
* bpo-45548: makesetup improvements (GH-29225)Christian Heimes2021-10-261-2/+3
* bpo-45595: Make extensions depend on header files (GH-29198)Christian Heimes2021-10-251-0/+22
* bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)Christian Heimes2021-10-251-5/+1
* bpo-35134: Add Include/cpython/longobject.h (GH-29044)Victor Stinner2021-10-191-0/+1
* bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)Victor Stinner2021-10-181-0/+2
* bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)Victor Stinner2021-10-151-1/+1
* bpo-45434: Remove Include/eval.h header file (GH-28973)Victor Stinner2021-10-151-1/+0
* bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)Victor Stinner2021-10-151-2/+1
* bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)Victor Stinner2021-10-151-4/+4