summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_coercion
Commit message (Expand)AuthorAgeFilesLines
* Make test_coercion.py less sensitive to platform fp quirks. ClosesNeil Schemenauer2004-03-101-329/+329
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-051-2/+2
* Sequence repeat works now for in-place multiply with an integer typeNeil Schemenauer2001-01-041-4/+4
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-031-585/+585
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+1054