]> granicus.if.org Git - python/commitdiff
Blocked revisions 87039-87040,87043-87044 via svnmerge
authorEric Smith <eric@trueblade.com>
Sat, 4 Dec 2010 16:09:22 +0000 (16:09 +0000)
committerEric Smith <eric@trueblade.com>
Sat, 4 Dec 2010 16:09:22 +0000 (16:09 +0000)
........
  r87039 | eric.smith | 2010-12-04 08:27:34 -0500 (Sat, 04 Dec 2010) | 1 line

  Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
........
  r87040 | eric.smith | 2010-12-04 08:32:18 -0500 (Sat, 04 Dec 2010) | 1 line

  Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly.
........
  r87043 | eric.smith | 2010-12-04 10:17:38 -0500 (Sat, 04 Dec 2010) | 1 line

  Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.
........
  r87044 | eric.smith | 2010-12-04 10:26:13 -0500 (Sat, 04 Dec 2010) | 1 line

  Issue 10625: Add tests for negative zeros in complex str and repr.
........


No differences found