summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-117968: Make the test for closed file more safe in the C API tests ...Miss Islington (bot)2024-04-251-2/+4
* [3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...Serhiy Storchaka2024-04-222-0/+114
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-201-0/+13
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-181-2/+2
* [3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (G...Miss Islington (bot)2023-12-141-8/+38
* [3.12] Add more C API tests (GH-112522) (GH-112525)Miss Islington (bot)2023-11-291-0/+33
* [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...Miss Islington (bot)2023-11-281-0/+59
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-271-5/+9
* [3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)Miss Islington (bot)2023-11-081-1/+179
* [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)Miss Islington (bot)2023-11-051-0/+92
* [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)Miss Islington (bot)2023-11-051-0/+74
* [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...Miss Islington (bot)2023-11-012-0/+346
* [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)Sergey B Kirpichev2023-11-019-2/+144
* [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...Miss Islington (bot)2023-10-301-0/+17
* [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...Serhiy Storchaka2023-10-252-0/+58
* [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...Miss Islington (bot)2023-10-211-33/+57
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+222
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-13/+39
* [3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...Serhiy Storchaka2023-10-093-6/+0
* [3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...Miss Islington (bot)2023-10-091-0/+37
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-092-0/+163
* [3.12] gh-109469: Silence compiler warnings on string comparisons in _testcap...Miss Islington (bot)2023-10-021-1/+2
* [3.12] C API tests: use special markers to test that output parameters were s...Serhiy Storchaka2023-09-085-20/+44
* [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)Miss Islington (bot)2023-09-025-77/+46
* [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Miss Islington (bot)2023-08-202-1/+105
* [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...Serhiy Storchaka2023-08-163-0/+860
* [3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...Miss Islington (bot)2023-08-111-3/+11
* [3.12] gh-47146: Fix reference counting in _testcapi.structmember initializer...Miss Islington (bot)2023-07-211-1/+1
* [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)Serhiy Storchaka2023-07-101-1/+506
* [3.12] gh-91053: make func watcher tests resilient to other func watchers (GH...Miss Islington (bot)2023-07-031-12/+11
* [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...Serhiy Storchaka2023-06-241-1/+1
* [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...Miss Islington (bot)2023-06-121-0/+13
* [3.12] gh-105375: Harden error handling in `_testcapi/heaptype.c` (GH-105608)...Miss Islington (bot)2023-06-091-1/+4
* [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...Irit Katriel2023-05-302-1/+49
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-211-15/+48
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+13
* gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)Dong-hee Na2023-05-212-97/+531
* gh-104469: Update README.txt for _testcapi (gh-104529)Dong-hee Na2023-05-171-0/+7
* gh-104469: Convert _testcapi/watchers.c to use Argument Clinic (#104503)Nikita Sobolev2023-05-152-43/+259
* gh-104469 Convert _testcapi/float.c to use AC (gh-104470)Dong-hee Na2023-05-152-19/+123
* gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)Jurica Bradarić2023-05-122-0/+345
* Trim trailing whitespace and test on CI (#104275)Hugo van Kemenade2023-05-081-1/+1
* gh-99593: Add tests for Unicode C API (part 2) (#99868)Serhiy Storchaka2023-05-041-27/+479
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-042-0/+103
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-043-1/+474
* gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...Petr Viktorin2023-05-031-1/+15
* gh-84436: Add integration C API tests for immortal objects (gh-103962)Dong-hee Na2023-05-022-0/+48
* Fix typos in faulthandler, testcapi error messages (#103020)Liyang Zhang2023-03-251-2/+2
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-1/+1
* GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)Artem Mukhin2023-03-222-0/+61