This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-06-05 17:31:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ffe050ad9b
cpython
/
Lib
/
test
/
test_capi
History
Download ZIP
Download TAR.GZ
Neko Asakura
9846407eaf
gh-143732: add specialization for
FOR_ITER
(GH-148745)
2026-05-04 17:29:10 +01:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py
test_bytearray.py
test_bytes.py
test_codecs.py
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
test_eval.py
test_eval_code_ex.py
test_exceptions.py
gh-146480: Override the exception in _PyErr_SetKeyError() (
#146486
)
2026-03-27 11:20:19 +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
test_hash.py
test_immortal.py
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
gh-147988: Initialize digits in long_alloc() in debug mode (
#147989
)
2026-04-02 11:55:34 +00:00
test_mem.py
test_misc.py
gh-146031: Allow keeping specialization enabled when specifying eval frame function (
#146032
)
2026-04-16 09:44:26 -07:00
test_modsupport.py
gh-144175: Add PyArg_ParseArray() function (
#144283
)
2026-03-06 21:57:44 +00:00
test_module.py
gh-146636: Py_mod_abi mandatory for modules created from slots array (GH-146855)
2026-04-02 13:54:21 +02:00
test_number.py
test_object.py
gh-148829: Implement PEP 661 (
#148831
)
2026-04-27 19:28:30 -07:00
test_opt.py
gh-143732: add specialization for
FOR_ITER
(GH-148745)
2026-05-04 17:29:10 +01: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
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