cpython/Objects
Raymond Hettinger 5d5e7c0e34 SF patch #664192 bug #661913: inconsistent error messages between string
and unicode

Patch by Christopher Blunck.
2003-01-15 05:32:57 +00:00
..
.cvsignore
abstract.c Merge to trunk from release branch: 2002-12-31 19:50:03 +00:00
boolobject.c
bufferobject.c
cellobject.c
classobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
cobject.c
complexobject.c
descrobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
dictobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
enumobject.c
fileobject.c Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. 2003-01-03 19:16:14 +00:00
floatobject.c
frameobject.c Since the *_Init() are private, prefix with _, suggested by Skip 2002-12-31 03:42:13 +00:00
funcobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
intobject.c Since the *_Init() are private, prefix with _, suggested by Skip 2002-12-31 03:42:13 +00:00
iterobject.c
listobject.c Allow list sort's comparison function to explicitly be None. See SF patch 2003-01-02 20:51:08 +00:00
listsort.txt
longobject.c Consolidate the int and long sequence repeat code. Before the change, 2002-12-30 20:19:02 +00:00
methodobject.c PyCFunction_Call(): Combined two switch cases w/ identical bodies. 2003-01-05 07:22:44 +00:00
moduleobject.c
object.c Fix SF bug #667147, Segmentation fault printing str subclass 2003-01-13 20:13:12 +00:00
obmalloc.c
rangeobject.c
sliceobject.c SF patch #659536: Use PyArg_UnpackTuple where possible. 2002-12-29 16:33:45 +00:00
stringobject.c SF patch #664192 bug #661913: inconsistent error messages between string 2003-01-15 05:32:57 +00:00
structseq.c SF # 654974, fix unchecked return values in structseq 2002-12-18 23:20:39 +00:00
tupleobject.c
typeobject.c Fix for SF bug #642358: only provide a new with a __dict__ or 2003-01-07 13:41:37 +00:00
unicodectype.c
unicodeobject.c Fix charmapencode_lookup(), so that a None value in the mapping 2003-01-08 22:01:33 +00:00
unicodetype_db.h
weakrefobject.c
xxobject.c Grammatical fix in comment. 2003-01-03 21:22:08 +00:00