aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/tools.py
AgeCommit message (Expand)Author
2016-03-16100% coverage for oauth2client.toolsJon Wayne Parrott
2016-02-19Allowing default flags in run_flow().Danny Hermes
2016-02-04Use symbolic constants for HTTP codesNathaniel Manista
2015-09-07Fix variable 'success' that is referenced before assignmentDanilo Akamine
2015-09-07Fix port in error message. Port 9090 is not defaultDanilo Akamine
2015-08-25Removing old_run module.Danny Hermes
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
2015-02-12Add functools.wraps() to util.positional().Craig Citro
2015-01-30Added b prefix for string used in BaseHTTPRequestHandler wfile.writedr. Kertész Csaba-Zoltán
2015-01-25Use six to call raw_input for Python 3 supportKeith Maxwell
2015-01-18Fix comment on run_flow() -- flags is not an ArgumentParser, it is aNathan Naze
2015-01-05delay the import of webbrowserJohn Asmuth
2014-11-13Fix a bad import for python 3.3+.Craig Citro
2014-11-13Fix oauth2client.tools.Craig Citro
2014-11-12Handle a missing argparse more gracefully.Craig Citro
2014-11-05Fix a misplaced __future__ import.Craig Citro
2014-11-04Cleanup after merging python3 branch.Craig Citro
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-20CleanupINADA Naoki
2014-08-19Merge branch 'master' into six-cleanupINADA Naoki
2014-08-18Assorted import/lint cleanup.Craig Citro
2014-08-17Update except statements to use `as` everywhere.Craig Citro
2014-07-03Updating to Python3 - Updating imports for urllib and urlparse.Pat Ferate
2014-07-03Updating to Python3 - updated except formatPat Ferate
2014-07-03Updating to Python3 (print statements to functions)Pat Ferate
2014-05-08run_parser -> argparser fix in docs.Craig Citro
2013-07-30Missing FLAGS from old_run.Joe Gregorio
2013-07-02Bring back tools.run(), but only conditionally on gflags.Joe Gregorio
2013-04-05Adds apiclient.sample_tools.Joe Gregorio
2013-03-29Start removing dependence on gflags.Joe Gregorio
2012-11-06Refresh tools.run() flag description.Joe Gregorio
2012-10-24Enhance docs for run.Joe Gregorio
2012-08-03Flows no longer need to be saved between uses.Joe Gregorio
2012-06-07Print explaination if we can't access ports 8080 or 9090. Reviewed in http://...Joe Gregorio
2012-02-09oob -> urn:ietf:wg:oauth:2.0:00b.Joe Gregorio
2012-02-07Allow an http object to be passed into tools.run() so that proxyJoe Gregorio
2012-01-17Use webbrowser.open to launch browser from oauth2client.tools.Joe Gregorio
2011-09-15Stage 1 conversion to JSON for storing Credentials.Joe Gregorio
2011-09-11Add fancy locking to oauth2client.Joe Gregorio
2011-05-27Use gflags for AOuth 1.0. Fixes issue #33. Fixes issue #34. Reviewed in http:...Joe Gregorio
2011-05-17Fixes issue #28, updating the return_uri to /oauth2callback. Also updated REA...Joe Gregorio
2011-03-25Cleaning up 2.7 compatibility and more work on installer.Joe Gregorio
2011-03-10OAuth 2.0 uses new endpoints. OAuth 2.0 moderator sample uses gflags. OAuth 2...Joe Gregorio
2011-03-10Update to the latest auth and token urisJoe Gregorio