index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
roboto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolved merge conflict and a bit more PEP8 cleanup.
Mitch Garnaat
2012-06-11
1
-1
/
+1
|
\
|
*
Raise exceptions the modern way
Garrett Holmstrom
2012-06-08
1
-1
/
+1
*
|
Appease PEP8 spacing guidelines
Garrett Holmstrom
2012-06-08
1
-1
/
+1
|
/
*
Make parsing of AWS_CREDENTIAL_FILE a bit more robust.
Mitch Garnaat
2011-10-24
1
-7
/
+11
*
Another tweak to usage string printout for command line tools.
Mitch Garnaat
2011-10-04
1
-0
/
+3
*
Fixing typo bug from last commit.
Mitch Garnaat
2011-10-04
1
-1
/
+1
*
Improved handling of missing param error and usage.
Mitch Garnaat
2011-10-03
1
-2
/
+19
*
Small change in error handling for roboto-based command line tools.
Mitch Garnaat
2011-09-28
1
-2
/
+2
*
Add the AWSQueryRequest Description class attribute to the OptionParser descr...
Mitch Garnaat
2011-09-14
1
-1
/
+1
*
Small tweak to exception handling in roboto stuff.
2.1rc1
Mitch Garnaat
2011-09-13
1
-0
/
+4
*
Be more tolerant of non-xml error responses. Make sure roboto-based CLI tool...
Mitch Garnaat
2011-07-28
1
-0
/
+4
*
Patch to enable --debugger option on CLI tools based on AWSRequestRequest.
Mitch Garnaat
2011-07-08
1
-0
/
+32
*
Adding a specific exception to indicate no credentials were found.
garnaat
2011-06-23
1
-2
/
+7
*
Resign each request in a retry situation. Some services are starting to inco...
Mitch Garnaat
2011-06-09
1
-30
/
+29
*
Fixing a couple of small issues with roboto code.
Mitch Garnaat
2011-06-07
2
-8
/
+16
*
A couple of small tweaks to AWSQueryRequest.
garnaat
2011-06-03
1
-2
/
+2
*
Fixing a couple small bug significant bugs in roboto stuff. Fixing a comment...
Mitch Garnaat
2011-05-19
2
-5
/
+5
*
Cleaning up error handling a bit, fixing bug in constructor.
garnaat
2011-04-26
2
-18
/
+31
*
Adding a temporary patch to print a version string.
garnaat
2011-04-05
1
-0
/
+6
*
Removing 'except foo as bar' syntax so things work in Python 2.5.
Mitch Garnaat
2011-04-05
1
-2
/
+2
*
Allow additional args to be passed to send and merge those with self.args.
Mitch Garnaat
2011-04-03
1
-1
/
+2
*
Fixing bug in handling of default values.
Mitch Garnaat
2011-04-03
1
-1
/
+3
*
Removing debug print statement.
Mitch Garnaat
2011-04-03
1
-1
/
+0
*
Correctly handle default value.
Mitch Garnaat
2011-04-02
1
-8
/
+9
*
Checking in some changes to handle args.
Mitch Garnaat
2011-04-02
1
-6
/
+19
*
Some fixes in handling of environment variables and filters.
Mitch Garnaat
2011-04-01
3
-26
/
+47
*
Merge branch 'master' of github.com:boto/boto
Mitch Garnaat
2011-04-01
1
-2
/
+1
|
\
|
*
Fixed a bug with doubling up the path specifier for euca requests.
Mitch Garnaat
2011-04-01
1
-2
/
+1
*
|
Removing the awsify method, no longer needed.
Mitch Garnaat
2011-04-01
1
-5
/
+5
|
/
*
Adding support for enum param types.
garnaat
2011-03-29
2
-6
/
+19
*
Fixed indentation error in do_cli.
Mitch Garnaat
2011-03-25
1
-1
/
+1
*
Initialize self.default properly in constructor.
Mitch Garnaat
2011-03-24
1
-1
/
+1
*
Add a RequiredParamError exception.
Mitch Garnaat
2011-03-21
1
-3
/
+11
*
Add a file param type. Fix issue with an empty Response attribute.
Mitch Garnaat
2011-03-21
1
-5
/
+20
*
Removed the explicit Name class attribute. Just use the name of the class it...
Mitch Garnaat
2011-03-21
1
-4
/
+7
*
Add support for boolean params. Make optparse options and args available on ...
Mitch Garnaat
2011-03-20
1
-8
/
+14
*
Simplify the output formatting and allow the generic formattter to be easily ...
Mitch Garnaat
2011-03-20
1
-34
/
+14
*
Combine standard options into an option group.
Mitch Garnaat
2011-03-17
1
-12
/
+14
*
Fixing reference to filters.
Mitch Garnaat
2011-03-17
1
-1
/
+1
*
Adding additional standard options.
Mitch Garnaat
2011-03-17
1
-9
/
+32
*
Don't call process_args in constructor. Fix reference to self.name.
Mitch Garnaat
2011-03-17
1
-2
/
+2
*
Fixing so class variables always being with an upper case letter to avoid con...
Mitch Garnaat
2011-03-16
2
-44
/
+109
*
Fixing a few small issues with the roboto Param class.
Mitch Garnaat
2011-03-13
1
-4
/
+24
*
Initial version of runtime support for roboto tools.
Mitch Garnaat
2011-03-12
4
-0
/
+507