summaryrefslogtreecommitdiff
path: root/Lib/test/test_crypt.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)Serhiy Storchaka2017-11-161-15/+32
* bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116)Serhiy Storchaka2017-10-251-1/+7
* bpo-31664: Add support for the Blowfish method in crypt. (#3854)Serhiy Storchaka2017-10-241-11/+42
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* #16935: update test_crypt now that unittest discover understands SkipTest.Ezio Melotti2013-03-011-5/+1
* #16919: test_crypt now works with unittest test discovery. Patch by Zachary W...Ezio Melotti2013-01-111-5/+6
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-7/+6
* Fix test.test_crypt.test_methods() to pass on OS X.Brett Cannon2011-02-221-1/+4
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-0/+17
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-9/+14
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-4/+3
* Updated test_crypt test to jive with bwarsaw testing styleRoger E. Masse1996-12-161-1/+7
* new test script for cryptmodule.pyRoger E. Masse1996-12-091-0/+6