| .. |
|
__init__.py
|
|
|
|
__main__.py
|
|
|
|
check_config.py
|
|
|
|
test_abstract.py
|
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)
|
2025-07-03 14:51:44 +02:00 |
|
test_bytearray.py
|
gh-139871: Add bytearray.take_bytes([n]) to efficiently extract bytes (GH-140128)
|
2025-11-13 13:19:44 +00:00 |
|
test_bytes.py
|
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
|
2025-09-12 14:21:57 +02:00 |
|
test_codecs.py
|
gh-88886: Remove excessive encoding name normalization (GH-137167)
|
2025-09-09 21:07:21 +03:00 |
|
test_complex.py
|
|
|
|
test_config.py
|
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
|
2026-02-12 00:15:33 +00:00 |
|
test_dict.py
|
gh-141510: Raise TypeError in PyDict_SetItem() on frozendict (#145564)
|
2026-03-11 17:05:09 +01:00 |
|
test_emscripten.py
|
gh-124621: Emscripten: Add support for async input devices (GH-136822)
|
2025-07-19 17:14:29 +02:00 |
|
test_eval.py
|
|
|
|
test_eval_code_ex.py
|
|
|
|
test_exceptions.py
|
gh-134170: Add colorization to unraisable exceptions (#134183)
|
2025-08-04 14:35:00 +00:00 |
|
test_file.py
|
|
|
|
test_float.py
|
gh-143429: Use compile-time NaN encoding detection for test_struct (#143432)
|
2026-01-09 10:46:48 +00:00 |
|
test_frame.py
|
|
|
|
test_function.py
|
gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)
|
2026-02-10 14:38:24 +00:00 |
|
test_getargs.py
|
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
|
2025-07-22 16:39:50 +03:00 |
|
test_hash.py
|
|
|
|
test_immortal.py
|
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
|
2025-09-24 17:05:30 -04:00 |
|
test_import.py
|
gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293)
|
2026-02-10 00:01:17 +00:00 |
|
test_list.py
|
gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
|
2026-03-19 09:59:48 +02:00 |
|
test_long.py
|
|
|
|
test_mem.py
|
|
|
|
test_misc.py
|
gh-129849: Add tests for Py_tp_bases (#143208)
|
2026-03-16 13:59:55 +05:30 |
|
test_modsupport.py
|
gh-144175: Add PyArg_ParseArray() function (#144283)
|
2026-03-06 21:57:44 +00:00 |
|
test_module.py
|
gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)
|
2026-02-09 11:35:43 +01:00 |
|
test_number.py
|
|
|
|
test_object.py
|
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
|
2025-12-11 14:41:03 -05:00 |
|
test_opt.py
|
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (GH-144300)
|
2026-03-23 00:57:23 +08:00 |
|
test_pyatomic.py
|
|
|
|
test_run.py
|
|
|
|
test_set.py
|
gh-140232: Do not track frozenset objects with immutables (#140234)
|
2026-01-28 11:27:37 +01:00 |
|
test_structmembers.py
|
|
|
|
test_sys.py
|
|
|
|
test_time.py
|
|
|
|
test_tuple.py
|
gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
|
2026-03-19 09:59:48 +02:00 |
|
test_type.py
|
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
|
2025-11-05 12:31:42 +01:00 |
|
test_unicode.py
|
Improve tests for the PyUnicodeWriter C API (GH-146157)
|
2026-03-19 19:15:30 +02:00 |
|
test_watchers.py
|
gh-141510: Don't accept frozendict in PyDict_Watch() (#145529)
|
2026-03-05 12:31:29 +01:00 |