summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_abstract.py
Commit message (Expand)AuthorAgeFilesLines
* Add more C API tests (GH-112522)Serhiy Storchaka2023-11-291-0/+86
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-071-15/+89
* gh-111495: Test C API functions with extreme sizes and indices (GH-111631)Serhiy Storchaka2023-11-041-19/+35
* gh-94808: Add coverage test for number check (gh-111445)Evan Kohilas2023-10-291-0/+7
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-3/+0
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-171-0/+66
* gh-106307: Fix PyMapping_GetOptionalItemString() (GH-108797)Serhiy Storchaka2023-09-061-0/+37
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-0/+722