1. 06 Oct, 1994 13 commits
  2. 05 Oct, 1994 5 commits
  3. 03 Oct, 1994 6 commits
  4. 02 Oct, 1994 1 commit
  5. 01 Oct, 1994 1 commit
  6. 29 Sep, 1994 12 commits
  7. 28 Sep, 1994 2 commits
    • Guido van Rossum's avatar
      * Include/classobject.h, Objects/classobject.c, Python/ceval.c: · 5494d66d
      Guido van Rossum authored
      	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?)
      5494d66d
    • Guido van Rossum's avatar
      324de6c3