]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Added Fixcprt.py: script to fix copyright message.
authorGuido van Rossum <guido@python.org>
Tue, 26 Jan 1993 13:33:44 +0000 (13:33 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Jan 1993 13:33:44 +0000 (13:33 +0000)
commit34679b7661873ec65e5157ddd1ea2be8269632d0
tree401979fa222c7b621a93bc8c5e4ba928ef0551b7
parent35fb82a33f4bc78be1f7d219b8ebd078b37c90cb
* Added Fixcprt.py: script to fix copyright message.
* various modules: added 1993 to copyright.
* thread.c: added copyright notice.
* ceval.c: minor change to error message for "+"
* stdwinmodule.c: check for error from wfetchcolor
* config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h)
* Add declaration of inittab to import.h
* sysmodule.c: added sys.builtin_module_names
* xxmodule.c, xxobject.c: fix minor errors
20 files changed:
Include/allobjects.h
Include/import.h
Modules/audioop.c
Modules/config.c.in
Modules/imageop.c
Modules/imgfile.c
Modules/rotormodule.c
Modules/stdwinmodule.c
Modules/svmodule.c
Modules/threadmodule.c
Modules/xxmodule.c
Objects/fileobject.c
Objects/listobject.c
Objects/longobject.c
Objects/xxobject.c
Python/ceval.c
Python/import.c
Python/modsupport.c
Python/sysmodule.c
Python/thread.c