0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Objects
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
..
accessobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
classobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
dictobject.c Several changes in one: 1993-05-19 14:50:45 +00:00
fileobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
floatobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
frameobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
funcobject.c Several changes in one: 1993-05-19 14:50:45 +00:00
intobject.c * Microscopic corrections to make things compile on the Cray APP. 1993-04-07 14:06:14 +00:00
listobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
longobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
mappingobject.c Several changes in one: 1993-05-19 14:50:45 +00:00
methodobject.c * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
moduleobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
object.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00
stringobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
tupleobject.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
typeobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
xxobject.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00