| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-91217: deprecate crypt (GH-91459) | Brett Cannon | 2022-04-12 | 1 | -2/+2 |
|
|
* | Add skips to crashing tests under sanitizers instead of manually skipping the... | Pablo Galindo Salgado | 2022-01-25 | 1 | -0/+3 |
|
|
* | bpo-25172: Reduce scope of crypt import tests (GH-17881) | Steve Dower | 2020-01-09 | 1 | -4/+5 |
|
|
* | bpo-25172: Add test for crypt ImportError on Windows (GH-15252) | shireenrao | 2019-08-13 | 1 | -7/+28 |
|
|
* | bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) | Serhiy Storchaka | 2017-11-16 | 1 | -15/+32 |
|
|
* | bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116) | Serhiy Storchaka | 2017-10-25 | 1 | -1/+7 |
|
|
* | bpo-31664: Add support for the Blowfish method in crypt. (#3854) | Serhiy Storchaka | 2017-10-24 | 1 | -11/+42 |
|
|
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | #16935: update test_crypt now that unittest discover understands SkipTest. | Ezio Melotti | 2013-03-01 | 1 | -5/+1 |
|
|
* | #16919: test_crypt now works with unittest test discovery. Patch by Zachary W... | Ezio Melotti | 2013-01-11 | 1 | -5/+6 |
|
|
* | Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API | Brett Cannon | 2011-02-22 | 1 | -7/+6 |
|
|
* | Fix test.test_crypt.test_methods() to pass on OS X. | Brett Cannon | 2011-02-22 | 1 | -1/+4 |
|
|
* | Issue #10924: Adding salt and Modular Crypt Format to crypt library. | Sean Reifscheider | 2011-02-22 | 1 | -0/+17 |
|
|
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -1/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -9/+14 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Whitespace normalization. Leaving tokenize_tests.py alone for now. | Tim Peters | 2001-01-18 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
|
|
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 1 | -4/+3 |
|
|
* | Updated test_crypt test to jive with bwarsaw testing style | Roger E. Masse | 1996-12-16 | 1 | -1/+7 |
|
|
* | new test script for cryptmodule.py | Roger E. Masse | 1996-12-09 | 1 | -0/+6 |
|
|