• Guido van Rossum's avatar
    Completely reformatted, standardizing indentation as well as · cea1c8ca
    Guido van Rossum yazdı
    programming style.
    
    Recoded many routines to incorporate better error checking, and/or
    better versions of the same function found elsewhere
    (e.g. bltinmodule.c or ceval.c).  In particular,
    Py_Number_{Int,Long,Float}() now convert from strings, just like the
    built-in functions int(), long() and float().
    
    Sequences and mappings are now safe to have NULL function pointers
    anywhere in their tp_as_sequence or tp_as_mapping fields.  (A few
    places in other files need to be checked in too.)
    
    Renamed PySequence_In() to PySequence_Contains().
    cea1c8ca
Adı
Son kayıt (commit)
Son güncelleme
..
Makefile.in Loading commit data...
abstract.c Loading commit data...
classobject.c Loading commit data...
cobject.c Loading commit data...
complexobject.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...
methodobject.c Loading commit data...
moduleobject.c Loading commit data...
object.c Loading commit data...
rangeobject.c Loading commit data...
sliceobject.c Loading commit data...
stringobject.c Loading commit data...
tupleobject.c Loading commit data...
typeobject.c Loading commit data...
xxobject.c Loading commit data...