0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
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
frameobject.c
funcobject.c
intobject.c
listobject.c * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
longobject.c
methodobject.c
moduleobject.c
object.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c