• 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
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...