..
__init__.py
gh-116303: Skip test module dependent tests if test modules are unavailable ( #117341 )
2024-04-03 15:11:36 +02:00
__main__.py
…
check_config.py
gh-120417: Add #noqa: F401 to tests ( #120627 )
2024-06-18 15:51:47 +00:00
test_abstract.py
gh-130947: Add again PySequence_Fast() to the limited C API ( #130948 )
2025-03-13 13:00:57 +01:00
test_bytearray.py
gh-131357: Add a set of asserts to test.test_capi.test_bytearray ( #131554 )
2025-03-23 10:20:40 +03:00
test_bytes.py
gh-131339: test PyBytes_Size for a zero-size bytes object ( #131340 )
2025-03-17 11:38:37 +03:00
test_codecs.py
gh-126004: Remove redundant safeguards for codecs handlers tests ( #127680 )
2025-01-23 16:06:16 +01:00
test_complex.py
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
2024-11-26 17:57:39 +02:00
test_config.py
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
2025-04-09 16:18:54 -07:00
test_dict.py
gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimitedcapi`` are not available (GH-117588)
2024-04-10 16:32:57 +02:00
test_eval.py
gh-111495: Add more tests on PyEval C APIs ( #122789 )
2024-08-08 14:16:20 +02:00
test_eval_code_ex.py
gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
2024-04-15 12:44:54 +03:00
test_exceptions.py
gh-117174: Add a new route in linecache to fetch interactive source code ( #117500 )
2025-03-10 21:54:05 +00:00
test_file.py
gh-131152: Remove unused imports from tests ( #131153 )
2025-03-13 10:55:23 +01:00
test_float.py
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi ( #116986 )
2024-03-19 10:44:13 +00:00
test_frame.py
gh-93649: Move PyFrame C API tests to test_capi ( #129512 )
2025-01-31 13:51:58 +01:00
test_function.py
gh-93649: Add Modules/_testcapi/function.c file ( #129521 )
2025-01-31 16:02:50 +01:00
test_getargs.py
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
2025-04-08 22:08:00 +03:00
test_hash.py
gh-122854: Add Py_HashBuffer() function ( #122855 )
2024-08-30 15:42:27 +00:00
test_immortal.py
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)
2025-01-27 14:36:33 +01:00
test_import.py
gh-128911: Add PyImport_ImportModuleAttr() function ( #128912 )
2025-01-30 11:17:29 +00:00
test_list.py
gh-131441: Add a set of asserts to test.test_capi.test_list ( #131442 )
2025-03-20 10:12:15 +00:00
test_long.py
gh-129149: Add fast path for medium-sized integers in `PyLong_FromSsize_t()` ( #129301 )
2025-03-13 12:06:56 +01:00
test_mem.py
gh-127314: Don't mention the GIL when calling without a thread state on the free-threaded build ( #127315 )
2024-12-06 16:58:19 +01:00
test_misc.py
gh-117657: Skip some tests when running with TSAN (gh-131555)
2025-03-21 15:16:08 -04:00
test_number.py
gh-131152: Remove unused imports from tests ( #131153 )
2025-03-13 10:55:23 +01:00
test_object.py
gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)
2025-02-26 14:55:15 -05:00
test_opt.py
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
2025-04-09 14:32:21 -07:00
test_pyatomic.py
gh-108337: Add pyatomic.h header ( #108701 )
2023-08-31 21:41:18 +00:00
test_run.py
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
2024-05-02 16:43:03 +03:00
test_set.py
gh-111495: Add tests for PyTuple C API ( #118757 )
2024-08-26 11:57:52 +02:00
test_structmembers.py
gh-127572: Fix `test_structmembers` initialization (GH-127577)
2024-12-04 09:58:22 +01:00
test_sys.py
gh-71339: Use new assertion methods in test_capi (GH-129053)
2025-01-20 14:32:27 +02:00
test_time.py
gh-111495: Add tests for PyTuple C API ( #118757 )
2024-08-26 11:57:52 +02:00
test_tuple.py
gh-131152: Remove unused imports from tests ( #131153 )
2025-03-13 10:55:23 +01:00
test_type.py
gh-93649: Add Modules/_testcapi/type.c file ( #129516 )
2025-01-31 15:03:54 +01:00
test_unicode.py
gh-128013: fix data race in `PyUnicode_AsUTF8AndSize` on free-threading ( #128021 )
2024-12-19 17:08:32 +05:30
test_watchers.py
gh-125900: Clean-up logic around immortalization in free-threading ( #125901 )
2024-10-24 18:09:59 -04:00