cpython/Objects
Fred Drake 8ce159aef5 Peter Schneider-Kamp <nowonder@nowonder.de>:
Remove some of GCC's warning in -Wstrict-prototypes mode.

This closes SourceForge patch #101342.
2000-08-31 05:18:54 +00:00
..
.cvsignore
Makefile.in
abstract.c Removed compiler warning about wanting explicit grouping around && 2000-08-31 05:15:44 +00:00
bufferobject.c
classobject.c Call PyErr_Clear() to clear the AttributeError raised by GetAttr. 2000-08-25 10:47:46 +00:00
cobject.c
complexobject.c
dictobject.c
fileobject.c Peter Schneider-Kamp <nowonder@nowonder.de>: 2000-08-31 05:18:54 +00:00
floatobject.c PyFloat_FromString(): Move s_buffer[] up to the top-level function 2000-08-18 05:00:03 +00:00
frameobject.c
funcobject.c
intobject.c
listobject.c Support for the in-place operations introduced by augmented assignment. Only 2000-08-24 20:08:19 +00:00
longobject.c
methodobject.c
moduleobject.c ANSI-fication of the sources. 2000-07-09 06:03:25 +00:00
object.c PyOS_CheckStack() returns 1 when failing, not -1. 2000-08-30 15:53:50 +00:00
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c PyUnicode_AsUTF8String(): /F picks up what I missed: the local var 2000-08-18 19:30:40 +00:00
xxobject.c