aboutsummaryrefslogtreecommitdiff
path: root/Makefile.pre.in
AgeCommit message (Expand)Author
2022-02-22bpo-45459: Rename buffer.h to pybuffer.h (#31201)Victor Stinner
2022-02-15bpo-46541: Drop the check for orphaned global strings. (gh-31363)Eric Snow
2022-02-14Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)Eric Snow
2022-02-08bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow
2022-02-02 bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes
2022-01-27bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow
2022-01-27make regen-all now suggests running: make autoconf (GH-30893)Victor Stinner
2022-01-26bpo-35134: Add Include/cpython/descrobject.h (GH-30923)Victor Stinner
2022-01-20bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya
2022-01-14bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597)Christian Heimes
2022-01-13bpo-46370: Move the static initializer for _PyRuntime to its own header file....Eric Snow
2022-01-13bpo-44133: Link Python executable with object files (GH-30556)Victor Stinner
2022-01-12bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)Christian Heimes
2021-12-30bpo-46118: Make sure importlib.resources is included. (GH-30311)Jason R. Coombs
2021-12-18bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes
2021-12-13bpo-45953: Statically initialize the small ints. (gh-30092)Eric Snow
2021-12-13bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes
2021-12-10bpo-45654: No need to freeze types (GH-30028)Christian Heimes
2021-12-09bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow
2021-12-09bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya
2021-12-07bpo-45582: Fix framework path and bootstrap build (GH-29954)Christian Heimes
2021-12-06bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)Christian Heimes
2021-12-03bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes
2021-12-03bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)Christian Heimes
2021-12-03bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower
2021-11-29bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)Christian Heimes
2021-11-26bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)Christian Heimes
2021-11-26bpo-40280: clean and ignore .wasm files (GH-29794)Christian Heimes
2021-11-25bpo-33393: Update config.guess and config.sub (GH-29781)Christian Heimes
2021-11-24bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes
2021-11-23bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum
2021-11-23bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon
2021-11-23bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Neil Schemenauer
2021-11-22Fix out-of-tree build support for multissltest (GH-29694)Christian Heimes
2021-11-21Refactor parser compilation units into specific components (GH-29676)Pablo Galindo Salgado
2021-11-20bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)Christian Heimes
2021-11-19bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)Christian Heimes
2021-11-19bpo-45774: Autoconfiscate SQLite detection (GH-29507)Erlend Egeberg Aasland
2021-11-18bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)Christian Heimes
2021-11-18bpo-45573: Introduce extension module flags in Makefile (GH-29594)Christian Heimes
2021-11-14bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)Christian Heimes
2021-11-14bpo-45800: Move pyexpat build setup into configure (GH-29547)Christian Heimes
2021-11-13bpo-45798: Move _decimal build setup into configure (GH-29541)Christian Heimes
2021-11-10bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum
2021-11-02makefile: remove unused SGI_ABI variable (GH-29325)Filipe LaĆ­ns
2021-10-29bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland
2021-10-29bpo-45548: Some test modules must be built as shared libs (GH-29268)Christian Heimes
2021-10-26bpo-45548: makesetup improvements (GH-29225)Christian Heimes
2021-10-25bpo-45595: Make extensions depend on header files (GH-29198)Christian Heimes
2021-10-25bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)Christian Heimes