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