summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...Miss Islington (bot)2023-07-271-1/+1
* [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)Miss Islington (bot)2023-07-221-3/+9
* [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)Serhiy Storchaka2023-07-101-0/+466
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-141-1/+402
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-121-7/+36
* [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...Miss Islington (bot)2023-06-011-1/+37
* [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...Miss Islington (bot)2023-06-011-0/+33
* [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...Irit Katriel2023-05-301-0/+93
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-211-58/+159
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+39
* gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)Dong-hee Na2023-05-211-1/+1