summaryrefslogtreecommitdiffstats
path: root/Lib/crypt.py
Commit message (Expand)AuthorAgeFilesLines
* A crypt algorithm may not be available by returning None.Brett Cannon2011-02-221-2/+7
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-44/+40
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-0/+61