| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -3/+5 |
* | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 1 | -2/+2 |
* | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -42/+26 |
* | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -3/+2 |
* | StaticHandler._norm_hash() should return native str type | Eli Collins | 2012-01-18 | 1 | -6/+2 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -7/+8 |
* | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -2/+2 |
* | fixed conversion typo | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 1 | -3/+3 |
* | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 1 | -0/+1 |
* | couple of bugfixes after running UTs (cpython 2.5, 2.6, 2.7, 3.1, 3.2; pypy 1.5) | Eli Collins | 2011-06-22 | 1 | -1/+1 |
* | 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 | -14/+12 |
* | GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H... | Eli Collins | 2011-06-20 | 1 | -0/+1 |
* | converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpass | Eli Collins | 2011-06-17 | 1 | -6/+9 |
* | converted most handlers to use new helper classes. | Eli Collins | 2011-04-05 | 1 | -30/+9 |
* | replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c... | Eli Collins | 2011-03-28 | 1 | -4/+4 |
* | big rename: changed base handler class names | Eli Collins | 2011-03-22 | 1 | -3/+3 |
* | big rename: driver->handler | Eli Collins | 2011-03-22 | 1 | -0/+165 |