0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
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
..
accessobject.c
classobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
dictobject.c Fix lay-out of previous fix. 1993-11-23 17:54:03 +00:00
fileobject.c
floatobject.c
frameobject.c
funcobject.c * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 1993-11-30 13:40:46 +00:00
intobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
listobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
longobject.c
mappingobject.c Fix lay-out of previous fix. 1993-11-23 17:54:03 +00:00
methodobject.c
moduleobject.c * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
object.c
rangeobject.c
stringobject.c Fix the fix :-( 1993-11-11 15:03:51 +00:00
tupleobject.c * posixmodule.c: added set{uid,gid}. 1993-11-10 09:23:53 +00:00
typeobject.c
xxobject.c