0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
Guido van Rossum bb77e6801e Change string comparison so that it applies even when one (or both)
arguments are subclasses of str, as long as they don't override rich
comparison.
2001-09-24 16:51:54 +00:00
..
.cvsignore
abstract.c
bufferobject.c
cellobject.c
classobject.c Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
cobject.c
complexobject.c Add optional docstrings to member descriptors. For backwards 2001-09-20 20:46:19 +00:00
descrobject.c Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
dictobject.c
fileobject.c Generalize file.writelines() to allow iterable objects. 2001-09-23 04:06:05 +00:00
floatobject.c Add additional coercion support for "self subtypes" to int, long, 2001-09-19 01:25:16 +00:00
frameobject.c Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
funcobject.c Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
intobject.c Add additional coercion support for "self subtypes" to int, long, 2001-09-19 01:25:16 +00:00
iterobject.c
listobject.c
longobject.c Add additional coercion support for "self subtypes" to int, long, 2001-09-19 01:25:16 +00:00
methodobject.c Add optional docstrings to getset descriptors. Fortunately, there's 2001-09-20 21:45:26 +00:00
moduleobject.c Add optional docstrings to member descriptors. For backwards 2001-09-20 20:46:19 +00:00
object.c _PyObject_GetDictPtr(): when the offset is negative, always align -- 2001-09-20 13:38:22 +00:00
obmalloc.c
rangeobject.c
sliceobject.c Add optional docstrings to member descriptors. For backwards 2001-09-20 20:46:19 +00:00
stringobject.c Change string comparison so that it applies even when one (or both) 2001-09-24 16:51:54 +00:00
tupleobject.c
typeobject.c Fix the baffler that Tim reported: sometimes the repr() of an object 2001-09-24 16:03:59 +00:00
unicodectype.c
unicodeobject.c Fix a bug in rendering of \\ by repr() -- it rendered as \\\ instead 2001-09-21 15:38:17 +00:00
unicodetype_db.h
xxobject.c