summaryrefslogtreecommitdiff
path: root/Lib/test/test_coercion.py
Commit message (Expand)AuthorAgeFilesLines
* Delete test_coercion.py. Coercion is dead, so this test is useless.Guido van Rossum2006-04-221-329/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-82/+242
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-2/+2
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-3/+3
* Dima Dorfman's patch for coercion/comparison of C types (patch #995939), withArmin Rigo2004-12-231-0/+36
* Make test_coercion.py less sensitive to platform fp quirks. ClosesNeil Schemenauer2004-03-101-4/+19
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-1/+2
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-161-5/+2
* Reduce the number of test-suite DeprecationWarnings; start addingTim Peters2002-04-151-2/+9
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-031-2/+2
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+113