cpython/Python
Guido van Rossum 9e90a672b4 * pythonmain.c: -k option, usage message, more environment flags.
(the latter also in frozenmain.c)
* ceval.c: global 'killprint' flag raises exception when printing an
  expression statement's value (useful for finding stray output)
* timemodule.c: add asctime() and ctime().  Change julian date to
  1-based origin (as intended and documented).
* Removed unused DO_TIMES stuff from timemodule.c.  Added 'epoch' and
  'day0' globals (year where time.time() == 0 and day of the week the
  epoch started).
1993-06-24 11:10:19 +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 * pythonmain.c: -k option, usage message, more environment flags. 1993-06-24 11:10:19 +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 * pythonmain.c: -k option, usage message, more environment flags. 1993-06-24 11:10:19 +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 * pythonmain.c: -k option, usage message, more environment flags. 1993-06-24 11:10:19 +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