COMMITS
/ Lib/test/test_codeccallbacks.py May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade 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
September 29, 2024
B
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#124677)
Bénédikt Tran committed
May 2, 2022
S
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Serhiy Storchaka committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
March 18, 2019
I
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki committed
January 31, 2018
X
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang committed
January 23, 2018
X
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269)
Xiang Zhang committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
May 18, 2015
S
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka committed
S
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka committed
March 16, 2015
S
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka committed
S
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka committed
March 15, 2015
S
Increased coverage of standard codec error handlers.
Serhiy Storchaka committed
S
Increased coverage of standard codec error handlers.
Serhiy Storchaka committed
January 25, 2015
S
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka committed
November 25, 2014
S
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka committed
April 5, 2014
V
Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the
Victor Stinner committed
June 13, 2013
B
Update various test modules to use unittest.main() for test discovery
Brett Cannon committed
January 29, 2013
S
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka committed
S
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka committed
September 23, 2012
November 17, 2011
November 15, 2011
V
"unicode_internal" codec has been deprecated: fix related tests
Victor Stinner committed
November 4, 2011
M
Port code page codec to Unicode API.
Martin v. Löwis committed
October 5, 2011
A
Fix text failures when ctypes is not available
Antoine Pitrou committed
October 4, 2011
E
#13054: fix usage of sys.maxunicode after PEP-393.
Ezio Melotti committed
September 29, 2011
V
Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
September 9, 2010
A
Issue #9804: ascii() now always represents unicode surrogate pairs as
Antoine Pitrou committed
July 1, 2010
E
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
January 18, 2009
B
Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
May 17, 2008
F
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
Fred Drake committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 24, 2007
G
Remove a test case which is no longer valid.
Georg Brandl committed
G
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 27, 2007
G
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum committed
August 16, 2007
W
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald committed
July 30, 2007
W
Bytes (which are the input for decoding) are mutable now. If a decoding
Walter Dörwald committed
June 20, 2007
W
Patch by Ron Adam: Don't use u prefix in unicode error messages
Walter Dörwald committed
June 6, 2007
W
Fix test_codeccallbacks.py: bytes has no % operator.
Walter Dörwald committed
May 18, 2007
W
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald committed
May 9, 2007
W
test_codeccallbacks.py passes again.
Walter Dörwald committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed