summaryrefslogtreecommitdiff
path: root/passlib/ifc.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use abc.ABC directlyEli Collins2020-10-061-18/+5
* py39 compat - fixed some uneeded escape sequencesEli Collins2020-10-031-2/+2
* PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-301-2/+26
* added r"" prefix to some strings, to fix some python 3.6 deprecation warningsEli Collins2017-01-221-1/+1
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-2/+1
* passlib.context: formalized how CryptContext stores deprecation info.Eli Collins2016-11-221-0/+9
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-221-0/+10
* docs: cleaned up language & linksEli Collins2016-06-301-4/+4
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-291-0/+4
* Enhanced disabled hash managementEli Collins2016-06-261-0/+34
* ifc.PasswordHash: changed default genconfig() to stop passing settings to .ha...Eli Collins2016-06-171-1/+1
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-2/+2
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-1/+21
* PasswordHandler.replace(): added support for 'relaxed' keyword;Eli Collins2016-06-151-1/+1
* renamed handler.using() method to handler.replace(),Eli Collins2016-06-131-1/+1
* handler.genconfig() / .genhash() deprecated entirelyEli Collins2016-06-131-12/+13
* removed the deprecated hash.parse_rounds() helper added in 1.6.xEli Collins2016-06-131-10/+0
* passlib.context: now that Handler.using() is fully implemented,Eli Collins2016-06-101-0/+1
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-9/+54
* Merge with stableEli Collins2016-02-091-0/+10
|\
| * PasswordHash ifc: added temporarily helper .parse_rounds(),Eli Collins2016-02-081-0/+10
* | passlib.ifc.PasswordHash.needs_update() -- now provides default implementationEli Collins2015-07-231-2/+2
* | _CryptRecord: removed _bind_needs_update() frameworkEli Collins2015-01-271-29/+0
* | _CryptRecord refactoring -- moved rounds management code to hashesEli Collins2015-01-271-0/+53
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-16/+5
|/
* style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-6/+6
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-28/+28
* excluded some branches from coverageEli Collins2012-04-301-7/+7
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-3/+3
* near complete rewrite of django plugin, now making publicEli Collins2012-04-271-0/+5
* finally added abstract base class for the password hash interface -- passlib....Eli Collins2012-04-271-0/+188