cpython/Objects
Tim Peters 72d421b75c Boost buffer sizes in the absence of snprintf on Windows.
Ensure that # of args to sprintf always matches # of format specifiers.
2000-08-04 03:05:40 +00:00
..
.cvsignore
Makefile.in
abstract.c Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. 2000-08-03 16:42:14 +00:00
bufferobject.c
classobject.c ANSIfy functions that were hiding inside a macro. 2000-07-23 22:09:59 +00:00
cobject.c
complexobject.c merge Include/my*.h into Include/pyport.h 2000-07-31 15:28:04 +00:00
dictobject.c Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, 2000-07-22 19:25:51 +00:00
fileobject.c Added PyObject_AsFileDescriptor, which checks for integer, long integer, 2000-07-13 23:56:54 +00:00
floatobject.c merge Include/my*.h into Include/pyport.h 2000-07-31 15:28:04 +00:00
frameobject.c
funcobject.c
intobject.c Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
listobject.c Use 'void' directly instead of the ANY #define, now that all code is ANSI C. 2000-07-25 12:56:38 +00:00
longobject.c merge Include/my*.h into Include/pyport.h 2000-07-31 15:28:04 +00:00
methodobject.c
moduleobject.c
object.c merge Include/my*.h into Include/pyport.h 2000-07-31 15:28:04 +00:00
rangeobject.c Boost buffer sizes in the absence of snprintf on Windows. 2000-08-04 03:05:40 +00:00
sliceobject.c
stringobject.c merge Include/my*.h into Include/pyport.h 2000-07-31 15:28:04 +00:00
tupleobject.c
typeobject.c
unicodectype.c Changing the CNRI copyright notice according to CNRI's instructions. 2000-08-03 16:24:25 +00:00
unicodeobject.c This patch finalizes the move from UTF-8 to a default encoding in 2000-08-03 18:46:08 +00:00
xxobject.c