COMMITS
/ Modules/_codecsmodule.c 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
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
November 2, 2005
W
Whitespace cleanup.
Walter Dörwald committed
August 30, 2005
W
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald committed
March 8, 2005
M
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis committed
September 7, 2004
W
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald committed
July 10, 2004
B
Change some declarations from ``char *`` to ``const char *``. Also added
Brett Cannon committed
M
Add generic codecs.encode() and .decode() APIs that don't impose
Marc-André Lemburg committed
February 4, 2003
M
Fix for [ 543344 ] Interpreter crashes when recoding; suggested
Marc-André Lemburg committed
October 31, 2002
W
Add docstrings to register, lookup, register_error
Walter Dörwald committed
September 2, 2002
W
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald committed
August 14, 2002
M
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
September 20, 2001
M
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
June 26, 2001
F
experimental UCS-4 support: don't assume that MS_WIN32 implies
Fredrik Lundh committed
June 17, 2001
M
Fix for bug [ #433047 ] missing args to PyArg_ParseTuple
Marc-André Lemburg committed
September 21, 2000
M
Added a true unicode_internal_encode function and fixed the
Marc-André Lemburg committed
August 3, 2000
G
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 5, 2000
M
Modified the encode interfaces of all builtin codecs to accept
Marc-André Lemburg committed
March 28, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 10, 2000
G
Internal module _codecs -- Provides access to the codec registry and
Guido van Rossum committed