| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204) | Joe Jevnik | 2024-04-23 | 1 | -0/+118 |
| | | | | | Co-authored-by: Joe Jevnik <joe@quantopian.com> Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
| * | gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102) | AN Long | 2024-01-16 | 1 | -2/+2 |
| | | | | | - use PyErr_SetString() iso. PyErr_Format() in parse_tuple_and_keywords() - fix misspelled format specifier in CHECK_SIGNNESS() macro | ||||
| * | gh-112438: Fix support of format units with the "e" prefix in nested tuples ↵ | Serhiy Storchaka | 2023-11-27 | 1 | -5/+9 |
| | | | | | in PyArg_Parse (gh-112439) | ||||
| * | gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214) | Nikita Sobolev | 2023-10-24 | 1 | -206/+14 |
| | | |||||
| * | gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573) | Nikita Sobolev | 2023-10-21 | 1 | -33/+57 |
| | | |||||
| * | gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817) | Serhiy Storchaka | 2023-10-13 | 1 | -13/+39 |
| | | |||||
| * | gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068) | Serhiy Storchaka | 2023-09-09 | 1 | -52/+0 |
| | | |||||
| * | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -2/+0 |
| | | |||||
| * | gh-105156: Deprecate the old Py_UNICODE type in C API (#105157) | Victor Stinner | 2023-06-01 | 1 | -4/+4 |
| | | | | | | | | | Deprecate the old Py_UNICODE and PY_UNICODE_TYPE types in the C API: use wchar_t instead. Replace Py_UNICODE with wchar_t in multiple C files. Co-authored-by: Inada Naoki <songofacandy@gmail.com> | ||||
| * | gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051) | Inada Naoki | 2023-05-31 | 1 | -40/+0 |
| | | |||||
| * | gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ↵ | colorfulappl | 2022-12-17 | 1 | -0/+19 |
| | | | | | | | parsing (#99890) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
| * | gh-93649: Split getargs tests from _testcapimodule.c (#99346) | Erlend E. Aasland | 2022-11-14 | 1 | -0/+920 |
