summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* gh-112334: Regression test that vfork is used when expected. (#112734)Gregory P. Smith2023-12-091-0/+15
* gh-109981: Fix support.fd_count() on macOS 14 (#112797)Ronald Oussoren2023-12-071-2/+9
* gh-112535: Add test on _Py_ThreadId() (#112709)Victor Stinner2023-12-041-1/+2
* Clarify a comment for `test.support.Py_C_RECURSION_LIMIT` to point out where ...Brett Cannon2023-11-301-1/+2
* gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)Eric Snow2023-11-231-1/+17
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* GH-111808: Make the default value for `test.support.infinite_recursion()` con...Brett Cannon2023-11-171-2/+10
* gh-111881: Import lazily zipfile in support.script_helper (#112172)Victor Stinner2023-11-161-1/+2
* gh-110944: Move pty helper to test.support and add basic pdb completion test ...Tian Gao2023-11-131-0/+60
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-101-5/+17
* gh-111881: Use lazy import in test.support (#111885)Victor Stinner2023-11-092-8/+13
* gh-111644: Fix support threading_cleanup() (#111714)Victor Stinner2023-11-041-25/+28
* gh-76785: Crossinterp utils additions (gh-111530)Eric Snow2023-11-011-1/+1
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-011-2/+9
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-1/+4
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+5
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-252-378/+0
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-47/+29
* gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)Eric Snow2023-10-191-1/+1
* gh-76785: Add *Channel.is_closed (gh-110606)Eric Snow2023-10-191-0/+13
* gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)Eric Snow2023-10-171-5/+15
* gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)Victor Stinner2023-10-111-0/+4
* gh-84570: Implement Waiting in SendChannel.send() (gh-110565)Eric Snow2023-10-101-8/+4
* gh-76785: Add SendChannel.send_buffer() (#110246)Eric Snow2023-10-091-0/+15
* gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)Eric Snow2023-10-061-2/+16
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-1/+3
* gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)Victor Stinner2023-10-051-7/+1
* gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)Victor Stinner2023-10-051-0/+8
* gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...Eric Snow2023-10-041-1/+2
* gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)Eric Snow2023-10-021-5/+25
* gh-109972: Enhance test_gdb (#110026)Victor Stinner2023-09-281-2/+5
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-271-0/+27
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-1/+1
* gh-109625: Move _ready_to_import() from test_import to support.import_helper ...Nikita Sobolev2023-09-211-1/+24
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-0/+15
* gh-109039: Branch prediction for Tier 2 interpreter (#109038)Guido van Rossum2023-09-111-0/+17
* gh-109162: libregrtest: remove WorkerJob class (#109204)Victor Stinner2023-09-091-10/+14
* gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)Serhiy Storchaka2023-09-091-9/+0
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-081-2/+2
* gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)Anders Kaseorg2023-09-071-2/+1
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-061-0/+60
* gh-108851: Fix tomllib recursion tests (#108853)Victor Stinner2023-09-061-3/+40
* Disable `differing_test_runners` health check (#108886)Nikita Sobolev2023-09-041-1/+4
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-032-1/+3
* regrtest computes statistics (#108793)Victor Stinner2023-09-021-13/+48
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-3/+2
* gh-106320: Remove private _PyErr_ChainExceptions() (#108713)Victor Stinner2023-08-311-2/+2
* gh-80527: Change support.requires_legacy_unicode_capi() (#108438)Victor Stinner2023-08-241-7/+8
* gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)Victor Stinner2023-08-221-8/+8
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-041-1/+9