summaryrefslogtreecommitdiff
path: root/passlib/handlers/mysql.py
Commit message (Expand)AuthorAgeFilesLines
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-3/+5
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-2/+2
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-42/+26
* misc bugfixes from round of changesEli Collins2012-01-181-3/+2
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-181-6/+2
* import cleanupsEli Collins2012-01-181-7/+8
* 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
* replaced redundant code in a few places w/ new identify_prefix() helperEli Collins2011-06-221-1/+1
* StaticHandler now provides internal _norm_hash() method for subclasses to ove...Eli Collins2011-06-221-14/+12
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+1
* converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpassEli Collins2011-06-171-6/+9
* converted most handlers to use new helper classes.Eli Collins2011-04-051-30/+9
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-4/+4
* big rename: changed base handler class namesEli Collins2011-03-221-3/+3
* big rename: driver->handlerEli Collins2011-03-221-0/+165