Go to file
Guido van Rossum 590baa4a7a * import.c (get_module): pass .py filename to parse_file, not .pyc filename!
* funcobject.c (func_repr): don't call getstringvalue(None) for anonymous
  functions.
* bltinmodule.c: removed lambda (which is now a built-in function);
  removed implied lambda for string arg to filter/map/reduce.
* Grammar, graminit.[ch], compile.[ch]: replaced lambda as built-in
  function by lambda as grammar entity: instead of "lambda('x: x+1')" you
  write "lambda x: x+1".
* Xtmodule.c (checkargdict): return 0, not NULL, for error.
1993-11-30 13:40:46 +00:00
Demo Restructured main loop. Etc. 1993-11-01 14:50:59 +00:00
Doc * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. 1993-11-23 16:28:45 +00:00
Grammar * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
Include * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
Lib * test_select.py: (some) tests for built-in select module 1993-11-11 10:31:23 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
Objects * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
Parser * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
Python * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +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