cpython/Lib/test/test_capi
Victor Stinner 19c3a2ff91
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Rewrite tests on type names in Python, they were written in C.
2024-03-14 16:19:36 +00:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py
test_bytearray.py gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) 2024-03-11 10:28:16 +00:00
test_bytes.py gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) 2024-03-11 10:28:16 +00:00
test_codecs.py
test_complex.py
test_dict.py gh-112066: Add `PyDict_SetDefaultRef` function. (#112123) 2024-02-06 11:36:23 -05:00
test_eval_code_ex.py
test_exceptions.py
test_float.py
test_getargs.py gh-107944: Improve error message for getargs with bad keyword arguments (#114792) 2024-02-08 01:04:41 -08:00
test_hash.py
test_immortal.py
test_list.py
test_long.py gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#115380) 2024-02-22 03:27:16 +00:00
test_mem.py
test_misc.py gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815) 2024-03-14 16:19:36 +00:00
test_opt.py GH-115819: Eliminate Boolean guards when value is known (GH-116355) 2024-03-05 15:06:00 +00:00
test_pyatomic.py
test_set.py
test_structmembers.py gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029) 2024-02-11 12:45:58 +02:00
test_sys.py gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) 2024-03-11 10:28:16 +00:00
test_time.py gh-110850: Add PyTime_t C API (GH-115215) 2024-02-12 18:13:10 +01:00
test_unicode.py
test_watchers.py