aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_complex.py
Commit message (Expand)AuthorAge
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-16
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-01
* Merged revisions 59202-59211 via svnmerge fromChristian Heimes2007-11-28
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-07
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Make test_complex pass again now that floordiv and mod are illegal.Guido van Rossum2007-08-03
* Fix file test.Walter Dörwald2007-05-29
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-22
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-21
* Get rid of remnants of integer divisionNeal Norwitz2006-03-24
* Test case for latest complexobject fix.Georg Brandl2005-09-17
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-26
* Fix repr for negative imaginary part. Fixes #1013908.Martin v. Löwis2004-08-22
* Remove useless import.Walter Dörwald2003-08-05
* Check both __div__ and __truediv__ in division tests.Walter Dörwald2003-08-05
* Add various test cases from SF patch 543867.Walter Dörwald2003-07-15
* Whitespace normalization.Tim Peters2003-06-29
* Port test_complex.py to unittest.Walter Dörwald2003-06-18
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* test_support: add a docstring to vereq().Tim Peters2001-12-29
* SF Patch #497487 add test to compare conjugate of a complex numberNeal Norwitz2001-12-29
* SF Patch #494873 add tests for complex numbers including calls to int()/long()Neal Norwitz2001-12-29
* Add a comment explaining what these tests are for, and where to look forFred Drake2001-12-13
* Reverting to rev 1.2. Apparently gcc doesn't use the extended-precisionTim Peters2001-09-06
* Rewrite to use test_support's fine fcmp instead -- I didn't know thatTim Peters2001-09-06
* This division test was too stringent in its accuracy expectations forTim Peters2001-05-29
* SF bug [ #409448 ] Complex division is braindeadTim Peters2001-03-18