1. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  2. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  3. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  4. a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  5. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  6. 04edd2e Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot by Victor Stinner · 10 years ago
  7. 0f54db3 test_hash: Fix a BytesWarning in get_hash_command() by Victor Stinner · 10 years ago
  8. cc26310 Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in by Victor Stinner · 11 years ago
  9. 680dc21 update siphash24 test values by Christian Heimes · 11 years ago
  10. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  11. e601fb0 #17304: test_hash now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  12. 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  13. 679be99 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  14. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  15. bc499d2 Actually run the new tests. by Antoine Pitrou · 12 years ago
  16. 07c6588 Add a test that memoryviews have hash randomization enabled. by Antoine Pitrou · 12 years ago
  17. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  18. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  19. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  20. 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
  21. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  22. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  23. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  24. 887b3f2 long -> int by Guilherme Polo · 15 years ago
  25. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  26. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  27. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  28. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  29. 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
  30. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  31. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  32. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  33. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  34. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  35. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  36. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  37. acb117e Update a comment. by Fred Drake · 23 years ago
  38. 97656a1 Simple conversion to PyUnit. by Fred Drake · 23 years ago
  39. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  40. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago