1. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  2. eab3ff7 bpo-31664: Add support for the Blowfish method in crypt. (#3854) by Serhiy Storchaka · 7 years ago
  3. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  4. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  5. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  6. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  7. 6661d88 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not by Victor Stinner · 9 years ago
  8. 74cca70 Now that it's possible, avoid timing attacks in the crypt module examples) by Nick Coghlan · 12 years ago
  9. f215631 Put version* directives at the right scope by Éric Araujo · 13 years ago
  10. bc57789 Improve example for crypt module. No string exceptions.. by Éric Araujo · 13 years ago
  11. 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 13 years ago
  12. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 13 years ago
  13. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago
  14. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  15. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  16. 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 17 years ago
  17. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago