summaryrefslogtreecommitdiff
path: root/passlib/tests/test_hosts.py
Commit message (Expand)AuthorAgeFilesLines
* removed some unused importsEli Collins2013-04-091-1/+0
* style cleanupsEli Collins2013-04-091-1/+1
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-18/+18
* assorted bugfixes & additional test coverageEli Collins2012-04-301-2/+0
* removed annoying builtin-bcrypt warning, decreased rounds on some test vector...Eli Collins2012-04-301-1/+1
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-0/+3
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-1/+1
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-101-8/+8
* added simple unittests to check passlib.apps & passlib.hosts contexts are wor...Eli Collins2011-08-121-0/+97