cpython/Objects
Guido van Rossum b7fc304109 Correct typo in setattr: return -1 for error, not NULL 1996-09-11 22:51:25 +00:00
..
Makefile.in Added sliceobject.c 1996-07-30 16:45:48 +00:00
abstract.c Added PyObject_DelItem and PySequence_Del{Item,Slice}. 1996-08-21 17:41:54 +00:00
accessobject.c Disable support for access statement 1996-08-12 22:00:53 +00:00
classobject.c Use getstringsize where available instead of strlen. 1996-08-26 14:58:03 +00:00
cobject.c Allow compilation by K&R C compiler. 1996-08-01 00:02:33 +00:00
complexobject.c Don't dump core on complex % or divmod -- raise a TypeError exception. 1996-09-11 13:55:55 +00:00
dictobject.c Support for tp_getattro, tp_setattro (Sjoerd) 1996-08-09 20:52:03 +00:00
fileobject.c fix read(0), readline(0); make tuple for call_object args 1995-07-10 23:32:26 +00:00
floatobject.c Get rid of bogus MSC_VER undef of CHECK() 1996-09-11 20:21:41 +00:00
frameobject.c better policy regarding NULL locals 1995-07-26 16:14:30 +00:00
funcobject.c changes for keyword arguments and fast function call; added abstract.c 1995-07-18 14:30:34 +00:00
intobject.c fix memory leak and null pointer dereference 1995-01-10 15:23:19 +00:00
listobject.c Use pre-created string objects for most common exceptions 1996-08-09 20:51:27 +00:00
longobject.c changes for MPW 1995-03-04 22:43:47 +00:00
mappingobject.c Support for tp_getattro, tp_setattro (Sjoerd) 1996-08-09 20:52:03 +00:00
methodobject.c changes for keyword args to built-in functions and classes 1995-07-26 18:07:32 +00:00
moduleobject.c Disable support for access statement 1996-08-12 22:00:53 +00:00
object.c Correct typo in setattr: return -1 for error, not NULL 1996-09-11 22:51:25 +00:00
rangeobject.c Use NEWOBJ() macro instead of calling newobject() directly. 1996-07-22 16:16:25 +00:00
sliceobject.c repr("...") -> "Ellipses" 1996-07-30 18:37:14 +00:00
stringobject.c Multiply by 1000003 instead of 3 in string hach 1996-09-11 20:22:48 +00:00
tupleobject.c new debugger symbol names 1996-05-23 22:46:51 +00:00
typeobject.c added getattr(), supporting __doc__ and _name__ 1995-01-07 11:58:15 +00:00
xxobject.c Added 1995 to copyright message. 1995-01-04 19:07:38 +00:00