..
__init__.py
__main__.py
check_config.py
test_abstract.py
gh-132825: Enhance unhashable error messages for dict and set ( #132828 )
2025-04-23 17:10:09 +02:00
test_bytearray.py
[3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) ( #134489 )
2025-05-22 08:34:46 +00:00
test_bytes.py
[3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) ( #134489 )
2025-05-22 08:34:46 +00:00
test_codecs.py
test_complex.py
gh-128813: hide mixed-mode functions for complex arithmetic from C-API ( #131703 )
2025-04-22 14:18:18 +02:00
test_config.py
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules ( #118655 )
2025-05-06 01:03:55 +01:00
test_dict.py
test_eval.py
test_eval_code_ex.py
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-132162: Add tests for Py_UniversalNewlineFgets() ( #132164 )
2025-04-24 17:43:48 +02:00
test_float.py
gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() ( #133328 )
2025-05-03 17:07:52 +02:00
test_frame.py
test_function.py
test_getargs.py
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
2025-04-26 17:14:18 +03:00
test_hash.py
test_immortal.py
test_import.py
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
test_misc.py
[3.14] gh-127146: xfail more Emscripten stack overflows (GH-134358) ( #134382 )
2025-05-20 19:07:08 +00:00
test_number.py
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
2025-04-16 18:32:41 +03:00
test_object.py
gh-133140: Add PyUnstable_Object_IsUniquelyReferenced
for free-threading ( #133144 )
2025-05-05 21:01:20 +02:00
test_opt.py
GH-131798: Split CALL_LEN into several uops (GH-133180)
2025-05-05 14:31:48 -07:00
test_pyatomic.py
test_run.py
test_set.py
test_structmembers.py
test_sys.py
test_time.py
test_tuple.py
gh-131152: Remove unused imports from tests ( #131153 )
2025-03-13 10:55:23 +01:00
test_type.py
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
2025-05-01 14:32:57 +02:00
test_unicode.py
test_watchers.py