Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
72c0141f03f723fe5269cb9cdcb1541a4c6811e8
/
Lib
/
test
/
test_coercion.py
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
96c4df4
Issue #9145: Fix a regression due to r79539
by Florent Xicluna
· 15 years ago
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
ef49096
#7092: silence more -3 and -Wd warnings
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
48361f5
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
by Nick Coghlan
· 17 years ago
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