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
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-1/+1
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka
2014-02-06
1
-1/+1
|
\
|
*
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka
2014-02-06
1
-1/+1
*
|
Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot
Victor Stinner
2014-02-01
1
-1/+2
*
|
test_hash: Fix a BytesWarning in get_hash_command()
Victor Stinner
2014-02-01
1
-1/+1
*
|
Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in
Victor Stinner
2014-01-07
1
-9/+10
*
|
update siphash24 test values
Christian Heimes
2013-11-20
1
-11/+7
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-15/+135
|
/
*
#17304: test_hash now works with unittest test discovery. Patch by Zachary W...
Ezio Melotti
2013-02-27
1
-21/+11
*
Add a test for hashing of unaligned memory buffers (from issue #16427).
Antoine Pitrou
2012-11-11
1
-0/+10
*
Fix (presumably) test_hash under big-endian systems (PPC).
Antoine Pitrou
2012-02-22
1
-2/+8
*
enable hash randomization by default
Benjamin Peterson
2012-02-21
1
-2/+2
*
Actually run the new tests.
Antoine Pitrou
2012-02-21
1
-0/+1
*
Add a test that memoryviews have hash randomization enabled.
Antoine Pitrou
2012-02-21
1
-0/+6
*
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
1
-2/+90
|
\
|
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-2/+90
|
|
\
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-2/+90
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-1/+1
*
|
|
Issue #13201: equality for range objects is now based on equality of the unde...
Mark Dickinson
2011-10-23
1
-2/+1
|
/
/
*
|
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-2/+2
*
|
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
|
/
*
long -> int
Guilherme Polo
2009-02-07
1
-1/+1
*
Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...
Benjamin Peterson
2009-02-06
1
-0/+1
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-6/+0
*
Recorded merge of revisions 68051 via svnmerge from
Nick Coghlan
2008-12-30
1
-1/+22
*
remove some more references to __cmp__ #1717
Benjamin Peterson
2008-10-16
1
-1/+0
*
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...
Nick Coghlan
2008-07-15
1
-1/+69
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 58203-58210 via svnmerge from
Thomas Wouters
2007-09-19
1
-0/+9
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-3/+3
*
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