cpython/Python
Guido van Rossum 89b3325dc4 * import.c (MAGIC): Changed magic word to avoid confusion about exec
function vs. exec statement
* bltinmodule.c: renamed the module to __builtin__.
* posixmodule.c (posix_execv): renamed exec --> execv since it is now a
  reserved word.
1993-10-22 14:26:06 +00:00
..
bltinmodule.c * import.c (MAGIC): Changed magic word to avoid confusion about exec 1993-10-22 14:26:06 +00:00
ceval.c Several optimizations and speed improvements. 1993-10-22 12:04:32 +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 * bltinmodule.c: removed exec() built-in function. 1993-10-18 17:06:59 +00:00
errors.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
fmod.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
frozenmain.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
getcwd.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
graminit.c * bltinmodule.c: removed exec() built-in function. 1993-10-18 17:06:59 +00:00
import.c * import.c (MAGIC): Changed magic word to avoid confusion about exec 1993-10-22 14:26:06 +00:00
marshal.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
modsupport.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
pythonmain.c * pythonmain.c: -k option, usage message, more environment flags. 1993-06-24 11:10:19 +00:00
pythonrun.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +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 widget methods {Height,Width}{,MM}OfScreen. 1993-10-12 14:10:58 +00:00
traceback.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00