Staging
v0.5.1
Revision 03093a248d4ef3af23a5906dea276c01e0c1ae2c authored by Guido van Rossum on 28 September 1994, 15:51:32 UTC, committed by Guido van Rossum on 28 September 1994, 15:51:32 UTC
	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?)
1 parent 2929527
History
File Mode Size
ACKS -rw-r--r-- 1.3 KB
AIX-NOTES -rw-r--r-- 1.5 KB
BLURB -rw-r--r-- 1.3 KB
BLURB.LUTZ -rw-r--r-- 5.6 KB
COPYRIGHT -rw-r--r-- 1.1 KB
FAQ -rw-r--r-- 62.0 KB
Fixcprt.py -rwxr-xr-x 1.6 KB
HISTORY -rw-r--r-- 52.0 KB
HPUX-NOTES -rw-r--r-- 973 bytes
HYPE -rw-r--r-- 3.1 KB
Makefile -rw-r--r-- 242 bytes
NEWS -rw-r--r-- 22.9 KB
README -rw-r--r-- 1.5 KB
RFD -rw-r--r-- 3.9 KB
cheatsheet -rw-r--r-- 21.8 KB
dlMakefile -rwxr-xr-x 1.7 KB
fixfuncptrs.sh -rwxr-xr-x 2.2 KB
indent.pro -rw-r--r-- 66 bytes
python-mode-old.el -rw-r--r-- 63.9 KB
python.gif -rw-r--r-- 7.2 KB
python.man -rw-r--r-- 7.3 KB
renumber.py -rwxr-xr-x 2.6 KB

README

back to top