summaryrefslogtreecommitdiff
path: root/passlib/context.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableEli Collins2020-10-081-1/+2
|\
| * passlib.context: now raises UnknownHashError() if hash can't be identified.Eli Collins2020-10-071-1/+2
* | python compat cleanup -- use magic super() callsEli Collins2020-10-061-1/+1
* | cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-13/+12
* | cleanup old python compat -- unified "unicode_or_bytes" aliasesEli Collins2020-10-061-5/+5
* | cleanup old python compat -- removed "unicode_or_str" and "native_string_type...Eli Collins2020-10-061-11/+11
* | cleanup old python compat -- removed IO aliases (BytesIO etc)Eli Collins2020-10-061-6/+7
* | cleanup old python compat -- removed iteritems() wrapperEli Collins2020-10-061-7/+5
* | cleanup old python compat -- removed irange() aliasEli Collins2020-10-061-1/+1
* | cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-40/+9
* | cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* | Merge from stableEli Collins2020-10-061-5/+9
|\ \ | |/
| * py39 compat - fixed some uneeded escape sequencesEli Collins2020-10-031-4/+4
| * docs: various minor updatesEli Collins2020-02-161-2/+6
* | passlib.context: removed deprecated 'harden_verify' kwdEli Collins2017-01-301-30/+1
* | Merge with stableEli Collins2017-01-301-159/+64
|\ \ | |/
| * Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-291-163/+60
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-596/+10
|/
* docs: marked 1.7 release in changelog, various doc updatesEli Collins2016-11-221-1/+1
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-221-1/+2
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-2/+3
* passlib.context: formalized how CryptContext stores deprecation info.Eli Collins2016-11-221-22/+4
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-221-0/+4
* context: mark that "all_min_rounds" and similar will be an error under 2.0Eli Collins2016-11-101-1/+3
* docs: updated some docstrings, internal notesEli Collins2016-11-091-0/+6
* bugfix: typo in passlib.contextEli Collins2016-06-291-1/+1
* CryptContext: adjusted interface to expose configured handlersEli Collins2016-06-291-14/+102
* docs: added warnings about future plans, merged 1.6.6 changelog into 1.7Eli Collins2016-06-291-1/+1
* CryptContext: added "harden_verify" supportEli Collins2016-06-291-11/+199
* bugfix: missed line while staging last commitEli Collins2016-06-291-1/+1
* CryptContext: improved handling of global options to be passed to handlersEli Collins2016-06-291-27/+46
* Enhanced disabled hash managementEli Collins2016-06-261-0/+64
* docs: misc cleanups & todosEli Collins2016-06-201-1/+1
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-8/+4
* PasswordHandler.replace(): added support for 'relaxed' keyword;Eli Collins2016-06-151-1/+3
* renamed handler.using() method to handler.replace(),Eli Collins2016-06-131-3/+3
* handler.genconfig() / .genhash() deprecated entirelyEli Collins2016-06-131-8/+12
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-6/+2
* passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-1/+18
* passlib.context: now that Handler.using() is fully implemented,Eli Collins2016-06-101-122/+63
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-91/+42
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-1/+1
* Merge with stableEli Collins2016-02-091-5/+57
|\
| * PasswordHash ifc: added temporarily helper .parse_rounds(),Eli Collins2016-02-081-10/+2
| * CryptContext: callers can now provider contextual keywords for any hash in th...Eli Collins2016-02-081-5/+57
* | notesEli Collins2015-07-251-0/+2
* | minor fixes to some string isinstance() testsEli Collins2015-07-231-2/+2
* | Merge from stableEli Collins2015-07-221-1/+7
|\ \ | |/
| * doc updatesEli Collins2015-07-221-1/+7
* | Merge from stableEli Collins2015-01-271-9/+9
|\ \ | |/