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
...
*
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
*
gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)
Victor Stinner
2023-10-06
1
-0/+3
*
gh-110167: Fix test_socket deadlock in doCleanups() (#110416)
Victor Stinner
2023-10-05
1
-0/+5
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
1
-0/+4
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-0/+3
*
gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...
Xuehai Pan
2023-10-03
1
-0/+2
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
1
-0/+5
*
gh-110031: Skip test_threading fork tests if ASAN (#110100)
Victor Stinner
2023-09-29
1
-0/+2
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
1
-0/+4
*
gh-109974: Fix threading lock_tests race conditions (#110057)
Victor Stinner
2023-09-29
1
-0/+3
*
gh-110033: Fix signal test_interprocess_signal() (#110035)
Victor Stinner
2023-09-28
1
-0/+5
*
gh-109594: Fix concurrent.futures test_timeout() (#110018)
Victor Stinner
2023-09-28
1
-0/+4
*
gh-109972: Split test_gdb.py into test_gdb package (#109977)
Victor Stinner
2023-09-28
1
-0/+2
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
1
-0/+3
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-0/+4
*
gh-109739: regrtest disables load tracker if refleak (#109871)
Victor Stinner
2023-09-26
1
-0/+3
*
gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)
Victor Stinner
2023-09-25
1
-0/+3
*
gh-109276: regrtest re-runs "env changed" tests (#109831)
Victor Stinner
2023-09-25
1
-0/+3
*
gh-108996: fix and enable test_msvcrt (#109226)
AN Long
2023-09-22
1
-0/+1
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
1
-0/+4
*
gh-109580: Skip test_perf_profiler on ASAN build (#109584)
Victor Stinner
2023-09-19
1
-0/+3
*
gh-109425: regrtest decodes worker stdout with backslashreplace (#109428)
Victor Stinner
2023-09-14
1
-0/+3
*
gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (#109423)
Victor Stinner
2023-09-14
1
-0/+3
*
gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)
Victor Stinner
2023-09-13
1
-0/+4
[prev]
[next]