COMMITS
/ Python/codecs.c September 28, 2011
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
W
Fix PEP 293 related problems with --disable-unicode builds
Walter Dörwald committed
September 26, 2002
M
Add encoding name in LookupError. Fixes #615013. Will backport to 2.2.
Martin v. Löwis committed
September 2, 2002
W
Check string for NULL before using it to format the error message.
Walter Dörwald committed
W
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald committed
July 18, 2002
M
Fix bug [ 549731 ] Unicode encoders appears to leak references.
Mark Hammond committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
August 3, 2000
G
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 3, 2000
J
Include limits.h if we have it.
Jack Jansen committed
June 29, 2000
G
Change the loop index in normalizestring() to size_t too, to avoid a
Guido van Rossum committed
June 28, 2000
G
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum committed
May 9, 2000
F
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake committed