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. 6661d88 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not by Victor Stinner · 9 years ago
  4. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  5. ab47577 white space cleanup by Christian Heimes · 12 years ago
  6. afa2973 Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose by Christian Heimes · 12 years ago
  7. cfbcdbb A crypt algorithm may not be available by returning None. by Brett Cannon · 13 years ago
  8. 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
  9. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago