summaryrefslogtreecommitdiff
path: root/Lib/test/test_hash.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-14/+132
|\
| * Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbotVictor Stinner2014-02-011-1/+2
| * test_hash: Fix a BytesWarning in get_hash_command()Victor Stinner2014-02-011-1/+1
| * Issue #20162: test_hash_distribution() uses subTest() to mention the prefix inVictor Stinner2014-01-071-9/+10
| * update siphash24 test valuesChristian Heimes2013-11-201-11/+7
| * ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-15/+135
* | Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-1/+1
|/
* #17304: test_hash now works with unittest test discovery. Patch by Zachary W...Ezio Melotti2013-02-271-21/+11
* Add a test for hashing of unaligned memory buffers (from issue #16427).Antoine Pitrou2012-11-111-0/+10
* Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* enable hash randomization by defaultBenjamin Peterson2012-02-211-2/+2
* Actually run the new tests.Antoine Pitrou2012-02-211-0/+1
* Add a test that memoryviews have hash randomization enabled.Antoine Pitrou2012-02-211-0/+6
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-2/+1
|\
| * Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-231-2/+1
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-4/+4
|\ \ | |/
| * Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* | Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-2/+90
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-1/+1
|/
* long -> intGuilherme Polo2009-02-071-1/+1
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-0/+1
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-6/+0
* Recorded merge of revisions 68051 via svnmerge fromNick Coghlan2008-12-301-1/+22
* remove some more references to __cmp__ #1717Benjamin Peterson2008-10-161-1/+0
* Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...Nick Coghlan2008-07-151-1/+69
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 58203-58210 via svnmerge fromThomas Wouters2007-09-191-0/+9
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Update a comment.Fred Drake2001-05-181-2/+2
* Simple conversion to PyUnit.Fred Drake2001-05-181-11/+19
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-9/+6
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-0/+26