1. ed36781 bpo-25172: Reduce scope of crypt import tests (GH-17881) by Steve Dower · 6 years ago
  2. 243a73d bpo-25172: Add test for crypt ImportError on Windows (GH-15252) by shireenrao · 6 years ago
  3. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 8 years ago
  4. 0f26158 bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116) by Serhiy Storchaka · 8 years ago
  5. eab3ff7 bpo-31664: Add support for the Blowfish method in crypt. (#3854) by Serhiy Storchaka · 8 years ago
  6. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  7. fbd2686 #16935: update test_crypt now that unittest discover understands SkipTest. by Ezio Melotti · 12 years ago
  8. 90bbbd1 #16919: test_crypt now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 13 years ago
  9. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 14 years ago
  10. 292ee5d Fix test.test_crypt.test_methods() to pass on OS X. by Brett Cannon · 14 years ago
  11. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
  12. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 15 years ago
  13. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  15. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
  16. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  17. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  19. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 25 years ago
  20. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  21. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  22. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 29 years ago
  23. b6454e5 Updated test_crypt test to jive with bwarsaw testing style by Roger E. Masse · 29 years ago
  24. 7536238 new test script for cryptmodule.py by Roger E. Masse · 29 years ago