COMMITS
/ Include/codecs.h June 30, 2023
V
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner committed
September 28, 2020
H
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
November 25, 2014
S
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka committed
September 15, 2014
N
Issue #22166: clear codec caches in test_codecs
Nick Coghlan committed
February 4, 2014
N
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Nick Coghlan committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
November 22, 2013
N
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan committed
October 15, 2011
A
Fix build under Windows
Antoine Pitrou committed
October 14, 2011
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 20, 2010
G
#10439: document PyCodec C APIs.
Georg Brandl committed
June 6, 2008
M
Move the codec decode type checks to bytes/bytearray.decode().
Marc-André Lemburg committed
April 21, 2006
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
September 2, 2002
W
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
August 3, 2000
G
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum committed
May 9, 2000
F
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake committed
March 10, 2000
G
Python Codec Registry and support functions, by Marc-Andre Lemburg.
Guido van Rossum committed