cpython/Objects
Guido van Rossum a2b7f40513 * Configure.py: use #!/usr/local/bin/python
* posixmodule.c: move extern function declarations to top
* listobject.c: cmp() arguments must be void* if __STDC__
* Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of
  strdup() -- it is a portability risk
* Makefile: enclosed ranlib command in parentheses for Sequent Make
  which aborts if the command is not found even if '-' is present
* timemodule.c: time() returns a floating point number, in microsecond
  precision if BSD_TIME is defined.
1993-01-04 09:09:59 +00:00
..
classobject.c * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
fileobject.c fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. 1992-12-22 14:24:04 +00:00
floatobject.c Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
frameobject.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
funcobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
intobject.c Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
listobject.c * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
longobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
methodobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
moduleobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
object.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
stringobject.c Remove bogus type-and-refcnt setting from newsizedstringobject(). 1992-09-03 20:44:02 +00:00
tupleobject.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
typeobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
xxobject.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00