• Guido van Rossum's avatar
    * import.c (get_module): pass .py filename to parse_file, not .pyc filename! · 590baa4a
    Guido van Rossum yazdı
    * 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.
    590baa4a
Adı
Son kayıt (commit)
Son güncelleme
..
accessobject.c Loading commit data...
classobject.c Loading commit data...
dictobject.c Loading commit data...
fileobject.c Loading commit data...
floatobject.c Loading commit data...
frameobject.c Loading commit data...
funcobject.c Loading commit data...
intobject.c Loading commit data...
listobject.c Loading commit data...
longobject.c Loading commit data...
mappingobject.c Loading commit data...
methodobject.c Loading commit data...
moduleobject.c Loading commit data...
object.c Loading commit data...
rangeobject.c Loading commit data...
stringobject.c Loading commit data...
tupleobject.c Loading commit data...
typeobject.c Loading commit data...
xxobject.c Loading commit data...