~barry/piston-mini-client/lp1077083

  • Committer: Barry Warsaw
  • Date: 2012-11-21 15:37:34 UTC
  • Revision ID: barry@python.org-20121121153734-1dznovhdd9omlgqj
More conversion to oauthlib:
* oauthlib 0.3.4 requires unicode keys and secrets, so ensure that's the case
  in both Python 2 and 3.  (This may be fixed in future versions of oauthlib.)
* Use the PLAINTEXT signature method for backward compatibility with previous
  versions of piston_mini_client.
* Work around body='' defaults; oauthlib requires body=None to mean "there is
  no body".
* Re-enable a test under Python 3.
* Handle bogus dictionary order dependency.
Filename Latest Rev Last Changed Committer Comment Size
..
doc 5 13 years ago Anthony Lenton Added boilerplate Sphinx doc. Diff
piston_mini_client 20 13 years ago Anthony Lenton Renamed pistonclient package to piston_mini_client Diff
.bzrignore 57.1.1 11 years ago Anthony Lenton Added python3 env to the tox runner. 4 tests fail 126 bytes Diff Download File
LICENSE 19 13 years ago Anthony Lenton Added license files. 7.4 KB Diff Download File
MANIFEST.in 55 12 years ago Anthony Lenton Added a Manifest template to include all the right 129 bytes Diff Download File
README 65 11 years ago Barry Warsaw + Port to oauthlib. + Clean up pyflakes warning. + 1.2 KB Diff Download File
setup.py 65 11 years ago Barry Warsaw + Port to oauthlib. + Clean up pyflakes warning. + 435 bytes Diff Download File
tox.ini 66 11 years ago Barry Warsaw restore original tox.ini 253 bytes Diff Download File