• Guido van Rossum's avatar
    * compile.[ch]: support for lambda() · 12d12c5f
    Guido van Rossum yazdı
    * 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!!!)
    12d12c5f
Adı
Son kayıt (commit)
Son güncelleme
..
bltinmodule.c Loading commit data...
ceval.c Loading commit data...
cgensupport.c Loading commit data...
compile.c Loading commit data...
errors.c Loading commit data...
fmod.c Loading commit data...
frozenmain.c Loading commit data...
getcwd.c Loading commit data...
graminit.c Loading commit data...
import.c Loading commit data...
marshal.c Loading commit data...
modsupport.c Loading commit data...
pythonmain.c Loading commit data...
pythonrun.c Loading commit data...
strerror.c Loading commit data...
strtod.c Loading commit data...
structmember.c Loading commit data...
sysmodule.c Loading commit data...
thread.c Loading commit data...
traceback.c Loading commit data...