cpython/Objects
Martin v. Löwis cd35306a25 Patch #424335: Implement string_richcompare, remove string_compare.
Use new _PyString_Eq in lookdict_string.
2001-05-24 16:56:35 +00:00
..
.cvsignore
abstract.c Reimplement PySequence_Contains() and instance_contains(), so they work 2001-05-05 21:05:01 +00:00
bufferobject.c
cellobject.c
classobject.c init_name_op(): add (void) to the argument list to make it a valid 2001-05-22 02:33:08 +00:00
cobject.c
complexobject.c
dictobject.c Patch #424335: Implement string_richcompare, remove string_compare. 2001-05-24 16:56:35 +00:00
fileobject.c file_getiter(): make iter(file) be equivalent to file.xreadlines(). 2001-05-22 16:48:37 +00:00
floatobject.c SF bug #422177: Results from .pyc differs from .py 2001-05-08 15:19:57 +00:00
frameobject.c SF patch 419176 from MvL; fixed bug 418977 2001-05-08 04:08:59 +00:00
funcobject.c Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not 2001-05-03 16:04:13 +00:00
intobject.c
iterobject.c Discard a misleading comment about iter_iternext(). 2001-05-01 17:01:25 +00:00
listobject.c
longobject.c
methodobject.c
moduleobject.c Repair "module has no attribute xxx" error msg; bug introduced when 2001-05-12 20:24:22 +00:00
object.c Cosmetic: code under "else" clause was missing indent. 2001-05-11 03:36:45 +00:00
obmalloc.c
rangeobject.c
sliceobject.c SF patch #408326 by Robin Thomas: slice objects comparable, not 2001-03-20 12:41:34 +00:00
stringobject.c Patch #424335: Implement string_richcompare, remove string_compare. 2001-05-24 16:56:35 +00:00
tupleobject.c Speed tuple comparisons in two ways: 2001-05-15 20:12:59 +00:00
typeobject.c
unicodectype.c
unicodeobject.c This patch changes the behaviour of the UTF-16 codec family. Only the 2001-05-21 20:30:15 +00:00
unicodetype_db.h
xxobject.c