index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_hash.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22340: Fix Python 3 warnings in Python 2 tests
Victor Stinner
2014-09-05
1
-1/+2
*
Fix (presumably) test_hash under big-endian systems (PPC).
Antoine Pitrou
2012-02-22
1
-2/+8
*
merge 2.6 with hash randomization fix
Benjamin Peterson
2012-02-21
1
-1/+99
|
\
|
*
Whitespace normalization
Barry Warsaw
2012-02-21
1
-1/+1
|
*
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
Barry Warsaw
2012-02-21
1
-1/+99
|
*
Merged revisions 68051 via svnmerge from
Nick Coghlan
2008-12-30
1
-1/+24
*
|
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-2/+2
*
|
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
|
Add an extra test for long <-> float hash equivalence.
Mark Dickinson
2009-01-31
1
-0/+1
*
|
Issue #4701: implicitly call PyType_Ready from PyObject_Hash
Nick Coghlan
2008-12-30
1
-1/+24
|
/
*
Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...
Nick Coghlan
2008-08-11
1
-14/+10
*
Issue 2235: __hash__ is once again inherited by default, but inheritance can ...
Nick Coghlan
2008-07-15
1
-1/+78
*
Issue #1772851. Alters long.__hash__ from being *almost* completely
Facundo Batista
2007-09-19
1
-0/+11
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-1/+6
*
Update a comment.
Fred Drake
2001-05-18
1
-2/+2
*
Simple conversion to PyUnit.
Fred Drake
2001-05-18
1
-11/+19
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-9/+6
*
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake
2000-06-29
1
-0/+26