COMMITS
/ Modules/_codecsmodule.c September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 7, 2016
S
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
Steve Dower committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 14, 2016
S
Issues #26716, #26057: Regenerate Argument Clinic code.
Serhiy Storchaka committed
April 13, 2016
S
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka committed
August 9, 2015
S
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka committed
May 12, 2015
S
Fixed compilation on Windows for issue #20173.
Serhiy Storchaka committed
S
Issue #20173: Converted the _codecs module to Argument Clinic.
Serhiy Storchaka committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 20, 2015
S
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Serhiy Storchaka committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
January 6, 2015
N
Merge issue 19548 changes from 3.4
Nick Coghlan committed
N
Issue 19548: update codecs module documentation
Nick Coghlan committed
September 15, 2014
N
Merge fix for issue #22166 from 3.4
Nick Coghlan committed
N
Issue #22166: clear codec caches in test_codecs
Nick Coghlan committed
August 17, 2014
V
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner committed
May 14, 2014
V
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode
Victor Stinner committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
October 6, 2012
M
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
Mark Dickinson committed
November 17, 2011
November 16, 2011
E
#13406: silence deprecation warnings in test_codecs.
Ezio Melotti committed
November 12, 2011
A
Plug some (unlikely) refleaks.
Antoine Pitrou committed
November 10, 2011
V
Fix and deprecated the unicode_internal codec
Victor Stinner committed
V
Fix build on Windows
Victor Stinner committed
M
Port encoders from Py_UNICODE API to unicode object API.
Martin v. Löwis committed
November 2, 2011
M
Port UCS1 and charmap codecs to new API.
Martin v. Löwis committed
October 18, 2011
V
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Victor Stinner committed
October 14, 2011
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
July 4, 2011
V
Issue #9642: Uniformize the tests on the availability of the mbcs codec
Victor Stinner committed
June 9, 2010
A
Merged revisions 81860 via svnmerge from
Antoine Pitrou committed
June 8, 2010
V
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 5, 2010
P
Merged revisions 79779 via svnmerge from
Philip Jenvey committed
May 6, 2009
W
Merged revisions 72404-72406 via svnmerge from
Walter Dörwald committed
March 21, 2009
January 22, 2009
A
Issue #4874: Most builtin decoders now reject unicode input.
Antoine Pitrou committed
October 11, 2008
B
merge from trunk
Benjamin Peterson committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
November 20, 2007
C
Merged revisions 59056-59076 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
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 20, 2007
G
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum committed
June 22, 2007
W
Change readbuffer_encode() and charbuffer_encode() to
Walter Dörwald committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed