• Guido van Rossum's avatar
    * Include/classobject.h, Objects/classobject.c, Python/ceval.c: · 03093a24
    Guido van Rossum yazdı
    	entirely redone operator overloading.  The rules for class
    	instances are now much more relaxed than for other built-in types
    	(whose coerce must still return two objects of the same type)
    
    	* Objects/floatobject.c: add overflow check when converting float
    	to int and implement truncation towards zero using ceil/float
    
    	* Objects/longobject.c: change ValueError to OverflowError when
    	converting to int
    
    	* Objects/rangeobject.c: modernized
    
    	* Objects/stringobject.c: use HAVE_LIMITS instead of __STDC__
    
    	* Objects/xxobject.c: changed to use new style (not finished?)
    03093a24
Adı
Son kayıt (commit)
Son güncelleme
..
Makefile.in Loading commit data...
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...