cpython/Python
Guido van Rossum 234f942aef * 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().
1993-06-17 12:35:49 +00:00
..
bltinmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
ceval.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
cgensupport.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
compile.c Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
errors.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
fmod.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
frozenmain.c Support for frozen scripts; added -i option. 1993-04-01 20:59:32 +00:00
getcwd.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
graminit.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
import.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
marshal.c Several changes in one: 1993-05-19 14:50:45 +00:00
modsupport.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
pythonmain.c Support for frozen scripts; added -i option. 1993-04-01 20:59:32 +00:00
pythonrun.c Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
strerror.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
strtod.c fix HUGE and MAXVAL (suggested by Tim Peters) 1992-03-27 17:30:32 +00:00
structmember.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sysmodule.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
thread.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
traceback.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00