summaryrefslogtreecommitdiff
path: root/passlib/handlers/postgres.py
Commit message (Expand)AuthorAgeFilesLines
* loads of documentation updatesEli Collins2012-05-011-1/+1
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-1/+1
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-4/+3
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-271-1/+1
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-1/+2
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-27/+12
* misc bugfixes from round of changesEli Collins2012-01-181-1/+1
* import cleanupsEli Collins2012-01-181-4/+4
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+2
* fixed conversion typoEli Collins2011-12-061-1/+1
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-3/+3
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* couple of bugfixes after running UTs (cpython 2.5, 2.6, 2.7, 3.1, 3.2; pypy 1.5)Eli Collins2011-06-221-1/+1
* StaticHandler now provides internal _norm_hash() method for subclasses to ove...Eli Collins2011-06-221-22/+3
* converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpassEli Collins2011-06-171-3/+6
* converted most handlers to use new helper classes.Eli Collins2011-04-051-1/+1
* more error statements rewrittenEli Collins2011-03-281-1/+1
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-2/+2
* big rename: driver->handlerEli Collins2011-03-221-0/+88