summaryrefslogtreecommitdiff
path: root/passlib/tests/test_utils_pbkdf2.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-2/+2
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-1/+1
* general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-54/+0
* tests: relocated hb() helper to tests.utilsEli Collins2016-06-201-2/+1
* bugfix: fixed a bunch of small UT failuresEli Collins2016-06-201-2/+4
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-0/+321
* merged test_utils_pbkdf2.py into test_utils.pyEli Collins2011-03-141-139/+0
* large rearrangment of structureEli Collins2011-02-161-0/+6
* wow. lots of rearrangingEli Collins2011-01-281-3/+3
* bugfixin'Eli Collins2011-01-191-0/+133