- 12 Apr, 2020 2 commits
-
-
Thomas Goirand authored
v1.9.2
-
Thomas Goirand authored
- Works with newer httplib2 (Closes: #950038).
-
- 05 Feb, 2020 2 commits
-
-
Chris Dent authored
-
Chris Dent authored
Don't send headers until we've read some results
-
- 03 Feb, 2020 1 commit
-
-
Colin Watson authored
If the WSGI app is a generator function (using "yield"), then it won't do anything at all until its first iteration, including setting headers or calling start_response to write the status line of the response. Turn the handle once to make sure that the app has started before writing headers.
-
- 15 Nov, 2019 2 commits
-
-
Chris Dent authored
And remove 3.4
-
Chris Dent authored
Enable support for verify=False set in requests library.
-
- 14 Nov, 2019 3 commits
-
-
Richard Desmarais authored
-
Richard Desmarais authored
-
Richard Desmarais authored
-
- 13 Nov, 2019 1 commit
-
-
Richard Desmarais authored
-
- 21 Oct, 2019 1 commit
-
-
Thomas Goirand authored
-
- 15 Oct, 2019 3 commits
-
-
Chris Dent authored
* fixes for modern httplib2
-
Chris Dent authored
Updates for dependent library changes
-
Chris Dent authored
httplib2 added some more kwargs, so rather than continuing to explicitly list each one (they are ignored), use **kwargs instead. update some tests to work correctly with modern pytest, which no longer allows the string-as-callable to check for exceptions. Use py.test.raises context manager instead. remove python versions that tox no longer supports
-
- 24 Sep, 2019 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
v1.8.1
-
- 08 Sep, 2019 1 commit
-
-
Thomas Goirand authored
-
- 18 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 23 May, 2019 1 commit
-
-
Chris Dent authored
They pass a key_password to the HTTPConnection which the six version does not accept. Prepare as a 1.8.1 release
-
- 22 Mar, 2019 1 commit
-
-
Chris Dent authored
-
- 03 Aug, 2018 1 commit
-
-
Ondřej Nový authored
-
- 06 Jul, 2018 2 commits
-
-
Chris Dent authored
- package as a wheel too - remove support for python 3.3
-
Chris Dent authored
-
- 14 Apr, 2018 3 commits
-
-
Chris Dent authored
- Allow nested interceptors as context managers
-
Chris Dent authored
Allow nested interceptor context managers
-
Chris Dent authored
The previous implementation of interceptor context managers would remove the connection class overrides whenever a context manager exited. This meant that if more than one interceptor was present others would stop working when one was removed. This only removes if there are no intercepts left. Fixes #53
-
- 27 Feb, 2018 1 commit
-
-
Ondřej Nový authored
-
- 12 Feb, 2018 1 commit
-
-
Ondřej Nový authored
-
- 11 Jan, 2018 3 commits
-
-
Chris Dent authored
- no longer swallow wsgi.errors into a BytesIO, send to sys.stderr instead
-
Chris Dent authored
set wsgi.errors to sys.stderr
-
Ivan Kalinin authored
-
- 01 Nov, 2017 1 commit
-
-
Thomas Goirand authored
-
- 29 Oct, 2017 1 commit
-
-
Thomas Goirand authored
-
- 09 Oct, 2017 5 commits
-
-
Thomas Goirand authored
understood by upstream unit tests.
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
v1.5.0
-
- 25 Sep, 2017 1 commit
-
-
Chris Dent authored
* ignore socket_options when intercepts urllib3
-