Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
63f5f3ed02f530e90ce28be71177a601e2d8291c
63f5f3e
Merge pull request #88 from mmattioli/minor-updates
by Nathaniel Manista
· 10 years ago
be85d34
update markdown files
by Michael Mattioli
· 10 years ago
f6b4c79
Merge pull request #89 from craigcitro/update_readme
by Nathaniel Manista
· 10 years ago
6de33d5
Update README.md to mention python3 support.
by Craig Citro
· 10 years ago
b246d51
Merge pull request #48 from cgurnik/default-mock-headers
by Nathaniel Manista
· 10 years ago
8e55b76
Don't include reason in default HttpMock headers
by Craig Gurnik
· 11 years ago
c926756
Merge pull request #79 from pferate/coveralls
by Nathaniel Manista
· 10 years ago
e14d791
Adding coveralls integration
by Pat Ferate
· 10 years ago
2c3bdfe
Removing old tox settings left from oauth2client
by Pat Ferate
· 10 years ago
291925c
Merge pull request #80 from methane/cleanup
by Nathaniel Manista
· 10 years ago
06d28d8
Remove unused lines
by INADA Naoki
· 10 years ago
31bc151
Merge pull request #73 from mmascolino/master
by Nathaniel Manista
· 10 years ago
b184ed6
Merge pull request #77 from methane/bytes-content
by Nathaniel Manista
· 10 years ago
0915761
Fix unicode issues in HttpError and BatchHttpRequest
by INADA Naoki
· 10 years ago
71b5137
Merge pull request #78 from methane/travis-pip-cache
by Nathaniel Manista
· 10 years ago
bc879f3
Enable travis caching for pip cache
by INADA Naoki
· 10 years ago
8fd14ef
Removed unneeded/unused line of code
by mmascolino
· 10 years ago
edf2d2e
Merge pull request #70 from devlance/patch-1
by Nathaniel Manista
· 10 years ago
364e103
Update README
by Brett Johnson
· 10 years ago
b835178
Merge pull request #68 from nathanielmanistaatgoogle/one-point-four-point-zero
by Craig Citro
· 10 years ago
31c47b8
apiclient release 1.4.0
by Nathaniel Manista
· 10 years ago
5cbe5ba
Update docs for 1.4.0 release
by Nathaniel Manista
· 10 years ago
64b2504
Bump version number to 1.4.0
by Nathaniel Manista
· 10 years ago
693f237
Merge pull request #67 from pferate/update_setup
by Nathaniel Manista
· 10 years ago
e52ea21
Including changes for Python3 in setup.py
by Pat Ferate
· 10 years ago
59a5839
Merge pull request #63 from pferate/python3-configuration
by Nathaniel Manista
· 10 years ago
7d43236
Setting up test environment for 3.3 and 3.4.
by Pat Ferate
· 10 years ago
cf939a3
Merge pull request #64 from pferate/python3-module_updates
by Nathaniel Manista
· 10 years ago
846befc
Changing iteritems() to six.iteritems()
by Pat Ferate
· 10 years ago
c605087
Skipping tests in Python3
by Pat Ferate
· 10 years ago
c46e905
Verifying that media_upload.size() is not None
by Pat Ferate
· 10 years ago
73f8813
Changing tabs to spaces for consistency.
by Pat Ferate
· 10 years ago
ca397a7
Encode UTF text only if in Python 2
by Pat Ferate
· 10 years ago
2b14022
Updating string buffers to byte buffers
by Pat Ferate
· 10 years ago
c9abbbd
Changed to use string explicitly
by Pat Ferate
· 10 years ago
9b0452c
Only decode if needed
by Pat Ferate
· 10 years ago
b240c17
Updating local imports (relative -> absolute)
by Pat Ferate
· 10 years ago
d5b61bd
Updating urllib related imports and usage. (Using six)
by Pat Ferate
· 10 years ago
ed9affd
Updating StringIO, BytesIO, and FileIO imports and usage. (Using six)
by Pat Ferate
· 10 years ago
4e7e6d4
Merge pull request #66 from pferate/unittest2
by Nathaniel Manista
· 10 years ago
497a90f
Using unittest2 in place of unittest
by Pat Ferate
· 10 years ago
48195c5
Merge pull request #62 from methane/modernize
by Nathaniel Manista
· 10 years ago
d898a37
modernize tests
by INADA Naoki
· 10 years ago
93ff27b
Add six to install_requires
by INADA Naoki
· 10 years ago
e4ea1a9
Make 2/3 compatible code with python-modernize
by INADA Naoki
· 10 years ago
15fbdc7
Merge pull request #25 from methane/prepare-py3
by Nathaniel Manista
· 10 years ago
326cd51
apiclient release v1.3.2.
by Craig Citro
· 10 years ago
e633be1
Update docs for 1.3.2 release.
by Craig Citro
· 10 years ago
15744b1
Replace remaining python2.4 shebang lines.
by Craig Citro
· 10 years ago
91debf8
Merge pull request #55 from craigcitro/toplevel_custom
by Nathaniel Manista
· 10 years ago
7ee535d
Support methodPath entries containing colon.
by Craig Citro
· 10 years ago
94fdc89
Merge pull request #53 from craigcitro/test_failure
by Craig Citro
· 10 years ago
6b75171
Remove a newly-added exception.
by Craig Citro
· 10 years ago
8a0c8be
Add simple .travis.yml.
by Craig Citro
· 10 years ago
d03bb22
Merge pull request #51 from jacktasia/master
by Craig Citro
· 10 years ago
ac8df21
ensure content-length response header is set
by jack
· 10 years ago
77c63c9
fix infinite hang when object to download is smaller than DEFAULT_CHUNK_SIZE
by jack
· 10 years ago
bbad4f0
Merge pull request #43 from Parkayun/master
by Craig Citro
· 11 years ago
5bd38f3
Modify convention
by Parkayun
· 11 years ago
1c1da59
Test case for build_query
by Parkayun
· 11 years ago
470195a
Modify UnicodeDecodeError
by Parkayun
· 11 years ago
c1dba5f
Merge pull request #39 from kroikie/master
by Craig Citro
· 11 years ago
791e07a
Add Google Calendar API sample.
by arthurthompson
· 11 years ago
0bceb33
futurize -1
by INADA Naoki
· 11 years ago
e8d8782
2to3 -f print
by INADA Naoki
· 11 years ago
c1505df
2to3 -f except
by INADA Naoki
· 11 years ago
1a91f7f
2to3 -f long
by INADA Naoki
· 11 years ago
49d45a6
Update changelog.
by Craig Citro
· 11 years ago
bdd05a8
Update docs and version.
by Craig Citro
· 11 years ago
b939a7d
Fix an issue with aliasing apiclient submodules.
by Craig Citro
· 11 years ago
0bf61f2
Official v1.3 release.
by Craig Citro
· 11 years ago
0ff797d
Add another check for a failed googleapiclient upgrade.
by Craig Citro
· 11 years ago
f756c68
Update CHANGELOG for release.
by Craig Citro
· 11 years ago
f6b454c
Add detection for old apiclient versions in setup.py.
by Craig Citro
· 11 years ago
0c18afc
Clean up imports in apiclient/__init__.py.
by Craig Citro
· 11 years ago
076b333
Add __version__ to apiclient.
by Craig Citro
· 11 years ago
0682372
Install argparse on python < 2.7.
by Craig Citro
· 11 years ago
0e5b9bf
Version 1.3 release.
by Craig Citro
· 11 years ago
63caac0
Add support for local discovery doc to sample_tools.py.
by Craig Citro
· 11 years ago
7547de6
Add apiclient as an alias for googleapiclient.
by Craig Citro
· 11 years ago
9b90677
Update author info.
by Craig Citro
· 11 years ago
de86cad
Add python 2.6 to tox testing.
by Craig Citro
· 11 years ago
28467c8
Drop oauth2client as a submodule.
by Craig Citro
· 11 years ago
751b7fb
Update copyright lines.
by Craig Citro
· 11 years ago
3d938aa
Merge pull request #27 from jay0lee/patch-1
by Craig Citro
· 11 years ago
9cd0eb0
mention 2.6/2.7 requirement and remove simplejson
by Jay Lee
· 11 years ago
951b75f
Add uritemplate as a dependency.
by Craig Citro
· 11 years ago
6ae34d7
Use json from the stdlib.
by Craig Citro
· 11 years ago
a540cf7
Require python >= 2.6.
by Craig Citro
· 11 years ago
2aecffb
Update oauth2client.
by Craig Citro
· 11 years ago
62af5a9
Update docs.
by Craig Citro
· 11 years ago
065b530
Update docs.
by Craig Citro
· 11 years ago
b1cc515
Merge pull request #22 from jimper/master
by Craig Citro
· 11 years ago
20d6946
Removing DFA Reporting API samples
by Jonathon Imperiosi
· 11 years ago
2d7f3db
Merge pull request #21 from mmattioli/documentation-updates
by Craig Citro
· 11 years ago
460a4ad
Updated Documentation
by Michael Mattioli
· 11 years ago
13469bb
Merge pull request #19 from mmattioli/googleapiclient-updates
by Craig Citro
· 11 years ago
a09dc91
Updated Copyright Years
by Michael Mattioli
· 11 years ago
ab01cb9
Merge pull request #18 from craigcitro/from_encoding
by Craig Citro
· 11 years ago
72389b7
Replace uses of `as_string` from the email lib.
by Craig Citro
· 11 years ago
Next »