index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
test.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406...
Miss Islington (bot)
2025-09-08
1
-1/+1
*
[3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)
Miss Islington (bot)
2025-07-15
1
-0/+7
*
Docs: fix some typos in `Doc/library` (#132511)
Yongzi Li
2025-04-14
1
-1/+1
*
Python 3.14.0a7
v3.14.0a7
Hugo van Kemenade
2025-04-08
1
-1/+1
*
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray
2025-03-19
1
-1/+30
*
gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...
Bénédikt Tran
2025-03-16
1
-2/+5
*
gh-127933: Add option to run regression tests in parallel (gh-128003)
Sam Gross
2025-02-04
1
-0/+5
*
gh-127718: Add colour to `test.regrtest` output (#127719)
Hugo van Kemenade
2024-12-10
1
-0/+4
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-1/+1
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka
2024-05-08
1
-1/+1
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
1
-0/+6
*
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
Skip Montanaro
2024-02-07
1
-3/+3
*
gh-101100: Fix class reference in library/test.rst (GH-114769)
Skip Montanaro
2024-01-31
1
-1/+1
*
gh-101100: Fix various Sphinx warnings for dunder references in the `library/...
Alex Waygood
2023-12-15
1
-1/+2
*
gh-101100: Define `test.regrtest` module to fix references (#112381)
Hugo van Kemenade
2023-11-25
1
-0/+3
*
gh-111165: Remove documentation for moved functions (GH-111467)
Serhiy Storchaka
2023-10-29
1
-10/+0
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
1
-28/+0
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
1
-1/+1
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-1/+1
*
gh-103109: Document ignore_warnings() test support helper (#103110)
Charlie Zhao
2023-04-02
1
-0/+15
*
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
Hyunkyun Moon
2023-03-06
1
-1/+1
*
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Hyunkyun Moon
2023-03-01
1
-0/+7
*
Fix capitalization of Unix in documentation (#96913)
Will Hawkins
2022-10-01
1
-1/+1
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-1/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+10
*
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...
Petr Viktorin
2022-08-17
1
-0/+6
*
Add test.support.busy_retry() (#93770)
Victor Stinner
2022-06-15
1
-0/+45
*
gh-77024: test.support: Improve documentation (#92513)
Jelle Zijlstra
2022-05-27
1
-42/+68
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-0/+9
*
gh-92514: Remove unused test.support.BasicTestRunner (#92515)
Jelle Zijlstra
2022-05-12
1
-7/+0
*
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner
2021-10-11
1
-0/+9
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
1
-2/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-2/+2
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-2/+2
*
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26...
Erlend Egeberg Aasland
2021-06-24
1
-1/+1
*
bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394)
Erlend Egeberg Aasland
2021-05-27
1
-0/+8
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-2/+2
*
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou
2020-10-15
1
-0/+2
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-5/+5
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-0/+8
*
bpo-40275: Move TransientResource to test_urllib2net (GH-20812)
Victor Stinner
2020-06-11
1
-9/+0
*
bpo-40275: Add warnings_helper submodule in test.support (GH-20797)
Hai Shi
2020-06-11
1
-93/+102
*
bpo-40275: Add import_helper submodule in test.support (GH-20794)
Hai Shi
2020-06-10
1
-103/+116
*
bpo-40275: Add os_helper submodule in test.support (GH-20765)
Hai Shi
2020-06-10
1
-172/+184
*
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
Hai Shi
2020-05-28
1
-5/+0
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-67/+78
[next]