This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
3cb109796d
cpython
/
Lib
/
test
/
test_capi
History
Download ZIP
Download TAR.GZ
Amit Lavon
8fdbbf8b18
GH-131798: Type-propagate string/list/tuple slices (GH-134671)
2025-06-07 14:08:44 -07:00
..
__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
gh-131357: Add some extra tests for empty bytes and bytearray (
#134458
)
2025-05-22 09:01:46 +02:00
test_bytes.py
gh-131357: Add some extra tests for empty bytes and bytearray (
#134458
)
2025-05-22 09:01:46 +02: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-134357: Remove unused imports in tests (
#134340
)
2025-05-25 20:09:02 +00:00
test_dict.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py
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
gh-133644: remove deprecated
PyImport_ImportModuleNoBlock
(
#133655
)
2025-05-08 13:08:43 +00:00
test_list.py
test_long.py
test_mem.py
test_misc.py
gh-127146: xfail more Emscripten stack overflows (
#134358
)
2025-05-20 18:41:14 +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-134578: Mark more slow tests (GH-134579)
2025-05-23 19:59:10 +03:00
test_opt.py
GH-131798: Type-propagate string/list/tuple slices (GH-134671)
2025-06-07 14:08:44 -07:00
test_pyatomic.py
test_run.py
test_set.py
test_structmembers.py
test_sys.py
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
2025-05-28 20:11:09 +03:00
test_time.py
test_tuple.py
test_type.py
GH-133912: Fix
PyObject_GenericSetDict
to handle inline values (GH-134725)
2025-05-28 19:03:41 +01:00
test_unicode.py
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
2025-06-06 15:51:00 +02:00
test_watchers.py