Go to file
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
Demo Renamed vcopy to Vcopy (it is the only old tool that's still in use) 1992-12-24 11:41:14 +00:00
Doc Changes to some math using underscore as subscript, necessary since 1992-12-17 15:31:02 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
Lib CL.py: adapted to newest version of CL library. 1992-12-14 13:16:55 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
Objects * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
Tools/scripts Fix bug when reporting error 1992-12-10 00:01:24 +00:00