summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)Nikita Sobolev2023-11-041-2/+2
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-011-7/+0
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-301-0/+2
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-1/+34
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-171-1/+0
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+0
* GH-103480: fix sysconfig package not being installed (#110792)Filipe Laíns2023-10-131-0/+1
* gh-110313: Revert "gh-90108: Disable LTO on _freeze_module and _teste… (#11...Victor Stinner2023-10-111-2/+2
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-2/+20
* gh-108303: Move all inspect test files to `test_inspect/` (#109607)Nikita Sobolev2023-10-101-0/+1
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-091-0/+1
* gh-103053: Fix make check-clean-src: check "python" program (#110449)Victor Stinner2023-10-061-1/+2
* gh-110429: Fix race condition in "make regen-all" (#110433)Victor Stinner2023-10-051-2/+2
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-031-2/+2
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-301-6/+1
* gh-109566: Remove make testall (#110122)Victor Stinner2023-09-291-18/+4
* gh-108716: make regen-global-objects no longer builds deepfreeze.c (#110078)Victor Stinner2023-09-291-8/+2
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-281-0/+1
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-22/+23
* gh-109693: Remove pycore_atomic_funcs.h (#109694)Sam Gross2023-09-211-1/+0
* gh-108303: Move all math files to `Lib/test/mathdata/` (#109512)Nikita Sobolev2023-09-211-0/+1
* gh-90108: Disable LTO on _freeze_module and _testembed (#109581)Victor Stinner2023-09-201-2/+2
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-0/+6
* gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)Victor Stinner2023-09-191-1/+1
* gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)Nikita Sobolev2023-09-161-1/+2
* gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)Nikita Sobolev2023-09-151-0/+1
* gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314)Nikita Sobolev2023-09-121-0/+1
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-081-1/+0
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-9/+10
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-0/+2
* gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)Victor Stinner2023-09-061-0/+1
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-021-0/+1
* Add Modules/_testcapi/util.h header (GH-108774)Serhiy Storchaka2023-09-011-1/+1
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+3
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-291-0/+1
* gh-108240: Add pycore_capsule.h internal header file (#108596)Victor Stinner2023-08-291-0/+1
* gh-106320: Remove private _Py_Identifier API (#108593)Victor Stinner2023-08-291-0/+1
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-231-11/+3
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-221-0/+1
* gh-106016: Add Lib/test/test_module/ directory (#108293)Victor Stinner2023-08-221-0/+1
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-171-3/+1
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-161-5/+4