Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
20b54fbefa94c545bea868dc1fecafd99649b9ba
20b54fb
More robust picking up JSON error responses.
by Joe Gregorio
· 13 years ago
3fb9367
Make batch errors align with normal errors.
by Joe Gregorio
· 13 years ago
fa08c2e
Refresh docs
by Joe Gregorio
· 13 years ago
1408f44
Add a Google Compute sample.
by Joe Gregorio
· 13 years ago
7c7c6b1
Token refresh to work with 'old' GData API
by Joe Gregorio
· 13 years ago
c29aaa9
Loading of client_secrets JSON file backed by a cache.
by Joe Gregorio
· 13 years ago
a283815
Switch to new discovery path parameters.
by Joe Gregorio
· 13 years ago
7f371e1
Add support for additionalProperties when printing schema'd objects.
by Joe Gregorio
· 13 years ago
4a2c29f
Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
by Joe Gregorio
· 13 years ago
e7a0c47
Refresh auto-generated docs
by Joe Gregorio
· 13 years ago
a19f3a7
Refresh SignedJwtAssertionCredentials w/Storage.
by Joe Gregorio
· 13 years ago
4fbde1c
Fix docs for batch callbacks.
by Joe Gregorio
· 13 years ago
c752e33
Batch error response reason not being set correctly.
by Joe Gregorio
· 13 years ago
ddb969a
oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
by Joe Gregorio
· 13 years ago
973b3a1
Use anyjson consistently.
by Joe Gregorio
· 13 years ago
672051e
Stop generating pydoc since we switched to using epydoc. Regenerate all docs.
by Joe Gregorio
· 13 years ago
075572b
Refresh generated docs.
by Joe Gregorio
· 13 years ago
81d92cc
Build cleaner and easier to read docs for dynamic surfaces.
by Joe Gregorio
· 13 years ago
bf14cef
Version 1.0c2
by Joe Gregorio
· 13 years ago
d37e76f
Added tag 1.0c2 for changeset 97e37f2a20c1
by Joe Gregorio
· 13 years ago
2467afa
Parameter values of None should be treated as missing.
by Joe Gregorio
· 13 years ago
46675d2
Distribute the samples separately from the library source.
by Joe Gregorio
· 13 years ago
84e4180
Move all remaining samples over to client_secrets.json.
by Joe Gregorio
· 13 years ago
f46ea55
Make locked_file.py understand win32file primitives for better awesomeness.
by Joe Gregorio
· 13 years ago
deabb1d
Added tag 1.0c1 for changeset b04e3ee70687
by Joe Gregorio
· 13 years ago
1aaec4b
Moved name to c1 from b9 because of wonky version naming rules.
by Joe Gregorio
· 13 years ago
921b8e4
Clean up setup.py script
by Joe Gregorio
· 13 years ago
638663c
Tag and update CHANGELOG for v1.0b9 release
by Joe Gregorio
· 13 years ago
3c9a9da
Added tag v1.0b9 for changeset 4c5fb5bc35ca
by Joe Gregorio
· 13 years ago
ebd0b84
Refresh docs
by Joe Gregorio
· 13 years ago
7ceb26f
Convert all inline samples to the Farm API for consistency.
by Joe Gregorio
· 13 years ago
708388c
Add _media methods and support for resumable media download.
by Joe Gregorio
· 13 years ago
746096f
Update docs to not use UML diagrams. Fixes issue #148.
by Joe Gregorio
· 13 years ago
44454e4
Better handling of streams that report their size as 0.
by Joe Gregorio
· 13 years ago
4b4002f
[mq]: smallfixes
by Joe Gregorio
· 13 years ago
573cb5d
Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
by Joe Gregorio
· 13 years ago
6621203
imported patch docs
by Joe Gregorio
· 13 years ago
32d852d
Adding credentials_from_code and credentials_from_clientsecrets_and_code.
by Joe Gregorio
· 13 years ago
2dfd74e
Make oauth2client support Windows-friendly locking.
by Joe Gregorio
· 13 years ago
910b9b1
Update Media Upload to include io.Base and also fix some bugs.
by Joe Gregorio
· 13 years ago
01c86b1
Print explaination if we can't access ports 8080 or 9090. Reviewed in http://codereview.appspot.com/6307054/. Fixes issue #126.
by Joe Gregorio
· 13 years ago
88f699f
Clean up more docs, move Latitude to OAuth 2.0. Reviewed in http://codereview.appspot.com/6301055/.
by Joe Gregorio
· 13 years ago
ce31a97
Make a couple utility functions public. Reviewed in http://codereview.appspot.com/6301053/.
by Joe Gregorio
· 13 years ago
c8e421c
Remove last OAuth 1.0 vestiges. Clean up comments. Fixes issue #127. Reviewed in http://codereview.appspot.com/6299050/
by Joe Gregorio
· 13 years ago
5dc0f5c
Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
by Joe Gregorio
· 13 years ago
401b842
Clean up comments.
by Joe Gregorio
· 13 years ago
4189954
Refresh dynamic docs
by Joe Gregorio
· 13 years ago
308bcad
Refresh docs
by Joe Gregorio
· 13 years ago
df70dfc
Remove OAuth 1.0 support.
by Joe Gregorio
· 13 years ago
103cbdf
Refresh docs
by Joe Gregorio
· 13 years ago
02937b6
Add LICENSE file. Reviewed in http://codereview.appspot.com/6055051/.
by Joe Gregorio
· 13 years ago
d9d0090
Updated docs
by Joe Gregorio
· 13 years ago
6121dd9
Updated docs
by Joe Gregorio
· 13 years ago
b8f5f91
Move to PEP386 compliant version numbers.
by Joe Gregorio
· 13 years ago
9d56b5a
Automatically generate Samples wiki page from README files.
by Joe Gregorio
· 13 years ago
b071ca7
Ad Exchange Buyer API v1 code samples.
by Joe Gregorio
· 13 years ago
7a12ba7
committing python app engine sample showing use of bigstore with service account
by Marc Cohen
· 13 years ago
696583c
Add __version__ to each library.
by Joe Gregorio
· 13 years ago
69edbe3
Force means force for enable-app-engine-project.
by Joe Gregorio
· 13 years ago
4c46b7b
Add a Tasks sample that demonstrates Service accounts.
by Joe Gregorio
· 13 years ago
08cdcb8
Increase coverage % for oauth2client.appengine.
by Joe Gregorio
· 13 years ago
d6b1106
new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
by api.nickm@gmail.com
· 13 years ago
3b0f885
Merged.
by Ali Afshar
· 13 years ago
1cb6b67
Fixed incorrectly referenced attribute. Fixes #115
by Ali Afshar
· 13 years ago
e84c944
Fix bug in StorageByKeyName.
by Joe Gregorio
· 13 years ago
e78621a
Logging moved from error to info since an exception is raised.
by Joe Gregorio
· 13 years ago
4911b03
find client_secrets.json from correct directory
by marccohen@google.com
· 13 years ago
968a958
Update Google Prediction samples.
by Joe Gregorio
· 13 years ago
3026920
fix oauth2client version
by Joe Gregorio
· 13 years ago
ece1da3
Fix up Makefile to work with sh and not bash.
by Joe Gregorio
· 13 years ago
d02bf5e
Updated docs
by Joe Gregorio
· 13 years ago
497c39f
Added tag 1.0beta8 for changeset cea749cfbb0c
by Joe Gregorio
· 13 years ago
20c26e5
Fix use of 2.7 only assertion.
by Joe Gregorio
· 13 years ago
de86044
New media upload scheme that uses only /upload and the new uploadType parameter.
by Joe Gregorio
· 13 years ago
853bcf3
TBR http://codereview.appspot.com/5712052/. Fixes issue #111.
by Joe Gregorio
· 13 years ago
0e1b47f
Merge changes
by Craig Citro
· 13 years ago
1e74282
Support repeated enum arguments for clients built by discovery.
by Craig Citro
· 13 years ago
1777497
Allow kwargs in the decorator. Reviewed in http://codereview.appspot.com/5712049/. Fixes issue #110.
by Joe Gregorio
· 13 years ago
d84d6b8
Use the high level app_identity call for the AppIdentityCredentials
by Joe Gregorio
· 13 years ago
01770a5
Add some inline docs. Reviewed in http://codereview.appspot.com/5699066/
by Joe Gregorio
· 13 years ago
884e2b2
Fix gtaskqueue to not pass in body={}. Also fix bug with 0 length POSTs. Reviewed in http://codereview.appspot.com/5694067/.
by Joe Gregorio
· 13 years ago
fa8cd9f
Make Credentials deserialization resilient to moves in oauth2client location.
by Joe Gregorio
· 13 years ago
c2928a4
Require httplib2 0.7.2 or better. Reviewed in http://codereview.appspot.com/5694054/
by Joe Gregorio
· 13 years ago
945cca1
Add in new docs
by Joe Gregorio
· 13 years ago
3d55ac5
Update generated docs.
by Joe Gregorio
· 13 years ago
b4169b5
Add _embed page for embedding, clean up style to match. Reviewed in http://codereview.appspot.com/5668045/
by Joe Gregorio
· 13 years ago
acf517f
add user_agent back to OAuth2Decorator argument
by Johan Euphrosine
· 13 years ago
654f4a2
Fix bugs with auth, batch and retries.
by Joe Gregorio
· 13 years ago
f2326c0
oob -> urn:ietf:wg:oauth:2.0:00b.
by Joe Gregorio
· 13 years ago
8e000ed
Allow an http object to be passed into tools.run() so that proxy
by Joe Gregorio
· 14 years ago
579c8c9
AdSense Management API v1.1 code samples. Reviewed in http://codereview.appspot.com/5488082/.
by Joe Gregorio
· 14 years ago
6f11ea1
Added MediaInMemoryUpload for uploads that are a byte stream, with tests.
by Ali Afshar
· 14 years ago
fdb43c0
Add .delete() method to Django Storage. Reviewed in http://codereview.appspot.com/5636054/
by Joe Gregorio
· 14 years ago
ec75dc1
Add .delete() to all Storages.
by Joe Gregorio
· 14 years ago
9f2f38f
Add caching back into verify_id_token with a memory only cache.
by Joe Gregorio
· 14 years ago
e6ee3e5
Remove duplication of base classes for OAuth now that we depend on oauth2client.
by Joe Gregorio
· 14 years ago
dceef69
Fixes issue #75. Don't write a local cache.
by Joe Gregorio
· 14 years ago
945be3e
Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/
by Joe Gregorio
· 14 years ago
dd81382
Fix str/unicode issue in batch media requests.
by Joe Gregorio
· 14 years ago
9b8bec6
Set file permissions on credentials files.
by Joe Gregorio
· 14 years ago
Next »