Go to file
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
Demo Fix reference to undefined 'memsize' in calcnframes(). 1993-10-26 10:23:14 +00:00
Doc "exec" is now a statement. execfile() is obsolete. 1993-10-18 17:59:42 +00:00
Grammar * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
Include * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
Lib added builtin b/w compat module. 1993-10-22 14:24:22 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Added rindex(). index() and rindex() interpret negative start index 1993-10-26 15:23:55 +00:00
Objects * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
Parser Changes to accept double-quoted strings on input. 1993-10-26 15:19:44 +00:00
Python * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
Tools/scripts Initial revision 1993-06-10 14:43:53 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release099'. 1993-07-29 13:14:32 +00:00