COMMITS
/ Python/codecs.c 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
April 5, 2000
G
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum committed
March 31, 2000
G
Marc-Andre Lemburg: Error reporting in the codec registry and lookup
Guido van Rossum committed
March 24, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 20, 2000
B
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw committed
March 10, 2000
G
Python Codec Registry and support functions, written by Marc-Andre
Guido van Rossum committed