aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/file.py
AgeCommit message (Expand)Author
2019-02-08Revert "Upgrade oauth2client to v4.1.3"android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Kevin Cheng
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
2016-08-04Merge util.py and _helpers.pyPat Ferate
2016-08-01Handle missing storage files (#576)Pat Ferate
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-19Update string formatters to new stylePat Ferate
2016-01-06Moving locking logic into storage base class.Jon Wayne Parrott
2015-08-21Making oauth2client/ files pass PEP8.Danny Hermes
2015-08-21Moving __author__ after imports in oauth2client/.Danny Hermes
2015-08-21Docstring pass after pep8ify in oauth2client/Danny Hermes
2015-08-21Raw pep8ify changes.Danny Hermes
2014-10-10Merge remote-tracking branch 'origin/master' into python3INADA Naoki
2014-09-23One more copyright update.Craig Citro
2014-09-23Source cleanup (mostly lint), one missing rename.Craig Citro
2014-09-23Update all copyright lines.Craig Citro
2014-08-19Merge branch 'master' into six-cleanupINADA Naoki
2014-08-18Assorted import/lint cleanup.Craig Citro
2014-08-18Require python >= 2.6, use the json module.Craig Citro
2014-07-16Added handling for bytes vs str.Pat Ferate
2014-07-03Updating to Python3 - octal literal: added 0o prefixPat Ferate
2014-07-03Updating to Python3 - relative import: implicit to explicitPat Ferate
2012-08-24Do not allow credentials files to be symlinks.Joe Gregorio
2012-02-06Add .delete() to all Storages.Joe Gregorio
2012-01-17Set file permissions on credentials files.Joe Gregorio
2012-01-11Fixes issue #85. Also moves all json imports to go through oauth2client.anyjs...Joe Gregorio
2011-10-27Remove legacy support for pickled Credentials.Joe Gregorio
2011-09-15Fixed bug with refreshing tokens in file StorageJoe Gregorio
2011-09-15Stage 1 conversion to JSON for storing Credentials.Joe Gregorio
2011-09-11Add fancy locking to oauth2client.Joe Gregorio
2011-04-01Updated copyright notices where appropriate and refreshed generated docs.Joe Gregorio
2011-02-22Make file based Storage thread safe.Joe Gregorio
2011-02-16Clean up doc strings and unused importsJoe Gregorio
2011-02-15Cleaned up OAuth 2.0 support fully using Storage() and updating samples.Joe Gregorio
2011-01-16[mq]: oauth2Joe Gregorio