summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempting low-impact merge of turnkey patches.turnkeyMitch Garnaat2010-09-161-1/+15
* Merge branch 'master' into turnkeyMitch Garnaat2010-09-1624-115/+1674
|\
| * Fixed some typos in docstrings.Mitch Garnaat2010-09-161-5/+5
| * Added a connect_euca and connect_walrus function.Mitch Garnaat2010-09-161-0/+52
| * Merge branch 'master' of github.com:boto/botoMitch Garnaat2010-09-158-78/+180
| |\
| | * Fixed bug I introduced in usage of newly introduced class hierarchy of storag...Mike Schwartz2010-09-151-1/+1
| | * Introduced class hierarchy of storage service exceptions, and hooked into cod...Mike Schwartz2010-09-148-78/+180
| * | Add a connect_iam method to main module and fix a bug in response handler for...Mitch Garnaat2010-09-152-3/+26
| |/
| * Fix bug in add_user_grant. Fixes issue 450.Mitch Garnaat2010-09-141-2/+2
| * Merge branch 'issue_451'Mitch Garnaat2010-09-142-1/+13
| |\
| | * Added support for cache-control header. Fixes issue 451.Mitch Garnaat2010-09-142-1/+13
| * | Added "boto.ecs" to setup.pyChris Moyer2010-09-131-1/+1
| * | Added some escaping to the XMLized functions for ECSChris Moyer2010-09-101-1/+8
| * | Updated ECS responses to allow you to dump the raw XML.Chris Moyer2010-09-101-3/+11
| * | Fixed inconsistent use of debug param in StorageUri class and static factory ...Mike Schwartz2010-09-092-6/+6
| * | Removed all the old "None" references from everywhereChris Moyer2010-09-091-3/+3
| * | Fixed the issue of "None" values in SDB. If you set aChris Moyer2010-09-092-2/+17
| * | Updated ECS response items to read more info from the Response.Chris Moyer2010-09-092-25/+67
| * | Added Paging support to ECSChris Moyer2010-09-082-5/+63
| * | Added "ECS" shell. For now this just has "item_search"Chris Moyer2010-09-082-0/+140
| * | Updated ELBAdmin scriptChris Moyer2010-09-081-29/+33
| |/
| * fixing LoadBalancerNames parameter of elb DescribeInstances operationGabriel Monroy2010-09-071-6/+5
| * Property should set the real slot name if it'sChris Moyer2010-09-071-1/+4
| * Added delete_group method.Mitch Garnaat2010-09-031-1/+13
| * Merge branch 'iam'Mitch Garnaat2010-09-032-0/+950
| |\
| | * Initial version based on private beta.Mitch Garnaat2010-08-032-0/+950
| * | Added initial support for invalidation.Chris Moyer2010-09-023-1/+133
| * | Fixed bug in boto/s3/key.py that caused mimetypes.guess_type() to override Co...Mike Schwartz2010-08-311-2/+2
| * | Fixing usage string.Mitch Garnaat2010-08-271-1/+1
| * | Moving the cq.py script to bin/cqMitch Garnaat2010-08-272-1/+1
* | | Merging license module from turnkey.Mitch Garnaat2010-08-273-0/+480
|/ /
* | Add an update method to Image class. Fixes issue 444.Mitch Garnaat2010-08-271-0/+15
* | Fix typo bug in setting string value for RDS parameter group. Fixes issue 445.Mitch Garnaat2010-08-271-1/+1
* | Fixed missing -1 check in my last checkin.Mike Schwartz2010-08-261-1/+1
* | Made storage_uri factory method enforce syntax that URIs be of form "scheme:/...Mike Schwartz2010-08-261-4/+9
* | Added optional boolean to determine whether StorageUri bucket names should be...Mike Schwartz2010-08-271-7/+16
* | Merge branch 'master' of github.com:boto/botoMitch Garnaat2010-08-241-1/+1
|\ \
| * | Added lss3 to setup.pyChris Moyer2010-08-231-1/+1
* | | Incorporating a patch from James Christie to add important functionality to F...Mitch Garnaat2010-08-241-14/+147
|/ /
* | Removing host param from EMRConnection class. It is not needed and, in fact,...Mitch Garnaat2010-08-221-1/+1
* | Removing this module. It's obselete and gets confused with emr.Mitch Garnaat2010-08-228-982/+0
* | Couple more improvements related to issue 440. Raise a relevant exception if...Mitch Garnaat2010-08-222-4/+6
* | Fixed a problem in provider.py. Passed in credentials were not being honored...Mitch Garnaat2010-08-221-4/+4
* | Added convenience methods for instance attribute methods. Also fixed/added a...Mitch Garnaat2010-08-212-3/+84
* | Merge branch 'master' of github.com:boto/botoMitch Garnaat2010-08-202-4/+8
|\ \
| * | Updated SDBManager and query to take an optional "quick" parameterChris Moyer2010-08-192-4/+8
* | | Fixed a bug in change_storage_class method found by user KT.Mitch Garnaat2010-08-201-3/+9
|/ /
* | Bumping version number prior to release.2.0b2Mitch Garnaat2010-08-192-3/+3
* | Added response_group parameter to several methods. Fixes issue 433.Mitch Garnaat2010-08-191-75/+121
* | Fixed a bug when using different regions. Fixed a docstring. Cleaned up the...Mitch Garnaat2010-08-191-27/+32