COMMITS
/ Doc/library/test.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 8, 2026
S
gh-143553: Add support for parametrized resources in regrtests (GH-143554)
Serhiy Storchaka committed
September 3, 2025
M
Docs: Fix typo in test.support.linked_to_musl function name (#138406)
Marc Mueller committed
July 14, 2025
A
gh-116738: Make grp module thread-safe (#135434)
Alper committed
April 14, 2025
Y
Docs: fix some typos in `Doc/library` (#132511)
Yongzi Li committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
March 16, 2025
B
February 4, 2025
S
gh-127933: Add option to run regression tests in parallel (gh-128003)
Sam Gross committed
December 10, 2024
H
gh-127718: Add colour to `test.regrtest` output (#127719)
Hugo van Kemenade committed
September 25, 2024
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 4, 2024
S
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross committed
February 7, 2024
S
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
Skip Montanaro committed
January 31, 2024
S
gh-101100: Fix class reference in library/test.rst (GH-114769)
Skip Montanaro committed
December 15, 2023
November 25, 2023
H
gh-101100: Define `test.regrtest` module to fix references (#112381)
Hugo van Kemenade committed
October 29, 2023
S
gh-111165: Remove documentation for moved functions (GH-111467)
Serhiy Storchaka committed
October 25, 2023
S
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
June 6, 2023
V
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner committed
April 2, 2023
C
gh-103109: Document ignore_warnings() test support helper (#103110)
Charlie Zhao committed
March 6, 2023
H
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
Hyunkyun Moon committed
March 1, 2023
H
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Hyunkyun Moon committed
October 1, 2022
W
Fix capitalization of Unix in documentation (#96913)
Will Hawkins committed
September 19, 2022
G
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
August 17, 2022
P
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95992)
Petr Viktorin committed
June 15, 2022
V
Add test.support.busy_retry() (#93770)
Victor Stinner committed
May 27, 2022
J
gh-77024: test.support: Improve documentation (#92513)
Jelle Zijlstra committed
May 25, 2022
V
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner committed
May 12, 2022
J
gh-92514: Remove unused test.support.BasicTestRunner (#92515)
Jelle Zijlstra committed
October 11, 2021
V
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
September 22, 2021
S
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
June 24, 2021
E
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
Erlend Egeberg Aasland committed
May 27, 2021
E
bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394)
Erlend Egeberg Aasland committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
October 15, 2020
S
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou committed
August 17, 2020
V
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner committed
June 18, 2020
V
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner committed
June 11, 2020
V
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
Victor Stinner committed
H
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
Hai Shi committed