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