]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Makefile: use cp -r to install the library
authorGuido van Rossum <guido@python.org>
Sat, 9 Jan 1993 17:18:52 +0000 (17:18 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 9 Jan 1993 17:18:52 +0000 (17:18 +0000)
commit775f4dacbc8163f085e07ea4195cf5b67dce5124
tree8db650ae8f063e834f576a6f86f2cfdd982dffed
parentd513f0bcb6e743c7569cefce597ad748b9a54bbc
* Makefile: use cp -r to install the library
* ceval.c: use #ifdef COMPAT_HACKS instead of #if 0
* Makefile: fix to make clmodule.c compile;
  make config.o dependent on libpython.a (so date is always correct)
* timemodule.c: now sleep() also takes a float argument.
* posixmodule.c: added nice().
Modules/posixmodule.c
Modules/timemodule.c
Python/ceval.c