Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not | Victor Stinner | 2015-10-02 | 1 | -1/+1 |
| | | | | | supported. Check if it is supported, it may not be supported on OpenBSD for example. | ||||
* | Now that it's possible, avoid timing attacks in the crypt module examples) | Nick Coghlan | 2012-09-28 | 1 | -3/+7 |
| | |||||
* | Put version* directives at the right scope | Éric Araujo | 2011-05-29 | 1 | -14/+6 |
| | |||||
* | Improve example for crypt module. No string exceptions.. | Éric Araujo | 2011-05-29 | 1 | -5/+7 |
| | |||||
* | Indent "versionadded" properly. | Georg Brandl | 2011-02-23 | 1 | -5/+5 |
| | |||||
* | 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/+14 |
| | | | | 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 | -9/+97 |
| | |||||
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -1/+0 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Remove all definitions of raw_input() that were still scattered throughout ↵ | Georg Brandl | 2007-12-02 | 1 | -7/+1 |
| | | | | | | the docs from the time where there was neither input() nor raw_input(). | ||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+66 |