1. 29 Dec, 2018 1 commit
  2. 28 Dec, 2018 3 commits
  3. 24 Dec, 2018 2 commits
  4. 16 Dec, 2018 4 commits
  5. 14 Dec, 2018 3 commits
  6. 11 Dec, 2018 2 commits
  7. 03 Dec, 2018 2 commits
  8. 14 Nov, 2018 2 commits
  9. 13 Nov, 2018 8 commits
  10. 12 Nov, 2018 8 commits
  11. 11 Nov, 2018 3 commits
  12. 10 Nov, 2018 1 commit
  13. 07 Nov, 2018 1 commit
    • Paul Ganssle's avatar
      Fix show_response behavior on Python 2 · fe2c9e42
      Paul Ganssle authored
      The `upload.show_response` feature was not added until Python 3. Rather
      than backport it, it is now enabled only if supported.
      
      This also adds a "smoke test" for the feature.
      fe2c9e42