summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-1...Nybblista2025-03-231-0/+5
* [3.12] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442) ...Nybblista2025-03-211-0/+4
* [3.12] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) ...Miss Islington (bot)2025-03-171-0/+1
* [3.12] gh-130824: Add tests for NULL in PyLong_*AndOverflow functions (GH-130...Petr Viktorin2025-03-051-3/+2
* [3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212)Miss Islington (bot)2025-02-171-1/+35
* [3.12] gh-111495: Add PyFile tests (#129449) (#129477) (#129501)Victor Stinner2025-01-311-0/+231
* [3.12] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987) (#129023)Victor Stinner2025-01-192-30/+88
* [3.12] gh-128911: Add tests on the PyImport C API (GH-128915) (GH-128960) (#1...Serhiy Storchaka2025-01-191-0/+313
* [3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...Sergey B Kirpichev2024-09-111-15/+12
* [3.12] gh-111495: Add tests for PyNumber C API (GH-111996) (#123376)Sergey B Kirpichev2024-09-051-0/+335
* [3.12] gh-111495: Add tests for PyTuple C API (GH-118757) (#123379)Sergey B Kirpichev2024-09-053-0/+269
* [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151)Serhiy Storchaka2024-07-231-161/+65
* [3.12] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...Miss Islington (bot)2024-07-171-0/+2
* [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Sam Gross2024-05-311-0/+16
* [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Eric Snow2024-05-221-0/+33
* [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...Serhiy Storchaka2024-04-221-0/+106
* [3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)Miss Islington (bot)2024-04-151-11/+81
* [3.12] gh-115142: Skip `test_capi.test_dict.py` if `_testcapi` is not availab...Kirill Podoprigora2024-04-111-1/+3
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-201-0/+23
* [3.12] gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (G...Miss Islington (bot)2024-03-121-0/+1
* [3.12] gh-115011: Improve support of __index__() in setters of members with u...Serhiy Storchaka2024-02-111-30/+14
* [3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)Miss Islington (bot)2024-02-041-124/+93
* [3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...Serhiy Storchaka2024-02-041-0/+37
* [3.12] gh-81682: Fix test failures when CPython is built without docstrings (...Serhiy Storchaka2023-12-231-0/+2
* [3.12] Add more C API tests (GH-112522) (GH-112525)Miss Islington (bot)2023-11-291-0/+86
* [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...Miss Islington (bot)2023-11-281-0/+87
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-271-0/+28
* [3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)Miss Islington (bot)2023-11-081-0/+277
* [3.12] gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.p...Miss Islington (bot)2023-11-071-0/+65
* [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)Miss Islington (bot)2023-11-051-0/+146
* [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)Miss Islington (bot)2023-11-051-0/+117
* [3.12] gh-111495: Test C API functions with extreme sizes and indices (GH-111...Serhiy Storchaka2023-11-044-41/+130
* [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...Miss Islington (bot)2023-11-013-1/+381
* [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...Miss Islington (bot)2023-10-301-0/+45
* [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...Serhiy Storchaka2023-10-252-40/+149
* [3.12] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111198)Furkan Onder2023-10-231-0/+19
* [3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-11...Miss Islington (bot)2023-10-201-0/+4
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+366
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-5/+31
* [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)Miss Islington (bot)2023-10-111-0/+80
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-091-0/+215
* [3.12] gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (GH-10957...Miss Islington (bot)2023-10-021-0/+2
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-10/+26
* [3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...Miss Islington (bot)2023-08-251-4/+4
* [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Miss Islington (bot)2023-08-201-0/+81
* [3.12] gh-91051: fix type watcher test to be robust to existing watcher (GH-1...Miss Islington (bot)2023-08-161-6/+4
* [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...Serhiy Storchaka2023-08-163-131/+1072
* [3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...Serhiy Storchaka2023-08-161-0/+42
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-0/+12
* [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...Miss Islington (bot)2023-08-111-1/+1