summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-115011: Improve support of __index__() in setters of members with u...Serhiy Storchaka2024-02-111-30/+14
* [3.11] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115030)Serhiy Storchaka2024-02-051-99/+89
* [3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...Serhiy Storchaka2024-02-041-0/+35
* [3.11] gh-81682: Fix test failures when CPython is built without docstrings (...Serhiy Storchaka2023-12-231-0/+2
* [3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...Serhiy Storchaka2023-11-271-0/+27
* [3.11] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111199)Furkan Onder2023-10-231-0/+19
* [3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...Serhiy Storchaka2023-08-071-0/+43
* [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Serhiy Storchaka2023-07-251-0/+54
* [3.11] GH-104405: Add missing PEP 523 checks (GH-104441)Brandt Bucher2023-05-121-18/+29
* [3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)Irit Katriel2023-03-111-0/+28
* [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...Ɓukasz Langa2023-02-071-0/+56
* [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...Bill Fisher2022-12-241-0/+10
* [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-211-0/+4
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Miss Islington (bot)2022-12-041-4/+5
* [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...Serhiy Storchaka2022-11-201-0/+474
* bpo-34272: Reorganize C API tests. (GH-8551)Miss Islington (bot)2022-11-125-0/+2838