• 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
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...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS Loading commit data...
ChangeLog Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
TODO Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...