summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hotfix-2.5.2'2.5.2Mitch Garnaat2012-06-213-25/+57
|\
| * Bumping version number.Mitch Garnaat2012-06-212-3/+3
| * Fix to allow DynamoDB to operate properly with IAM Roles on EC2 instances. F...Mitch Garnaat2012-06-211-22/+54
|/
* Merge branch 'hotfix-2.5.1'2.5.1Mitch Garnaat2012-06-143-4/+4
|\
| * Fixes #819.Mitch Garnaat2012-06-141-1/+1
| * Bumping version number.Mitch Garnaat2012-06-142-3/+3
|/
* Fixing a reference to ParseError in ElementTree that only works in Python 2.7.2.5.0Mitch Garnaat2012-06-135-31/+43
* Fix bug in _populate_keys_from_metadata_server when running on ec2 instance w...Mitch Garnaat2012-06-131-10/+9
* Merge branch 'release-2.5.0'Mitch Garnaat2012-06-1390-1208/+2924
|\
| * Bumping version number to 2.5.0.Mitch Garnaat2012-06-132-65/+73
| * Couple of changes to get_instance_metadata to make # of retries tailorable. ...Mitch Garnaat2012-06-132-37/+42
| * Merge branch 'http_connection_factory' of git://github.com/tpodowd/boto into ...Mitch Garnaat2012-06-121-1/+7
| |\
| | * Enable use of https_connection_factory for non-secure connections also.Thomas O'Dowd2012-06-111-1/+7
| * | Add documentation for IAM rolesJames Saryerwinnie2012-06-121-0/+186
| * | Allow IAM instance profile to be associated with a launch configuration for a...Mitch Garnaat2012-06-122-1/+12
| * | Adding support for IAM Roles. Closes #811.Mitch Garnaat2012-06-1115-36/+627
| * | Merge pull request #807 from tpodowd/clear_redirect_responseMitch Garnaat2012-06-111-0/+1
| |\ \
| | * | Reset response to None when following a redirect.Thomas O'Dowd2012-06-111-0/+1
| | |/
| * | Fix a small typo in doc string for last commit.Mitch Garnaat2012-06-111-1/+1
| * | Adding support for internal ELB's. Closes #809.Mitch Garnaat2012-06-112-18/+52
| * | Resolved merge conflict and a bit more PEP8 cleanup.Mitch Garnaat2012-06-1113-94/+111
| |\ \ | | |/ | |/|
| | * Raise exceptions the modern wayGarrett Holmstrom2012-06-0813-57/+57
| * | Merging conflict in sdbmanager.py.Mitch Garnaat2012-06-1028-180/+185
| |\ \
| | * | Appease PEP8 spacing guidelinesGarrett Holmstrom2012-06-0828-146/+145
| | |/
| * | Merge pull request #802 from gholms/lambda-tupleMitch Garnaat2012-06-101-1/+1
| |\ \
| | * | Don't give tuples to the lambda operatorGarrett Holmstrom2012-06-081-1/+1
| | |/
| * | Merge pull request #801 from gholms/whiletrueMitch Garnaat2012-06-102-3/+3
| |\ \
| | * | Replace 'while 1' with 'while True'Garrett Holmstrom2012-06-082-3/+3
| | |/
| * | Merge pull request #800 from gholms/isinstanceMitch Garnaat2012-06-1010-20/+20
| |\ \
| | * | Replace type() comparisons with isinstance()Garrett Holmstrom2012-06-0810-20/+20
| | |/
| * | Merge pull request #799 from gholms/sortedMitch Garnaat2012-06-107-21/+12
| |\ \
| | * | Use sorted(foo) instead of foo.sort() afterwardsGarrett Holmstrom2012-06-087-21/+12
| | |/
| * | Merge pull request #798 from gholms/haskeyMitch Garnaat2012-06-1023-52/+52
| |\ \
| | * | Replace 'dict.has_key' with 'in'Garrett Holmstrom2012-06-0823-52/+52
| | |/
| * | Merge pull request #797 from rdegges/developMitch Garnaat2012-06-101-1/+1
| |\ \ | | |/ | |/|
| | * Fixing typo, 'ans' -> 'an'.Randall Degges2012-06-081-1/+1
| |/
| * Merge branch 'autoscale_spot' into developMitch Garnaat2012-06-082-6/+18
| |\
| | * Initial support for spot instances in autoscaling groups.Mitch Garnaat2012-06-042-6/+18
| * | Merge branch 'elb-policy-test' of https://github.com/jimbrowne/boto into jimb...Mitch Garnaat2012-06-053-1/+34
| |\ \
| | * | Fix parsing of ELB policies, found while fixing bug #755Jim Browne2012-05-161-0/+2
| | * | Proposed fix for bug #755. Adds RO field policy_name.Jim Browne2012-05-161-0/+5
| | * | Unit test that checks proper parsing of ELB listenersJim Browne2012-05-161-1/+27
| * | | Merge pull request #789 from srs81/developMitch Garnaat2012-06-052-43/+43
| |\ \ \ | | |_|/ | |/| |
| | * | CloudSearch docsSuman2012-05-301-1/+1
| | * | Fixed SimpleDB, CloudSearch docsSuman2012-05-302-42/+42
| * | | Forgot to fix cloudfront module in last commit for #792.Mitch Garnaat2012-06-041-36/+43
| * | | Add security_token parameter to more constructors. Fixes #792.Mitch Garnaat2012-06-049-467/+449
| * | | Merge pull request #779 from rdodev/developMitch Garnaat2012-05-311-0/+0
| |\ \ \
| | * | | modified: BotoCheatSheet.pdfrdodev2012-05-231-0/+0
| | * | | new file: BotoCheatSheet.pdfrdodev2012-05-231-0/+938