summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi
Commit message (Expand)AuthorAgeFilesLines
* GH-91054: Reset static events counts in code watchers tests (#99978)Itamar Ostricher2022-12-041-3/+3
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Serhiy Storchaka2022-12-041-4/+5
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+68
* gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)Serhiy Storchaka2022-12-011-0/+54
* gh-99593: Add tests for Unicode C API (part 1) (GH-99651)Serhiy Storchaka2022-11-291-44/+447
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+93
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-221-26/+65
* gh-93649: Split watcher API tests from _testcapimodule.c (#99532)Erlend E. Aasland2022-11-162-330/+340
* gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicod...Serhiy Storchaka2022-11-141-0/+515
* bpo-34272: Reorganize C API tests. (GH-8551)Serhiy Storchaka2022-11-105-0/+3487