1. 28 Dec, 2018 2 commits
  2. 24 Dec, 2018 2 commits
  3. 16 Dec, 2018 4 commits
  4. 14 Dec, 2018 3 commits
  5. 11 Dec, 2018 2 commits
  6. 03 Dec, 2018 2 commits
  7. 14 Nov, 2018 2 commits
  8. 13 Nov, 2018 8 commits
  9. 12 Nov, 2018 8 commits
  10. 11 Nov, 2018 3 commits
  11. 10 Nov, 2018 1 commit
  12. 07 Nov, 2018 3 commits
    • 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
    • Paul Ganssle's avatar
      Fix bdist_rpm and bdist_dumb in upload_file · 727dd60f
      Paul Ganssle authored
      This fixes uploads when bdist_rpm or bdist_dumb are the command, both of
      which insert a comment about what platform they are built for.
      727dd60f
    • Paul Ganssle's avatar
      Fix gpg signature code in upload_file · b5c9c5f4
      Paul Ganssle authored
      This fixes an issue where `distutils.spawn.spawn` was not available in
      the ported upload_file, which is only used when signing the data.
      
      This also adds a test that the gpg signature command is invoked and
      included in the uploaded data.
      b5c9c5f4