| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup old python compat -- removed str_to_usascii() wrapper | Eli Collins | 2020-10-06 | 1 | -2/+1 |
* | cleanup old python compat -- removed uascii_to_str() wrapper | Eli Collins | 2020-10-06 | 1 | -2/+2 |
* | cleanup old python compat -- replaced "unicode" alias in favor of "str" | Eli Collins | 2020-10-06 | 1 | -2/+2 |
* | cleanup old python compat -- removed irange() alias | Eli Collins | 2020-10-06 | 1 | -3/+2 |
* | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -3/+3 |
* | renamed PasswordHandler.replace() back to PasswordHandler.using() | Eli Collins | 2016-06-15 | 1 | -1/+1 |
* | PasswordHash.hash() api shift: deprecating passing settings kwds into hash() -- | Eli Collins | 2016-06-15 | 1 | -1/+1 |
* | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -5/+3 |
* | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -1/+1 |
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -3/+3 |
* | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -3/+2 |
* | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ... | Eli Collins | 2013-04-06 | 1 | -1/+1 |
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -44/+44 |
* | forgot to document the relaxed=True keyword, and the strict-parameters policy. | Eli Collins | 2012-05-02 | 1 | -0/+10 |
* | loads of documentation updates | Eli Collins | 2012-05-01 | 1 | -1/+1 |
* | mass rename of old alias for PasswordHash interface | Eli Collins | 2012-04-27 | 1 | -2/+2 |
* | merging rewrite of all hash documentation, and password hash api | Eli Collins | 2012-04-27 | 1 | -5/+5 |
* | renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ... | Eli Collins | 2012-04-27 | 1 | -1/+1 |
* | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -6/+3 |
* | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -2/+2 |
* | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -47/+18 |
* | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 1 | -1/+1 |
* | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -1/+1 |
* | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -3/+3 |
* | StaticHandler._norm_hash() should return native str type | Eli Collins | 2012-01-18 | 1 | -3/+1 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -9/+9 |
* | renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al... | Eli Collins | 2012-01-18 | 1 | -2/+2 |
* | clarified border case where verify() accepted configuration strings instead o... | Eli Collins | 2012-01-09 | 1 | -1/+1 |
* | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -3/+3 |
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 1 | -4/+5 |
* | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | replaced xrange() instances with compat.irange() alias | Eli Collins | 2011-12-06 | 1 | -1/+2 |
* | replaced redundant code in a few places w/ new identify_prefix() helper | Eli Collins | 2011-06-22 | 1 | -1/+1 |
* | StaticHandler now provides internal _norm_hash() method for subclasses to ove... | Eli Collins | 2011-06-22 | 1 | -20/+8 |
* | converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpass | Eli Collins | 2011-06-17 | 1 | -19/+25 |
* | similar to api change, renamed checksum_chars->checksum_size, checksum_charse... | Eli Collins | 2011-04-25 | 1 | -2/+2 |
* | api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def... | Eli Collins | 2011-04-25 | 1 | -2/+2 |
* | converted most handlers to use new helper classes. | Eli Collins | 2011-04-05 | 1 | -9/+26 |
* | replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c... | Eli Collins | 2011-03-28 | 1 | -6/+6 |
* | big rename: changed base handler class names | Eli Collins | 2011-03-22 | 1 | -2/+2 |
* | big rename: driver->handler | Eli Collins | 2011-03-22 | 1 | -0/+186 |