cpython/Objects
Guido van Rossum 71160aaffe Use #include "mymath.h" instead of declaring fabs() explicitly.
This should solve a weird problem on the Mac for Jack.
1997-06-03 18:03:18 +00:00
..
Makefile.in Renamed mappingobject.c to dictobject.c. 1997-05-13 21:05:38 +00:00
abstract.c Renamed a local variable from 'PyCFunction' (which is also a typedef 1997-05-20 22:09:08 +00:00
classobject.c PyObject_Compare can raise an exception now. 1997-05-23 00:06:51 +00:00
cobject.c Keep gcc -Wall happy. 1997-02-14 21:12:56 +00:00
complexobject.c Got rid of c_error in favor of errno (and EDOM/ERANGE). 1997-05-20 18:21:34 +00:00
dictobject.c Renamed dict.absorb() (too spungy) to dict.update(). 1997-06-02 17:13:37 +00:00
fileobject.c PyFile_WriteString now returns an error indicator instead of calling 1997-05-22 22:25:11 +00:00
floatobject.c Faster floating point allocator, same idea as the int allocator. 1997-05-13 21:00:42 +00:00
frameobject.c Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
funcobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
intobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
listobject.c PyObject_Compare can raise an exception now. 1997-05-23 00:06:51 +00:00
longobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
methodobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
moduleobject.c removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. 1997-05-09 01:07:15 +00:00
object.c PyObject_Compare can raise an exception now. 1997-05-23 00:06:51 +00:00
rangeobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
sliceobject.c Ellipses -> Ellipsis rename (the dictionary really says that it should 1996-10-11 16:25:41 +00:00
stringobject.c Use #include "mymath.h" instead of declaring fabs() explicitly. 1997-06-03 18:03:18 +00:00
tupleobject.c Quickly renamed the last directory. 1997-05-02 03:12:38 +00:00
typeobject.c American spelling in doc string. 1997-06-02 14:43:07 +00:00
xxobject.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00