COMMITS
/ Makefile.pre.in March 11, 2024
P
[3.11] gh-115421: List all test/ subdirs in Makefile, and test them (GH-115813)
Petr Viktorin committed
February 15, 2024
N
[3.11] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) (#115501)
Nikita Sobolev committed
January 19, 2024
December 21, 2023
M
[3.11] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-113344) (#113347)
Miss Islington (bot) committed
December 6, 2023
S
[3.11] gh-108927: Include new dir test/regrtestdata in the installation (GH-112765) (GH-112784)
Serhiy Storchaka committed
December 4, 2023
S
[3.11] GH-112160: Pin to manifest of quay.io/tiran/cpython_autoconf (#112161)
Seth Michael Larson committed
November 10, 2023
M
[3.11] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111945)
Miss Islington (bot) committed
October 31, 2023
N
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#111543)
Nikita Sobolev committed
October 10, 2023
M
[3.11] [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (GH-109682) (#110646)
Miss Islington (bot) committed
October 6, 2023
M
[3.11] gh-103053: Fix make check-clean-src: check "python" program (GH-110449) (#110454)
Miss Islington (bot) committed
October 5, 2023
M
[3.11] gh-110429: Fix race condition in "make regen-all" (GH-110433) (#110439)
Miss Islington (bot) committed
October 4, 2023
V
[3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#110343)
Victor Stinner committed
September 21, 2023
V
[3.11] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) (#109678)
Victor Stinner committed
V
[3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (#109680)
Victor Stinner committed
V
[3.11] gh-108303: Create Lib/test/test_dataclasses/ directory (#108978) (#109675)
Victor Stinner committed
September 6, 2023
V
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
Victor Stinner committed
August 23, 2023
V
[3.11] gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) (#108336)
Victor Stinner committed
August 22, 2023
M
[3.11] gh-106016: Add Lib/test/test_module/ directory (GH-108293) (#108304)
Miss Islington (bot) committed
July 23, 2023
July 5, 2023
April 28, 2023
Z
[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)
Zachary Ware committed
April 27, 2023
E
[3.11] gh-98822: Add missing test directories to TESTSUBDIRS (#103942) (#103946)
Erlend E. Aasland committed
November 13, 2022
November 2, 2022
M
gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
Miss Islington (bot) committed
October 8, 2022
J
[3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071)
Jelle Zijlstra committed
October 4, 2022
S
[3.11] gh-97731: fix distclean target to clean docs GH-97732 (#97844)
Senthil Kumaran committed
September 13, 2022
C
August 1, 2022
C
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Christian Heimes committed
July 23, 2022
M
gh-89758: Track all socket module dependencies (GH-95157)
Miss Islington (bot) committed
July 13, 2022
M
gh-94759: Create LCOV report with branch coverage (GH-94793)
Miss Islington (bot) committed
June 29, 2022
C
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415)
Christian Heimes committed
June 27, 2022
C
[3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (GH-94317)
Christian Heimes committed
June 20, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner committed
June 18, 2022
M
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
Miss Islington (bot) committed
M
gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
Miss Islington (bot) committed
June 8, 2022
C
[3.11] gh-93584: Make all install+tests targets depends on all (GH-93589) (GH-93603)
Christian Heimes committed
May 8, 2022
P
[3.11] Add CI step to check changes in the exported ABI (#92442)
Pablo Galindo Salgado committed
April 29, 2022
P
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin committed
April 28, 2022
E
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)
Ethan Smith committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
April 22, 2022
S
gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660)
Serhiy Storchaka committed
April 21, 2022
V
gh-79315: Add Include/cpython/pythread.h header (#91798)
Victor Stinner committed
V
gh-79315: Add Include/cpython/modsupport.h header (#91797)
Victor Stinner committed
April 15, 2022
B
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher committed
April 14, 2022
C
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes committed
April 12, 2022
S
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka committed
April 10, 2022
C
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes committed
April 7, 2022
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
April 6, 2022
V
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
Victor Stinner committed