Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
966d0e0930e9d73456a47ff459ea04ea8dc1cf9c
/
Lib
/
test
/
test_coercion.py
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
5dc3e3f
Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed.
by Brett Cannon
· 19 years ago
4ef3a23
whitespace normalisation
by Anthony Baxter
· 19 years ago
686eaeb
Make test_coercion pass with -Qnew. Converted to unittest on the occasion.
by Georg Brandl
· 19 years ago
bf36409
PEP 352 implementation. Creates a new base class, BaseException, which has an
by Brett Cannon
· 19 years ago
a174813
Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with
by Armin Rigo
· 21 years ago
6cbba50
Make test_coercion.py less sensitive to platform fp quirks. Closes
by Neil Schemenauer
· 21 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
d392506
Tighten up some warning filters, and break some dependencies on the
by Tim Peters
· 23 years ago
7d79948
It makes more sense to call resetwarnings() after every test runs than
by Tim Peters
· 23 years ago
f022a4d
Reduce the number of test-suite DeprecationWarnings; start adding
by Tim Peters
· 23 years ago
38796d0
Use numbers that can be accurately represented on binary machines. I hope
by Neil Schemenauer
· 25 years ago
fd288c7
Add more tests for compare and coercion in preparation for the coercion
by Neil Schemenauer
· 25 years ago