summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-30add comment explaining attributeerrorAdrian Tschira1-0/+3
2018-04-30add py36 to build matrixRichard van der Hoff1-5/+13
2018-04-30Remove redundant call to preserve_fnRichard van der Hoff1-4/+2
2018-04-30Update tox.iniRichard van der Hoff1-1/+1
2018-04-29Construct HMAC as bytes on py3Adrian Tschira2-11/+15
2018-04-29more bytes stringsAdrian Tschira4-7/+10
2018-04-28fix missing importMatthew Hodgson1-0/+1
2018-04-28pep8Matthew Hodgson1-3/+5
2018-04-28make it work with sqliteMatthew Hodgson2-34/+54
2018-04-28Move more xrange to sixAdrian Tschira9-11/+28
2018-04-28replace stringIO importsAdrian Tschira2-3/+3
2018-04-28move httplib import to sixAdrian Tschira1-3/+3
2018-04-28make imports localAdrian Tschira4-7/+7
2018-04-28Don't yield in list comprehensionsAdrian Tschira1-5/+9
2018-04-28open log_config in text mode tooAdrian Tschira1-1/+1
2018-04-27Add py3 tests to tox with folders that workAdrian Tschira1-1/+9
2018-04-27pep8; remove spurious importRichard van der Hoff1-1/+1
2018-04-27Use run_in_background in preference to preserve_fnRichard van der Hoff22-71/+97
2018-04-27Backport deferred.addTimeoutRichard van der Hoff5-14/+90
2018-04-27Trap exceptions thrown within run_in_backgroundRichard van der Hoff1-1/+7
2018-04-27Update CHANGES.rstNeil Johnson1-1/+1
2018-04-27Update CHANGES.rstNeil Johnson1-1/+1
2018-04-27reraise exceptions more carefullyRichard van der Hoff2-13/+24
2018-04-27Add missing consumeErrorsRichard van der Hoff3-5/+9
2018-04-27