Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A crypt algorithm may not be available by returning None. | Brett Cannon | 2011-02-22 | 1 | -2/+7 |
| | |||||
* | Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API | Brett Cannon | 2011-02-22 | 1 | -44/+40 |
| | | | | by making methods() into a module attribute as it is statically calculated. | ||||
* | Issue #10924: Adding salt and Modular Crypt Format to crypt library. | Sean Reifscheider | 2011-02-22 | 1 | -0/+61 |