lp:~barry/+junk/oauth-py3

Created by Barry Warsaw and last modified
Get this branch:
bzr branch lp:~barry/+junk/oauth-py3
Only Barry Warsaw can upload to this branch. If you are Barry Warsaw please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Barry Warsaw
Status:
Development

Recent revisions

929. By Barry Warsaw

More Python 3 portability work.

 - Fix several imports where things have moved in Python 3.
 - iteritems() -> items()
 - OAuthRequest.from_request(): Since just about everything in this module
   expects strings, even in Python 3, rather than try to track down every
   literal that needs to be a bytes instead, just force headers and parameters
   to be strings.

928. By rgareus

Merge branch 'master' into googlesvn

927. By rgareus

Merge branch 'master' into googlesvn

926. By rgareus

Merge branch 'master' into googlesvn

925. By rgareus

Merge branch 'master' into googlesvn

924. By rgareus

Merge branch 'master' into googlesvn

923. By <email address hidden>

Updated the changelog for the PHP library

922. By <email address hidden>

Fixed issue in regards to non-standard ports on some servers where the Host header is .. interesting.
Fixes issue #170
Fixes issue #192

921. By <email address hidden>

Removed a unnecessary reference-hint (objects are always pass-by-reference)

920. By <email address hidden>

Changed signature comparing to be timeing insensitive as per issue #178
Fixes issue #178

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers