COMMITS
/ Makefile.pre.in December 7, 2023
S
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#112303)
Seth Michael Larson committed
December 6, 2023
S
gh-108927: Include new dir test/regrtestdata in the installation (GH-112765)
Serhiy Storchaka committed
November 30, 2023
November 17, 2023
G
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum committed
November 15, 2023
V
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner committed
V
gh-96954: Don't run regen-unicodedata in regen-all (#112120)
Victor Stinner committed
M
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)
Miro Hrončok committed
V
gh-111545: Add Include/cpython/pyhash.h header file (#112063)
Victor Stinner committed
November 10, 2023
N
gh-108303: Install `Lib/test/configdata` (#111899)
Nikita Sobolev committed
November 8, 2023
S
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross committed
November 4, 2023
C
gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names (#97906)
CF Bolz-Tereick committed
N
gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)
Nikita Sobolev committed
November 1, 2023
G
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum committed
October 30, 2023
E
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow committed
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 17, 2023
D
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na committed
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
October 13, 2023
F
GH-103480: fix sysconfig package not being installed (#110792)
Filipe Laíns committed
October 11, 2023
V
gh-110313: Revert "gh-90108: Disable LTO on _freeze_module and _teste… (#110720)
Victor Stinner committed
L
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou committed
October 10, 2023
N
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev committed
October 9, 2023
E
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow committed
October 6, 2023
V
gh-103053: Fix make check-clean-src: check "python" program (#110449)
Victor Stinner committed
October 5, 2023
V
gh-110429: Fix race condition in "make regen-all" (#110433)
Victor Stinner committed
October 3, 2023
V
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Victor Stinner committed
September 30, 2023
V
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner committed
September 29, 2023
V
gh-109566: Remove make testall (#110122)
Victor Stinner committed
V
gh-108716: make regen-global-objects no longer builds deepfreeze.c (#110078)
Victor Stinner committed
September 28, 2023
V
gh-109972: Split test_gdb.py into test_gdb package (#109977)
Victor Stinner committed
September 26, 2023
V
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner committed
September 21, 2023
S
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross committed
N
gh-108303: Move all math files to `Lib/test/mathdata/` (#109512)
Nikita Sobolev committed
September 20, 2023
V
gh-90108: Disable LTO on _freeze_module and _testembed (#109581)
Victor Stinner committed
September 19, 2023
S
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross committed
V
gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)
Victor Stinner committed
September 16, 2023
N
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev committed
September 15, 2023
N
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
Nikita Sobolev committed
September 12, 2023
N
gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314)
Nikita Sobolev committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 6, 2023
V
gh-108740: Fix "make regen-all" race condition (#108741)
Victor Stinner committed
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
V
gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)
Victor Stinner committed
September 2, 2023
S
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross committed
September 1, 2023
S
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka committed
August 31, 2023
V
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner committed
August 29, 2023
V
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner committed
V
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner committed
V
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed