- Apr 30, 2018
-
-
Richard van der Hoff authored
Make event properties raise AttributeError instead
-
Adrian Tschira authored
-
Richard van der Hoff authored
make imports local
-
Richard van der Hoff authored
move httplib import to six
-
Richard van der Hoff authored
Move more xrange to six
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Don't yield in list comprehensions
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Open config file in non-bytes mode
-
Richard van der Hoff authored
Open certificate files as bytes
-
- Apr 29, 2018
-
-
Richard van der Hoff authored
Replace stringIO imports with six
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Add py3 tests to tox with folders that work
-
Richard van der Hoff authored
more bytes strings
-
Richard van der Hoff authored
add missing comma
-
Richard van der Hoff authored
Use run_in_background in preference to preserve_fn
-
Richard van der Hoff authored
Construct HMAC as bytes on py3
-
Richard van der Hoff authored
Use six.moves.urlparse
-
- Apr 28, 2018
-
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
plus a bonus next() Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
-
Adrian Tschira authored
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
I've tried to grep for more of this with no success. Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Apr 27, 2018
-
-
Adrian Tschira authored
It's just a few tests, but it will at least prevent a few files from regressing. Also, it makes it easiert to check your code against py36 while writing it. Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Richard van der Hoff authored
Use deferred.addTimeout instead of time_bound_deferred
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Richard van der Hoff authored
While I was going through uses of preserve_fn for other PRs, I converted places which only use the wrapped function once to use run_in_background, to avoid creating the function object.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Twisted 16.0 doesn't have addTimeout, so let's backport it.
-
Richard van der Hoff authored
reraise exceptions more carefully
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
Miscellaneous fixes to python_dependencies
-
Richard van der Hoff authored
Improve exception handling for background processes
-