My favorites
|
Sign in
gdata-python-client
Google Data APIs Python Client Library
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r878
Source path:
svn
/
trunk
/
src
/
gdata
/
oauth
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
1. Moved oauth.py to __init__.py
2. Refactored __init__.py for compatibility with python 2.2 (Issue 59)
3. Refactored rsa.py for compatibility with python 2.2 (Issue 59)
4. Refactored OAuthRequest.from_token_and_callback since the callback url was
getting double url-encoding the callback url in place of single. (Issue 43)
5. Added build_signature_base_string method to rsa.py since it used the
implementation of this method from oauth.OAuthSignatureMethod_HMAC_SHA1 which
was incorrect since it enforced the presence of a consumer secret and a token
secret. Also, changed its super class from oauth.OAuthSignatureMethod_HMAC_SHA1
to oauth.OAuthSignatureMethod (Issue 64)
6. Refactored <OAuthRequest>.to_header method since it returned non-oauth params
as well which was incorrect. (Issue 31)
Show details
Hide details
Change log
r569
by api.e...@google.com on Dec 01, 2008
Diff
Adding OAuth and secure AuthSub support
Go to:
/trunk/src/gdata/Crypto
/trunk/src/gdata/Crypto/Cipher
.../src/gdata/Crypto/Cipher/AES.pyd
...src/gdata/Crypto/Cipher/ARC2.pyd
...src/gdata/Crypto/Cipher/ARC4.pyd
...gdata/Crypto/Cipher/Blowfish.pyd
...src/gdata/Crypto/Cipher/CAST.pyd
.../src/gdata/Crypto/Cipher/DES.pyd
...src/gdata/Crypto/Cipher/DES3.pyd
...src/gdata/Crypto/Cipher/IDEA.pyd
.../src/gdata/Crypto/Cipher/RC5.pyd
.../src/gdata/Crypto/Cipher/XOR.pyd
.../gdata/Crypto/Cipher/__init__.py
...gdata/Crypto/Cipher/__init__.pyc
/trunk/src/gdata/Crypto/Hash
...nk/src/gdata/Crypto/Hash/HMAC.py
...nk/src/gdata/Crypto/Hash/MD2.pyd
...nk/src/gdata/Crypto/Hash/MD4.pyd
/trunk/src/gdata/Crypto/Hash/MD5.py
...src/gdata/Crypto/Hash/RIPEMD.pyd
/trunk/src/gdata/Crypto/Hash/SHA.py
...src/gdata/Crypto/Hash/SHA256.pyd
...rc/gdata/Crypto/Hash/__init__.py
/trunk/src/gdata/Crypto/Protocol
.../Crypto/Protocol/AllOrNothing.py
...data/Crypto/Protocol/Chaffing.py
...data/Crypto/Protocol/__init__.py
/trunk/src/gdata/Crypto/PublicKey
...rc/gdata/Crypto/PublicKey/DSA.py
...data/Crypto/PublicKey/ElGamal.py
...rc/gdata/Crypto/PublicKey/RSA.py
...ata/Crypto/PublicKey/__init__.py
...gdata/Crypto/PublicKey/pubkey.py
...c/gdata/Crypto/PublicKey/qNEW.py
/trunk/src/gdata/Crypto/Util
...src/gdata/Crypto/Util/RFC1751.py
...rc/gdata/Crypto/Util/__init__.py
.../src/gdata/Crypto/Util/number.py
...rc/gdata/Crypto/Util/randpool.py
...nk/src/gdata/Crypto/Util/test.py
/trunk/src/gdata/Crypto/__init__.py
/trunk/src/gdata/Crypto/test.py
/trunk/src/gdata/auth.py
/trunk/src/gdata/oauth
/trunk/src/gdata/oauth/CHANGES.txt
/trunk/src/gdata/oauth/__init__.py
/trunk/src/gdata/oauth/rsa.py
/trunk/src/gdata/service.py
/trunk/src/gdata/tlslite
/trunk/src/gdata/tlslite/BaseDB.py
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 814 bytes, 17 lines
View raw file
File properties
svn:executable
*