Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
36645681c8ad9a30d142f1dabb44d1d6c3ed5fab
/
Lib
/
test
/
test_hash.py
3664568
Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch.
by Mark Dickinson
· 13 years ago
e961593
Merged revisions 77727 via svnmerge from
by Ezio Melotti
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
887b3f2
long -> int
by Guilherme Polo
· 16 years ago
5c6d787
Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from
by Benjamin Peterson
· 16 years ago
a56c467
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
by Mark Dickinson
· 16 years ago
f1f2f68
Recorded merge of revisions 68051 via svnmerge from
by Nick Coghlan
· 16 years ago
6019208
remove some more references to __cmp__ #1717
by Benjamin Peterson
· 16 years ago
d1abd25
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited
by Nick Coghlan
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
ce272b6
Merged revisions 58203-58210 via svnmerge from
by Thomas Wouters
· 17 years ago
c1f779c
Merged revisions 56125-56153 via svnmerge from
by Guido van Rossum
· 17 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 18 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
acb117e
Update a comment.
by Fred Drake
· 23 years ago
97656a1
Simple conversion to PyUnit.
by Fred Drake
· 23 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
13634cf
This patch addresses two main issues: (1) There exist some non-fatal
by Fred Drake
· 24 years ago