]> granicus.if.org Git - python/commit
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
authorSean Reifscheider <jafo@tummy.com>
Tue, 22 Feb 2011 10:55:44 +0000 (10:55 +0000)
committerSean Reifscheider <jafo@tummy.com>
Tue, 22 Feb 2011 10:55:44 +0000 (10:55 +0000)
commite2dfefbe85e0471c35062146a218aea2270ea600
tree779b690c9e097108530f75b9bf443f8566bd93d7
parentf3042782af65fbf68ca7e343357144c676b3fd54
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Doc/library/crypt.rst
Lib/crypt.py [new file with mode: 0644]
Lib/test/test_crypt.py
Misc/NEWS
Modules/Setup.dist
Modules/_cryptmodule.c [moved from Modules/cryptmodule.c with 97% similarity]
setup.py