cpython/Objects
Thomas Wouters efafcea280 Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed
on python-dev. The features will still vanish, however, just one release
later.
2001-07-09 12:30:54 +00:00
..
.cvsignore
abstract.c Cruft cleanup: Removed the unused last_is_sticky argument from the internal 2001-05-28 22:30:08 +00:00
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c
dictobject.c dict_update(): Generalize this method so {}.update() accepts any 2001-06-26 20:08:32 +00:00
fileobject.c
floatobject.c
frameobject.c PyFrameObject: rename f_stackbottom to f_stacktop, since it points to 2001-06-23 05:26:56 +00:00
funcobject.c
intobject.c SF bug 434186: 0x80000000/2 != 0x80000000>>1 2001-06-18 19:21:11 +00:00
iterobject.c
listobject.c SF bug #439104: Tuple richcompares has code-typo. 2001-07-06 17:45:43 +00:00
longobject.c PyLong_{As, From}VoidPtr: cleanup, replacing assumptions in comments with 2001-06-16 08:48:40 +00:00
methodobject.c
moduleobject.c
object.c Patch #424475: Speed-up tp_compare usage, by special-casing the common 2001-06-09 07:34:05 +00:00
obmalloc.c
rangeobject.c Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed 2001-07-09 12:30:54 +00:00
sliceobject.c
stringobject.c Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup. 2001-06-16 05:42:57 +00:00
tupleobject.c SF bug 433228: repr(list) woes when len(list) big. 2001-06-16 05:11:17 +00:00
typeobject.c Added a missing cast to the hashfunc initializer. 2001-06-10 21:43:28 +00:00
unicodectype.c removed "register const" from scalar arguments to the unicode 2001-06-27 22:08:26 +00:00
unicodeobject.c use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE 2001-06-27 18:59:43 +00:00
unicodetype_db.h
xxobject.c