1. 19 Sep, 2020 1 commit
  2. 12 Apr, 2020 2 commits
  3. 05 Feb, 2020 2 commits
  4. 03 Feb, 2020 1 commit
    • Colin Watson's avatar
      Don't send headers until we've read some results · f05ba01b
      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.
      f05ba01b
  5. 15 Nov, 2019 2 commits
  6. 14 Nov, 2019 3 commits
  7. 13 Nov, 2019 1 commit
  8. 21 Oct, 2019 1 commit
  9. 15 Oct, 2019 3 commits
    • Chris Dent's avatar
      Release 1.9.0 · d7961590
      Chris Dent authored
      * fixes for modern httplib2
      d7961590
    • Chris Dent's avatar
      Merge pull request #58 from cdent/cd/fix-httplib · dafd6cfd
      Chris Dent authored
      Updates for dependent library changes
      dafd6cfd
    • Chris Dent's avatar
      Updates for dependent library changes · c4d44f57
      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
      c4d44f57
  10. 24 Sep, 2019 2 commits
  11. 08 Sep, 2019 1 commit
  12. 18 Jul, 2019 1 commit
  13. 23 May, 2019 1 commit
  14. 22 Mar, 2019 1 commit
  15. 03 Aug, 2018 1 commit
  16. 06 Jul, 2018 2 commits
  17. 14 Apr, 2018 3 commits
    • Chris Dent's avatar
      Release 1.7.0 · b27faf9f
      Chris Dent authored
      - Allow nested interceptors as context managers
      b27faf9f
    • Chris Dent's avatar
      Merge pull request #54 from cdent/issue-53 · c2f4cf0d
      Chris Dent authored
      Allow nested interceptor context managers
      c2f4cf0d
    • Chris Dent's avatar
      Allow nested interceptor context managers · f670889d
      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
      f670889d
  18. 27 Feb, 2018 1 commit
  19. 12 Feb, 2018 1 commit
  20. 11 Jan, 2018 3 commits
  21. 01 Nov, 2017 1 commit
  22. 29 Oct, 2017 1 commit
  23. 09 Oct, 2017 5 commits