summaryrefslogtreecommitdiff
path: root/boto/roboto
Commit message (Expand)AuthorAgeFilesLines
* Resolved merge conflict and a bit more PEP8 cleanup.Mitch Garnaat2012-06-111-1/+1
|\
| * Raise exceptions the modern wayGarrett Holmstrom2012-06-081-1/+1
* | Appease PEP8 spacing guidelinesGarrett Holmstrom2012-06-081-1/+1
|/
* Make parsing of AWS_CREDENTIAL_FILE a bit more robust.Mitch Garnaat2011-10-241-7/+11
* Another tweak to usage string printout for command line tools.Mitch Garnaat2011-10-041-0/+3
* Fixing typo bug from last commit.Mitch Garnaat2011-10-041-1/+1
* Improved handling of missing param error and usage.Mitch Garnaat2011-10-031-2/+19
* Small change in error handling for roboto-based command line tools.Mitch Garnaat2011-09-281-2/+2
* Add the AWSQueryRequest Description class attribute to the OptionParser descr...Mitch Garnaat2011-09-141-1/+1
* Small tweak to exception handling in roboto stuff.2.1rc1Mitch Garnaat2011-09-131-0/+4
* Be more tolerant of non-xml error responses. Make sure roboto-based CLI tool...Mitch Garnaat2011-07-281-0/+4
* Patch to enable --debugger option on CLI tools based on AWSRequestRequest.Mitch Garnaat2011-07-081-0/+32
* Adding a specific exception to indicate no credentials were found.garnaat2011-06-231-2/+7
* Resign each request in a retry situation. Some services are starting to inco...Mitch Garnaat2011-06-091-30/+29
* Fixing a couple of small issues with roboto code.Mitch Garnaat2011-06-072-8/+16
* A couple of small tweaks to AWSQueryRequest.garnaat2011-06-031-2/+2
* Fixing a couple small bug significant bugs in roboto stuff. Fixing a comment...Mitch Garnaat2011-05-192-5/+5
* Cleaning up error handling a bit, fixing bug in constructor.garnaat2011-04-262-18/+31
* Adding a temporary patch to print a version string.garnaat2011-04-051-0/+6
* Removing 'except foo as bar' syntax so things work in Python 2.5.Mitch Garnaat2011-04-051-2/+2
* Allow additional args to be passed to send and merge those with self.args.Mitch Garnaat2011-04-031-1/+2
* Fixing bug in handling of default values.Mitch Garnaat2011-04-031-1/+3
* Removing debug print statement.Mitch Garnaat2011-04-031-1/+0
* Correctly handle default value.Mitch Garnaat2011-04-021-8/+9
* Checking in some changes to handle args.Mitch Garnaat2011-04-021-6/+19
* Some fixes in handling of environment variables and filters.Mitch Garnaat2011-04-013-26/+47
* Merge branch 'master' of github.com:boto/botoMitch Garnaat2011-04-011-2/+1
|\
| * Fixed a bug with doubling up the path specifier for euca requests.Mitch Garnaat2011-04-011-2/+1
* | Removing the awsify method, no longer needed.Mitch Garnaat2011-04-011-5/+5
|/
* Adding support for enum param types.garnaat2011-03-292-6/+19
* Fixed indentation error in do_cli.Mitch Garnaat2011-03-251-1/+1
* Initialize self.default properly in constructor.Mitch Garnaat2011-03-241-1/+1
* Add a RequiredParamError exception.Mitch Garnaat2011-03-211-3/+11
* Add a file param type. Fix issue with an empty Response attribute.Mitch Garnaat2011-03-211-5/+20
* Removed the explicit Name class attribute. Just use the name of the class it...Mitch Garnaat2011-03-211-4/+7
* Add support for boolean params. Make optparse options and args available on ...Mitch Garnaat2011-03-201-8/+14
* Simplify the output formatting and allow the generic formattter to be easily ...Mitch Garnaat2011-03-201-34/+14
* Combine standard options into an option group.Mitch Garnaat2011-03-171-12/+14
* Fixing reference to filters.Mitch Garnaat2011-03-171-1/+1
* Adding additional standard options.Mitch Garnaat2011-03-171-9/+32
* Don't call process_args in constructor. Fix reference to self.name.Mitch Garnaat2011-03-171-2/+2
* Fixing so class variables always being with an upper case letter to avoid con...Mitch Garnaat2011-03-162-44/+109
* Fixing a few small issues with the roboto Param class.Mitch Garnaat2011-03-131-4/+24
* Initial version of runtime support for roboto tools.Mitch Garnaat2011-03-124-0/+507