Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-111495: improve test coverage of codecs C API (GH-126030) | Bénédikt Tran | 2024-11-01 | 1 | -23/+115 |
| | | | For now, skip some crashers (tracked in gh-123378). | ||||
* | gh-111495: Add tests for `PyCodec_*` C API (#123343) | Bénédikt Tran | 2024-09-29 | 1 | -2/+295 |
| | |||||
* | gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993) | Victor Stinner | 2024-03-19 | 1 | -23/+23 |
| | | | | | | Split unicode.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. Update test_codecs. | ||||
* | gh-99593: Add tests for Unicode C API (part 3) (GH-104728) | Serhiy Storchaka | 2023-07-10 | 1 | -0/+466 |
| | | | | Add tests for codecs. | ||||
* | gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) | Serhiy Storchaka | 2022-12-01 | 1 | -0/+54 |
Previously *consumed was not set in this case. |