summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-0/+1
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-5/+5
* gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...Russell Keith-Magee2024-02-261-3/+53
* gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)Seth Michael Larson2024-02-221-2/+2
* gh-111225: Link extension modules against libpython on Android (#115780)Malcolm Smith2024-02-211-2/+2
* gh-115737: Correct libpython install name for macOS shared library builds. (g...Russell Keith-Magee2024-02-211-1/+1
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-161-0/+2
* gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)mpage2024-02-141-0/+1
* gh-115421: Update the list of installed test subdirectories. (#115422)T. Wouters2024-02-131-3/+9
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-131-0/+8
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-1/+7
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-131-0/+1
* gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...Russell Keith-Magee2024-02-121-5/+6
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-091-0/+2
* gh-114505: Add missing header file dependencies (#114513)Skip Montanaro2024-02-071-241/+259
* gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)Zachary Ware2024-02-031-1/+12
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-1/+10
* gh-112529: Implement GC for free-threaded builds (#114262)Sam Gross2024-01-251-0/+3
* gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)Nikita Sobolev2024-01-231-0/+1
* gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)Sam Gross2024-01-201-0/+1
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-0/+1
* GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)Brandt Bucher2024-01-121-1/+0
* gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)Donghee Na2024-01-091-0/+3
* gh-113688: fix dtrace build on Solaris (#113814)Jakub Kulík2024-01-081-2/+2
* gh-89532: Remove LibreSSL workarounds (#28728)Rami2024-01-061-1/+1
* gh-113688: Split up gcmodule.c (gh-113715)Sam Gross2024-01-051-0/+1
* gh-113370: Add missing obmalloc.o dependencies on mimalloc (#113371)Sam Gross2023-12-211-2/+5
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-7/+1
* gh-112305: Fix check-clean-src to detect frozen_modules .h files. (#113344)Gregory P. Smith2023-12-211-2/+4
* gh-113330: Fix mimalloc headers reference (#113331)Sam Gross2023-12-201-1/+1
* GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)Mark Shannon2023-12-201-1/+2
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-10/+15
* GH-110109: Move tests for pathlib ABCs to new module. (#112904)Barney Gale2023-12-161-0/+1
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-121-1/+2
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-111-0/+3
* gh-110109: Fix installed buildbots now `pathlib` is a package (#112901)Alex Waygood2023-12-091-0/+1
* GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...Mark Shannon2023-12-081-1/+2
* gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...Sam Gross2023-12-071-0/+1
* gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...Seth Michael Larson2023-12-071-1/+5
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-1/+2
* gh-108927: Include new dir test/regrtestdata in the installation (GH-112765)Serhiy Storchaka2023-12-061-0/+3
* GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...Brett Cannon2023-11-301-0/+1
* gh-106529: Cleanups split off gh-112134 (#112214)Guido van Rossum2023-11-171-0/+1
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-7/+1
* gh-96954: Don't run regen-unicodedata in regen-all (#112120)Victor Stinner2023-11-151-3/+3
* gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)Miro Hrončok2023-11-151-1/+1
* gh-111545: Add Include/cpython/pyhash.h header file (#112063)Victor Stinner2023-11-151-0/+1
* gh-108303: Install `Lib/test/configdata` (#111899)Nikita Sobolev2023-11-101-0/+1
* gh-111569: Implement Python critical section API (gh-111571)Sam Gross2023-11-081-0/+2
* gh-96954: use a directed acyclic word graph for storing the unicodedata codep...CF Bolz-Tereick2023-11-041-1/+9