cpython/Objects
Marc-André Lemburg a866df806d This patch changes the default behaviour of the builtin charmap
codec to not apply Latin-1 mappings for keys which are not found
in the mapping dictionaries, but instead treat them as undefined
mappings.

The patch was originally written by Martin v. Loewis with some
additional (cosmetic) changes and an updated test script
by Marc-Andre Lemburg.

The standard codecs were recreated from the most current files
available at the Unicode.org site using the Tools/scripts/gencodec.py
tool.

This patch closes the bugs #116285 and #119960.
2001-01-03 21:29:14 +00:00
..
.cvsignore
Makefile.in Update dependencies per /F. 2000-11-28 12:09:18 +00:00
abstract.c Fix for SF bug #115987: PyInstance_HalfBinOp does not initialize the 2000-10-05 12:43:25 +00:00
bufferobject.c
classobject.c Ka-Ping Yee <ping@lfw.org>: 2000-10-24 19:57:45 +00:00
cobject.c
complexobject.c Rationalize use of limits.h, moving the inclusion to Python.h. 2000-09-26 05:46:01 +00:00
dictobject.c Add long-overdue docstrings to dict methods. 2000-12-13 23:18:45 +00:00
fileobject.c Make the indentation consistently use tabs instead of using spaces just 2000-12-20 00:55:07 +00:00
floatobject.c Ka-Ping Yee <ping@lfw.org>: 2000-10-24 19:57:45 +00:00
frameobject.c
funcobject.c
intobject.c Ka-Ping Yee <ping@lfw.org>: 2000-10-24 19:57:45 +00:00
listobject.c Use METH_VARARGS instead of "1" in list method table. 2000-12-13 22:35:46 +00:00
longobject.c Ka-Ping Yee <ping@lfw.org>: 2000-10-24 19:57:45 +00:00
methodobject.c
moduleobject.c Add garbage collection for module objects. Closes patch #102939 and 2001-01-02 15:58:27 +00:00
object.c Ka-Ping Yee <ping@lfw.org>: 2000-10-24 19:57:45 +00:00
rangeobject.c Test for NULL returned from PyObject_NEW(). 2000-12-14 14:59:53 +00:00
sliceobject.c Test for NULL returned from PyObject_NEW(). 2000-12-14 15:09:46 +00:00
stringobject.c [ Patch #102852 ] Make % error a bit more informative by indicates the 2000-12-15 13:07:46 +00:00
tupleobject.c Simplify _PyTuple_Resize by not using the tuple free list and dropping 2000-10-05 19:36:49 +00:00
typeobject.c
unicodectype.c unicode database compression, step 3: 2000-09-25 21:48:13 +00:00
unicodeobject.c This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
unicodetype_db.h Added 38,642 missing characters to the Unicode database (first-last 2000-11-03 20:24:15 +00:00
xxobject.c