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
/
Lib
/
test
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na
2024-02-14
1
-12/+15
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
2
-9/+25
*
gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)
Nikita Sobolev
2024-01-23
1
-1/+3
*
gh-108303: Move `smtpd` to `test.support` (#114368)
Nikita Sobolev
2024-01-22
1
-0/+873
*
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Ronald Oussoren
2024-01-21
1
-0/+8
*
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...
Nikita Sobolev
2024-01-18
1
-0/+20
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
1
-1/+4
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-7/+12
*
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon
2023-12-22
1
-15/+8
*
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka
2023-12-14
1
-3/+7
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
1
-0/+12
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
1
-1/+1
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
1
-4/+23
*
gh-76785: Add Interpreter.prepare_main() (gh-113021)
Eric Snow
2023-12-12
1
-4/+12
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
1
-71/+87
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
3
-118/+322
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-1/+1
*
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith
2023-12-09
1
-0/+15
*
gh-109981: Fix support.fd_count() on macOS 14 (#112797)
Ronald Oussoren
2023-12-07
1
-2/+9
*
gh-112535: Add test on _Py_ThreadId() (#112709)
Victor Stinner
2023-12-04
1
-1/+2
*
Clarify a comment for `test.support.Py_C_RECURSION_LIMIT` to point out where ...
Brett Cannon
2023-11-30
1
-1/+2
*
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow
2023-11-23
1
-1/+17
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
GH-111808: Make the default value for `test.support.infinite_recursion()` con...
Brett Cannon
2023-11-17
1
-2/+10
*
gh-111881: Import lazily zipfile in support.script_helper (#112172)
Victor Stinner
2023-11-16
1
-1/+2
*
gh-110944: Move pty helper to test.support and add basic pdb completion test ...
Tian Gao
2023-11-13
1
-0/+60
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
1
-5/+17
*
gh-111881: Use lazy import in test.support (#111885)
Victor Stinner
2023-11-09
2
-8/+13
*
gh-111644: Fix support threading_cleanup() (#111714)
Victor Stinner
2023-11-04
1
-25/+28
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
1
-1/+1
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
1
-2/+9
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-1/+4
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+5
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
2
-378/+0
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-47/+29
*
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
Eric Snow
2023-10-19
1
-1/+1
*
gh-76785: Add *Channel.is_closed (gh-110606)
Eric Snow
2023-10-19
1
-0/+13
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
1
-5/+15
*
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)
Victor Stinner
2023-10-11
1
-0/+4
*
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)
Eric Snow
2023-10-10
1
-8/+4
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-0/+15
*
gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)
Eric Snow
2023-10-06
1
-2/+16
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-1/+3
*
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Victor Stinner
2023-10-05
1
-7/+1
*
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
Victor Stinner
2023-10-05
1
-0/+8
*
gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...
Eric Snow
2023-10-04
1
-1/+2
*
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
Eric Snow
2023-10-02
1
-5/+25
*
gh-109972: Enhance test_gdb (#110026)
Victor Stinner
2023-09-28
1
-2/+5
*
gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)
Victor Stinner
2023-09-27
1
-0/+27
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-1/+1
[next]