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-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
1
-0/+20
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
4
-7/+7
*
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade
2024-04-24
1
-1/+1
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-44/+41
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
1
-23/+56
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-0/+6
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
1
-3/+4
*
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland
2024-04-08
1
-12/+8
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
1
-1/+6
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
1
-2/+2
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-0/+4
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
1
-4/+4
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-2/+13
*
gh-116303: Handle disabled test modules in test.support helpers (#116482)
Erlend E. Aasland
2024-03-28
2
-8/+26
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
1
-8/+8
*
gh-92906: Enable test_cext and test_cppext on Windows (#117000)
Victor Stinner
2024-03-19
1
-8/+14
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
1
-2/+2
*
gh-116604: Fix test_gc on free-threaded build (#116662)
Sam Gross
2024-03-13
1
-0/+10
*
gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)
Jason R. Coombs
2024-03-12
1
-0/+12
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
2
-2/+2
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
1
-1/+2
*
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow
2024-03-05
3
-16/+35
*
gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)
Eric Snow
2024-03-01
1
-1/+6
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
2
-2/+28
*
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow
2024-02-28
2
-22/+103
*
gh-114911: Add CPUStopwatch test helper (GH-114912)
Petr Viktorin
2024-02-28
1
-0/+40
*
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
[next]