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-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
*
gh-109625: Move _ready_to_import() from test_import to support.import_helper ...
Nikita Sobolev
2023-09-21
1
-1/+24
*
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
Victor Stinner
2023-09-20
1
-0/+15
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
1
-0/+17
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
1
-10/+14
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
1
-9/+0
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-2/+2
*
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
Anders Kaseorg
2023-09-07
1
-2/+1
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-06
1
-0/+60
*
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner
2023-09-06
1
-3/+40
*
Disable `differing_test_runners` health check (#108886)
Nikita Sobolev
2023-09-04
1
-1/+4
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
2
-1/+3
*
regrtest computes statistics (#108793)
Victor Stinner
2023-09-02
1
-13/+48
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-3/+2
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
1
-2/+2
*
gh-80527: Change support.requires_legacy_unicode_capi() (#108438)
Victor Stinner
2023-08-24
1
-7/+8
*
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
Victor Stinner
2023-08-22
1
-8/+8
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
1
-1/+9
*
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...
Irit Katriel
2023-08-01
1
-2/+2
*
Update test.support.interpreters to include missing RunFailedError import (#1...
Bruce Eckel
2023-06-26
1
-1/+1
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
1
-2/+7
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
1
-1/+4
*
Display the sanitizer config in the regrtest header. (#105301)
Gregory P. Smith
2023-06-06
1
-1/+1
*
gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_P...
Miro Hrončok
2023-05-30
1
-2/+22
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
1
-3/+40
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
1
-6/+0
*
gh-86275: improve Hypothesis configuration for CI and local runs (#104468)
Zac Hatfield-Dodds
2023-05-21
1
-0/+31
[next]