History log of /external/python/cpython3/Lib/crypt.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6661d885a34b355200b8ee6bd559af0a5cfc9c8b 02-Oct-2015 Victor Stinner <victor.stinner@gmail.com> Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
supported. Check if it is supported, it may not be supported on OpenBSD for
example.
/external/python/cpython3/Lib/crypt.py
7f7b941fdcdfe28f3cd37e84bc5d7a298385b451 14-Aug-2013 Victor Stinner <victor.stinner@gmail.com> Issue #18405: Improve the entropy of crypt.mksalt().
/external/python/cpython3/Lib/crypt.py
ab4757799362c3abf4059514eed8354d060d8dae 27-Jun-2012 Christian Heimes <christian@cheimes.de> white space cleanup
/external/python/cpython3/Lib/crypt.py
afa2973d7af4231b753144048328dc4d024a3b5d 27-Jun-2012 Christian Heimes <christian@cheimes.de> Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose
/external/python/cpython3/Lib/crypt.py
cfbcdbbbf2020e6719b368ef5701d2c90b938c4f 22-Feb-2011 Brett Cannon <bcannon@gmail.com> A crypt algorithm may not be available by returning None.
/external/python/cpython3/Lib/crypt.py
daa5799cb88667855430bb49f428a4ff6c093456 22-Feb-2011 Brett Cannon <bcannon@gmail.com> Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
by making methods() into a module attribute as it is statically calculated.
/external/python/cpython3/Lib/crypt.py
e2dfefbe85e0471c35062146a218aea2270ea600 22-Feb-2011 Sean Reifscheider <jafo@tummy.com> Issue #10924: Adding salt and Modular Crypt Format to crypt library.
/external/python/cpython3/Lib/crypt.py