0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Objects
Fred Drake 4574f23115 PyBuffer_New(): Raise ValueError if size is negative (the other
constructors didn't miss this).

		 Raise MemoryError if malloc() fails, instead of just
		 returning NULL.
1999-08-04 13:08:19 +00:00
..
abstract.c
bufferobject.c PyBuffer_New(): Raise ValueError if size is negative (the other 1999-08-04 13:08:19 +00:00
classobject.c
cobject.c
complexobject.c
dictobject.c
fileobject.c
floatobject.c Tim Peters writes: 1999-05-06 14:26:34 +00:00
frameobject.c
funcobject.c
intobject.c
listobject.c When deallocating a list, DECREF the items from the end back to the start. 1999-06-09 15:19:34 +00:00
longobject.c
Makefile.in
methodobject.c
moduleobject.c
object.c
rangeobject.c
sliceobject.c
stringobject.c Fix bug discovered by John W. Shipman -- when the width of a format 1999-06-07 15:12:32 +00:00
tupleobject.c Mark Favas was quick to note that the last checkin divides by zero 1999-07-13 05:41:12 +00:00
typeobject.c
xxobject.c