.. |
__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-113024: C API: Add PyObject_GenericHash() function (GH-113025)
|
2024-03-22 20:19:10 +02:00 |
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-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-117160)
|
2024-03-25 16:32:11 +01:00 |
test_codecs.py
|
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
|
2024-03-19 12:30:39 +00:00 |
test_complex.py
|
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
|
2024-03-19 17:23:12 +01: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_code_ex.py
|
gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
|
2024-04-15 12:44:54 +03:00 |
test_exceptions.py
|
gh-119049: Fix incorrect display of warning which is constructed by C API (GH-119063)
|
2024-05-16 20:27:59 +00: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_getargs.py
|
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331)
|
2024-05-22 09:57:52 -06:00 |
test_hash.py
|
gh-111545: Add Py_HashPointer() function (#112096)
|
2023-12-06 15:09:22 +01:00 |
test_immortal.py
|
…
|
|
test_list.py
|
gh-120417: Remove unused imports in tests (part 1) (#120629)
|
2024-06-17 21:05:56 +02:00 |
test_long.py
|
gh-116560: Add PyLong_GetSign() public function (#116561)
|
2024-06-03 14:06:31 +02:00 |
test_mem.py
|
Fix incorrect usage of ``support.requires_gil_enabled`` (#118170)
|
2024-04-25 11:11:59 -04:00 |
test_misc.py
|
gh-120417: Remove unused imports in tests (part 1) (#120629)
|
2024-06-17 21:05:56 +02:00 |
test_object.py
|
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
|
2024-06-18 09:57:23 -04:00 |
test_opt.py
|
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
|
2024-06-17 14:40:11 +01:00 |
test_pyatomic.py
|
…
|
|
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-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
|
2024-03-18 22:03:55 +01:00 |
test_structmembers.py
|
gh-120417: Remove unused imports in tests (part 1) (#120629)
|
2024-06-17 21:05:56 +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_TimeRaw() function (#118394)
|
2024-05-01 18:05:01 +00:00 |
test_unicode.py
|
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
|
2024-06-21 20:15:06 +02:00 |
test_watchers.py
|
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
|
2024-06-08 17:41:45 +08:00 |