COMMITS
/ Lib/test/test_codecs.py March 17, 2026
S
gh-146054: Limit the growth of `encodings.search_function` cache (GH-146055)
Stan Ulbrych committed
November 10, 2025
P
gh-136702: Clear codec caches for refleak tests; use test.support helpers (GH-141345)
Petr Viktorin committed
November 9, 2025
September 9, 2025
S
gh-88886: Remove excessive encoding name normalization (GH-137167)
Serhiy Storchaka committed
August 6, 2025
V
gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
Victor Stinner committed
May 27, 2025
M
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 20, 2025
B
gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (gh-134306)
Bas Bloemsaat committed
May 12, 2025
S
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
Serhiy Storchaka committed
April 30, 2025
I
gh-133036: Deprecate codecs.open (#133038)
Inada Naoki committed
November 18, 2024
S
gh-123803: Support arbitrary code page encodings on Windows (GH-123804)
Serhiy Storchaka committed
October 8, 2024
S
gh-53203: Improve tests for strptime() (GH-125090)
Serhiy Storchaka committed
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
March 19, 2024
V
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner committed
March 17, 2024
J
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (#113674)
John Sloboda committed
March 15, 2024
Z
gh-63283: IDNA prefix should be case insensitive (GH-17726)
Zackery Spytz committed
October 7, 2023
S
gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)
Serhiy Storchaka committed
September 29, 2023
F
gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)
Furkan Onder committed
September 10, 2023
S
gh-50644: Forbid pickling of codecs streams (GH-109180)
Serhiy Storchaka committed
July 7, 2023
N
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev committed
March 21, 2023
I
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel committed
November 8, 2022
G
gh-98433: Fix quadratic time idna decoding. (#99092)
Gregory P. Smith committed
October 21, 2022
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
April 30, 2022
S
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
Serhiy Storchaka committed
March 10, 2022
N
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev committed
February 22, 2022
V
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
Victor Stinner committed
February 6, 2022
V
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
Victor Stinner committed
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
November 1, 2021
C
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes committed
October 14, 2021
S
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
Serhiy Storchaka committed
S
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Serhiy Storchaka committed
September 2, 2021
V
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner committed
October 17, 2020
M
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
Max Bernstein committed
October 16, 2020
H
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi committed
October 14, 2020
October 8, 2020
H
bpo-39337: Add a test case for normalizing of codec names (GH-19069)
Hai Shi committed
September 28, 2020
H
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
Victor Stinner committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi committed
March 4, 2020
V
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
Victor Stinner committed
March 2, 2020
C
February 25, 2020
B
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Berker Peksag committed
November 19, 2019
October 28, 2019
V
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner committed
September 9, 2019
Z
bpo-37876: Tests for ROT-13 codec (GH-15314)
Zeth committed
August 21, 2019
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 25, 2019
S
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Serhiy Storchaka committed
June 4, 2019
V
bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
Victor Stinner committed