1. 19 Sep, 2001 1 commit
    • Guido van Rossum's avatar
      complex_coerce(): add explicit PyComplex_Check() test. Previously, · 63805960
      Guido van Rossum authored
      complex_coerce() would never be called with a complex argument,
      because PyNumber_Coerce[Ex] doesn't bother calling the type's coercion
      method if the values already have the same type.  But now, of course,
      it's possible to pass an instance of a complex *subtype*, and those
      must be accepted.
      63805960
  2. 18 Sep, 2001 24 commits
  3. 17 Sep, 2001 15 commits