index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_capi
/
test_codecs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-88886: Remove excessive encoding name normalization (GH-137167)
Serhiy Storchaka
2025-09-09
1
-1/+0
*
gh-126004: Remove redundant safeguards for codecs handlers tests (#127680)
Bénédikt Tran
2025-01-23
1
-42/+13
*
gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)
Bénédikt Tran
2025-01-23
1
-1/+2
*
gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)
Bénédikt Tran
2025-01-23
1
-1/+2
*
gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)
Bénédikt Tran
2025-01-23
1
-3/+4
*
gh-111495: improve test coverage of codecs C API (GH-126030)
Bénédikt Tran
2024-11-01
1
-23/+115
*
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
*
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka
2023-07-10
1
-0/+466
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+54