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
/
Misc
/
NEWS.d
/
next
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.13.0b2
v3.13.0b2
Thomas Wouters
2024-06-05
1
-2/+0
*
[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...
Miss Islington (bot)
2024-05-20
1
-0/+2
*
Python 3.13.0a6
v3.13.0a6
Thomas Wouters
2024-04-09
7
-14/+0
*
gh-83434: Disable XML in regrtest when -R option is used (#117232)
Victor Stinner
2024-03-26
1
-0/+3
*
gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203)
Sebastian Pipping
2024-03-26
1
-0/+1
*
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
1
-0/+3
*
gh-117089: Move importlib.metadata tests to their own package (#117092)
Jason R. Coombs
2024-03-20
1
-0/+1
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
1
-0/+2
*
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon
2024-03-13
1
-0/+1
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-03-12
1
-0/+3
|
\
|
*
gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)
Jason R. Coombs
2024-03-12
1
-0/+3
*
|
Python 3.13.0a5
v3.13.0a5
Thomas Wouters
2024-03-12
9
-16/+0
|
/
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
1
-0/+1
*
gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)
Petr Viktorin
2024-02-27
1
-0/+2
*
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...
Malcolm Smith
2024-02-25
1
-0/+2
*
gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...
Irit Katriel
2024-02-22
1
-0/+2
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
1
-0/+2
*
gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...
Brian Schubert
2024-02-17
1
-0/+2
*
gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...
Łukasz Langa
2024-02-16
1
-0/+2
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-02-15
2
-0/+3
|
\
|
*
gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...
Irit Katriel
2024-02-15
1
-0/+2
|
*
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...
Irit Katriel
2024-02-15
1
-0/+1
*
|
Python 3.13.0a4
v3.13.0a4
Thomas Wouters
2024-02-15
2
-5/+0
|
/
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
1
-0/+1
*
gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
Ayappan Perumal
2024-02-01
1
-0/+4
*
Python 3.13.0a3
v3.13.0a3
Thomas Wouters
2024-01-17
10
-26/+0
*
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...
Barney Gale
2024-01-13
1
-0/+5
*
GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...
Brett Cannon
2024-01-13
1
-0/+2
*
GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...
Brett Cannon
2024-01-12
1
-0/+3
*
GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...
Brett Cannon
2024-01-12
1
-0/+3
*
GH-113633: Use module state structure for _testcapi. (GH-113634)
Neil Schemenauer
2024-01-01
1
-0/+1
*
bpo-40648: Test modes that file can get with chmod() on Windows (GH-20130)
Pavol Babinčák
2023-12-13
1
-0/+1
*
gh-109980: Fix test_tarfile_vs_tar on macOS (#112905)
Ronald Oussoren
2023-12-10
1
-0/+2
*
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith
2023-12-09
1
-0/+2
*
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suf...
Miro Hrončok
2023-12-05
1
-0/+3
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
1
-0/+4
*
Python 3.13.0a2
v3.13.0a2
Thomas Wouters
2023-11-22
8
-21/+0
*
GH-111808: Make the default value for `test.support.infinite_recursion()` con...
Brett Cannon
2023-11-17
1
-0/+4
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Łukasz Langa
2023-11-10
1
-0/+2
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-0/+3
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
1
-0/+2
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-0/+4
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
1
-0/+2
*
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
Charles Machalow
2023-10-18
1
-0/+2
*
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Victor Stinner
2023-10-17
1
-0/+2
*
Python 3.13.0a1
v3.13.0a1
Thomas Wouters
2023-10-13
58
-172/+0
*
gh-110647: Fix signal test_stress_modifying_handlers() (#110650)
Victor Stinner
2023-10-10
1
-0/+2
*
gh-110388: Add tests for tty (GH-110394)
Serhiy Storchaka
2023-10-10
1
-0/+1
*
gh-81002: Add tests for termios (GH-110386)
Serhiy Storchaka
2023-10-10
1
-0/+1
*
gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)
Illia Volochii
2023-10-09
1
-0/+2
[next]