Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-04-30 | add guard for None on purge_history api | Krombel | 1 | -1/+14 |
2018-04-30 | run config tests on py3 | Adrian Tschira | 1 | -1/+2 |
2018-04-30 | add comment explaining attributeerror | Adrian Tschira | 1 | -0/+3 |
2018-04-30 | add py36 to build matrix | Richard van der Hoff | 1 | -5/+13 |
2018-04-30 | Remove redundant call to preserve_fn | Richard van der Hoff | 1 | -4/+2 |
2018-04-30 | Update tox.ini | Richard van der Hoff | 1 | -1/+1 |
2018-04-29 | Construct HMAC as bytes on py3 | Adrian Tschira | 2 | -11/+15 |
2018-04-29 | more bytes strings | Adrian Tschira | 4 | -7/+10 |
2018-04-28 | fix missing import | Matthew Hodgson | 1 | -0/+1 |
2018-04-28 | pep8 | Matthew Hodgson | 1 | -3/+5 |
2018-04-28 | make it work with sqlite | Matthew Hodgson | 2 | -34/+54 |
2018-04-28 | Move more xrange to six | Adrian Tschira | 9 | -11/+28 |
2018-04-28 | replace stringIO imports | Adrian Tschira | 2 | -3/+3 |
2018-04-28 | move httplib import to six | Adrian Tschira | 1 | -3/+3 |
2018-04-28 | make imports local | Adrian Tschira | 4 | -7/+7 |
2018-04-28 | Don't yield in list comprehensions | Adrian Tschira | 1 | -5/+9 |
2018-04-28 | open log_config in text mode too | Adrian Tschira | 1 | -1/+1 |
2018-04-27 | Add py3 tests to tox with folders that work | Adrian Tschira | 1 | -1/+9 |
2018-04-27 | pep8; remove spurious import | Richard van der Hoff | 1 | -1/+1 |
2018-04-27 | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 22 | -71/+97 |
2018-04-27 | Backport deferred.addTimeout | Richard van der Hoff | 5 | -14/+90 |
2018-04-27 | Trap exceptions thrown within run_in_background | Richard van der Hoff | 1 | -1/+7 |
2018-04-27 | Update CHANGES.rst | Neil Johnson | 1 | -1/+1 |
2018-04-27 | Update CHANGES.rst | Neil Johnson | 1 | -1/+1 |
2018-04-27 | reraise exceptions more carefully | Richard van der Hoff | 2 | -13/+24 |
2018-04-27 |