]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
authorGuido van Rossum <guido@python.org>
Thu, 17 Jun 1993 12:35:49 +0000 (12:35 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Jun 1993 12:35:49 +0000 (12:35 +0000)
commit234f942aefb779efa6cfb7225e21d16a3f7e80f7
tree9c85e1ae919ebb44c0a1ca48bdfd11d5f60c7d9c
parent6a0e2282c359801bd70742642d24f7b0b74f5b4e
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
  Added $(SYSDEF) to its build rule in Makefile.
* cgensupport.[ch], modsupport.[ch]: removed some old stuff.  Also
  changed files that still used it...  And made several things static
  that weren't but should have been...  And other minor cleanups...
* listobject.[ch]: add external interfaces {set,get}listslice
* socketmodule.c: fix bugs in new send() argument parsing.
* sunaudiodevmodule.c: added flush() and close().
33 files changed:
Include/cgensupport.h
Include/listobject.h
Include/modsupport.h
Include/pythonrun.h
Modules/almodule.c
Modules/arraymodule.c
Modules/cdmodule.c
Modules/cgensupport.c
Modules/cgensupport.h
Modules/flmodule.c
Modules/fmmodule.c
Modules/imgfile.c
Modules/mathmodule.c
Modules/nismodule.c
Modules/posixmodule.c
Modules/rotormodule.c
Modules/sgimodule.c
Modules/socketmodule.c
Modules/stdwinmodule.c
Modules/sunaudiodev.c
Modules/threadmodule.c
Modules/timemodule.c
Objects/accessobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/listobject.c
Objects/longobject.c
Objects/stringobject.c
Objects/tupleobject.c
Python/bltinmodule.c
Python/ceval.c
Python/cgensupport.c
Python/graminit.c