COMMITS
/ Python/codecs.c April 27, 2012
V
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner committed
January 18, 2012
A
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
Antoine Pitrou committed
A
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
Antoine Pitrou committed
December 1, 2011
V
PyCodec_IgnoreErrors() avoids the deprecated "u#" format
Victor Stinner committed
November 4, 2011
V
Avoid the Py_UNICODE type in codecs.c
Victor Stinner committed
V
PyCodec_XMLCharRefReplaceError(): Remove unused variable
Victor Stinner committed
M
Fix C89 incompatibility.
Martin v. Löwis committed
M
Port error handlers from Py_UNICODE indexing to code point indexing.
Martin v. Löwis committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 2, 2011
V
PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result
Victor Stinner committed
September 28, 2011
V
Use the new Py_ARRAY_LENGTH macro
Victor Stinner committed
M
Implement PEP 393.
Martin v. Löwis committed
July 24, 2011
A
Issue #1813: Fix codec lookup under Turkish locales.
Antoine Pitrou committed
September 9, 2010
A
Issue #9804: ascii() now always represents unicode surrogate pairs as
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 27, 2009
May 10, 2009
M
Rename utf8b error handler to surrogateescape.
Martin v. Löwis committed
M
Rename the surrogates error handler to surrogatepass.
Martin v. Löwis committed
May 5, 2009
M
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis committed
May 2, 2009
M
Make PyCodec_SurrogateErrors static.
Martin v. Löwis committed
M
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
Martin v. Löwis committed
October 30, 2008
C
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes committed
June 6, 2008
M
Move the codec decode type checks to bytes/bytearray.decode().
Marc-André Lemburg committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
January 3, 2008
C
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 19, 2007
G
This is the uncontroversial half of patch 1263 by Thomas Lee:
Guido van Rossum committed
August 11, 2007
N
Handle error
Neal Norwitz committed
June 12, 2007
M
Revert 55876. Use PyUnicode_AsEncodedString instead.
Martin v. Löwis committed
June 11, 2007
M
Short-cut lookup of utf-8 codec, to make import work
Martin v. Löwis committed
May 25, 2007
W
Change PyErr_Format() to generate a unicode string (by using
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 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
March 1, 2006
B
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon committed
February 28, 2006
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
November 24, 2005
N
Fix a few more ref leaks. Backport candidate
Neal Norwitz committed
July 8, 2004
N
Fix a couple of signed/unsigned comparison warnings
Neal Norwitz committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
December 29, 2003
H
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang committed
March 19, 2003
G
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer committed
February 14, 2003
M
Patch for bug reported in patch #686627: import race condition in
Marc-André Lemburg committed
November 21, 2002
M
Properly compute array size even for --disable-unicode.
Martin v. Löwis committed