summaryrefslogtreecommitdiff
path: root/passlib/utils/decor.py
Commit message (Collapse)AuthorAgeFilesLines
* python compat cleanup -- replace stray ".im_func" refsEli Collins2020-10-061-6/+4
|
* cleanup old python compat - assorted minor cleanups & fixes from conversionEli Collins2020-10-061-2/+1
|
* cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-12/+1
|
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
|
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-2/+189
|
* passlib.registry: consolidated some internal helpers from various placesEli Collins2016-11-191-0/+46
* moved has_active_backend() from UTs to .registry * moved os_crypt backend support helper from .hosts to .registry