summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* gh-91324: Convert the stable ABI manifest to TOML (GH-92026)Petr Viktorin2022-04-291-2/+2
* gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)Ethan Smith2022-04-281-9/+11
* gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner2022-04-261-1/+3
* gh-64783: Fix signal.NSIG value on FreeBSD (#91929)Victor Stinner2022-04-261-0/+1
* gh-91575: Add a script for generating data for case-insensitive matching in r...Serhiy Storchaka2022-04-221-0/+6
* gh-79315: Add Include/cpython/pythread.h header (#91798)Victor Stinner2022-04-211-0/+1
* gh-79315: Add Include/cpython/modsupport.h header (#91797)Victor Stinner2022-04-211-0/+1
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-3/+4
* gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)Christian Heimes2022-04-141-2/+2
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-1/+8
* bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-101-2/+3
* bpo-35134: Remove the Include/code.h header file (GH-32385)Victor Stinner2022-04-071-1/+0
* bpo-35134: Add Include/cpython/setobject.h header (GH-32384)Victor Stinner2022-04-071-0/+1
* bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)Victor Stinner2022-04-071-0/+1
* bpo-40280: Add limited Emscripten REPL (GH-32284)Christian Heimes2022-04-051-2/+9
* bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...Ronald Oussoren2022-04-051-0/+1
* bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)Serhiy Storchaka2022-04-041-1/+1
* bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...Hood Chatham2022-04-031-1/+3
* bpo-47152: Convert the re module into a package (GH-32177)Serhiy Storchaka2022-04-021-0/+1
* bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...Eric Snow2022-03-311-18/+6
* bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)Erlend Egeberg Aasland2022-03-311-6/+0
* bpo-47146: Avoid Using make Recursively (gh-32206)Eric Snow2022-03-301-9/+18
* bpo-47146: Eliminate a race between make regen-deepfreeze and make regen-glob...Eric Snow2022-03-281-7/+8
* bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)Christian Heimes2022-03-261-2/+1
* bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)Christian Heimes2022-03-261-1/+1
* bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...Eric Snow2022-03-231-1/+6
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-1/+1
* bpo-46973: Add regen-configure make target (GH-31792)Christian Heimes2022-03-101-5/+11
* bpo-40059: Fix installation of tomllib (GH-31784)Dominic Davis-Foster2022-03-091-0/+1
* bpo-46933: Fix make distclean regression (GH-31737)Erlend Egeberg Aasland2022-03-071-1/+1
* bpo-46933: Make pwd module optional (GH-31700)Christian Heimes2022-03-071-5/+9
* bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...Eric Snow2022-03-011-1/+1
* bpo-45459: Add pytypedefs.h header file (GH-31527)Victor Stinner2022-02-241-0/+1
* bpo-45459: Rename buffer.h to pybuffer.h (#31201)Victor Stinner2022-02-221-1/+1
* bpo-46541: Drop the check for orphaned global strings. (gh-31363)Eric Snow2022-02-151-3/+0
* Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)Eric Snow2022-02-141-2/+2
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-081-0/+3
* bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes2022-02-021-0/+1
* bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow2022-01-271-1/+9
* make regen-all now suggests running: make autoconf (GH-30893)Victor Stinner2022-01-271-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-301-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-131-1/+1
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-36/+65