- 16 May, 2018 31 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
Tests have been failing because -- I guess -- python 3.4 can't unpack two lists in the same list of arguments.
-
Matt Traudt authored
-
juga authored
-
juga authored
- Create constants for the separators - Create methods to generate the header text - Create method to parse the header text - Fix tests
-
juga authored
-
juga authored
timestamps
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
and include them in the header str.
-
juga authored
-
juga authored
-
Matt Traudt authored
I don't really like this as-is because it pins a specific (dev!) version. In a super ideal world, our target platforms would distribute stem packages that have the Timeout exception added. But that won't happen for a while. In an ideal world, stem will have hit 1.7.0 with the Timeout exception and we could require at least that. Maybe this isn't so bad though? Anyway, I gotta get these Travis tests to pass! GH: ref #162
-
Matt Traudt authored
-
Matt Traudt authored
Not currently properly checking that stem is a new enough version. It needs to be 'git clone'd and installed manually ... Added in [0] and small fix in [1] [0]: https://gitweb.torproject.org/stem.git/commit/stem?id=8a065f42952c9dc9762eaebe4d3fa48210783998 [1]: https://gitweb.torproject.org/stem.git/commit/stem?id=60f034ad8b9c3aa48e7e2ecb0a2e159b6ed5bc71
-
Matt Traudt authored
-
- 14 May, 2018 4 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
- 13 May, 2018 3 commits
-
-
Matt Traudt authored
GH: closes #157
-
Matt Traudt authored
-
Matt Traudt authored
-
- 12 May, 2018 2 commits
-
-
Matt Traudt authored
There was no such thing as a session.timeout, so it was being ignored. The timeout has to be set on each request, so add helper funcs to always add a timeout value.
-
Matt Traudt authored
-