1. 0d3fe8a closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) by Antonio Gutierrez · 4 years, 10 months ago
  2. f4e725f bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) by shireenrao · 5 years ago
  3. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  4. eab3ff7 bpo-31664: Add support for the Blowfish method in crypt. (#3854) by Serhiy Storchaka · 7 years ago
  5. 6661d88 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not by Victor Stinner · 9 years ago
  6. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  7. ab47577 white space cleanup by Christian Heimes · 12 years ago
  8. afa2973 Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose by Christian Heimes · 12 years ago
  9. cfbcdbb A crypt algorithm may not be available by returning None. by Brett Cannon · 13 years ago
  10. 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
  11. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago