cpython/Python
Guido van Rossum 12d12c5faf * compile.[ch]: support for lambda()
* PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC.
* allobjects.h: added #include "rangeobject.h"
* Grammar: added lambda_input; relaxed syntax for exec.
* bltinmodule.c: added bagof, map, reduce, lambda, xrange.
* tupleobject.[ch]: added resizetuple().
* rangeobject.[ch]: new object type to speed up range operations (not
  convinced this is needed!!!)
1993-10-26 17:58:25 +00:00
..
bltinmodule.c * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +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 * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +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 * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
import.c * filemodule.c: added writelines() -- analogous to readlines() 1993-10-25 09:59:04 +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