summaryrefslogtreecommitdiff
path: root/passlib/tests/backports.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- removed PY26 conditional, and unittest2 imports.Eli Collins2020-10-061-66/+0
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-111-1/+3
* passlib.tests -- clean ups of os_crypt & general backend handlingEli Collins2015-07-231-0/+1
* renamed compat helper 'base_string_types' -> 'unicode_or_bytes_types' for cla...Eli Collins2015-01-231-1/+1
* more post-py25/31 cleanupsEli Collins2015-01-231-2/+2
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-280/+15
* fix two minor bugs in unittests (closes issue 46)Eli Collins2013-04-061-1/+1
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-20/+20
* unittest cleanups, better coverage, etcEli Collins2012-04-301-0/+329