summaryrefslogtreecommitdiff
path: root/Lib/test/test_coercion.py
Commit message (Expand)AuthorAgeFilesLines
* Missed test for rev. 46933; infinite recursion from __coerce__() returning it...Brett Cannon2006-06-131-1/+19
* whitespace normalisationAnthony Baxter2006-03-301-4/+4
* Make test_coercion pass with -Qnew. Converted to unittest on the occasion.Georg Brandl2006-03-281-82/+242
* 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