summaryrefslogtreecommitdiff
path: root/passlib/tests/test_utils_handlers.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-1/+1
* cleanup old python compat -- removed str_to_usascii() wrapperEli Collins2020-10-061-3/+4
* cleanup old python compat -- removed uascii_to_str() wrapperEli Collins2020-10-061-3/+2
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-5/+5
* 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-57/+56
* general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-48/+0
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-251-3/+3
* utils.handlers: tried to greatly simplify how BackendMixin & subclasses operateEli Collins2016-11-101-4/+6
* bugfix: handler.ident_values must always be a tuple,Eli Collins2016-06-201-2/+2
* bugfix: minor typo & test fix from BackendMixin refactorEli Collins2016-06-171-0/+1
* utils.handlers: split out most of HasManyBackends into separate BackendMixin,Eli Collins2016-06-171-4/+13
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-1/+1
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-18/+13
* handler.genconfig() / .genhash() deprecated entirelyEli Collins2016-06-131-1/+4
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-20/+15
* Merge from stableEli Collins2015-07-251-0/+4
|\
| * tests: minor fix so HasRounds.bitsize() test isn't dependant on hardcodedEli Collins2015-07-251-1/+7
| * style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-26/+23
* | removed HasManyBackends._try_alternate_backends() -- complexity is uneededEli Collins2015-07-231-46/+0
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-30/+23
* | Merge from stableEli Collins2013-12-271-1/+1
|\ \ | |/
| * updated test that failed due to new default_roundsEli Collins2013-12-231-1/+1
* | reowkred HasManyBackends internal apiEli Collins2013-04-101-0/+115
* | removed some unused importsEli Collins2013-04-091-6/+2
* | style cleanupsEli Collins2013-04-091-26/+23
|/
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-57/+57
* utils.handlers: fleshed out tests; fixed some bugsEli Collins2012-04-301-8/+202
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-7/+10
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-1/+1
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-1/+1
* misc bugfixesEli Collins2012-03-121-9/+8
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-5/+5
* bugfix: change some context tests to use phpass instead of bsd_nthash or bcryptEli Collins2012-03-111-2/+2
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-6/+6
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-53/+65
* base HandlerCase class reworkedEli Collins2012-03-091-20/+35
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-4/+4
* renamed passlib.exc warning classesEli Collins2012-02-081-5/+5
* large refactor of GenericHandler internalsEli Collins2012-02-081-92/+175
* simplified crypt.crypt() wrappersEli Collins2012-01-191-1/+4
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-1/+2
* misc bugfixes from round of changesEli Collins2012-01-181-15/+22
* import cleanupsEli Collins2012-01-181-11/+11
* cleanups to utilsEli Collins2012-01-181-2/+2
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-1/+1
* move vm constants to compat moduleEli Collins2011-12-281-3/+3
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-8/+8
* misc fixes for py3 compatEli Collins2011-12-281-3/+3
* Merge from defaultEli Collins2011-12-281-1/+34
|\