summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-2.4.0'2.4.0Mitch Garnaat2012-05-1595-1322/+7715
|\
| * Updates prior to release.Mitch Garnaat2012-05-154-3/+65
| * Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-05-151-1/+1
| |\
| | * Merge pull request #751 from cosmin/developGreg Taylor2012-05-141-1/+1
| | |\
| | | * fix doc on detach_internet_gatewayCosmin Stejerean2012-05-141-1/+1
| | |/
| * | Add support for additional_info param. Fixes #754.Mitch Garnaat2012-05-152-5/+19
| |/
| * Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-05-141-0/+7
| |\
| | * Merge pull request #749 from jamesls/developMitch Garnaat2012-05-141-0/+7
| | |\
| | | * Generate API docs for boto.cloudformation.connectionJames Saryerwinnie2012-05-111-0/+7
| * | | Merge branch 'vpc-fixes' of https://github.com/jtriley/boto into jtriley-vpc-...Mitch Garnaat2012-05-142-19/+43
| |\ \ \ | | |/ / | |/| |
| | * | add vpc_id to VPC-linked group obj before returningJustin Riley2012-05-141-0/+2
| | * | only use group id on VPC-linked security groupsJustin Riley2012-05-141-16/+33
| | * | use id instead of name in authorize() and revoke()Justin Riley2012-05-081-17/+16
| | * | use id instead of name in SecurityGroup.delete()Justin Riley2012-05-081-1/+1
| | * | fix AttributeError when src_group is not GroupOrCIDRJustin Riley2012-05-081-2/+8
| * | | Merge branch 'fix_generate_url' of https://github.com/tpodowd/boto into tpodo...Mitch Garnaat2012-05-143-19/+93
| |\ \ \
| | * | | Added missing api docs and a PUT unit testThomas O'Dowd2012-05-142-0/+43
| | * | | Add policy, reduced redunancy, metadata and encryption handling for PUT requestsThomas O'Dowd2012-05-141-1/+19
| | * | | Add version_id support to generate_url and fix headers/response_headers.Thomas O'Dowd2012-05-113-19/+32
| | | |/ | | |/|
| * | | Merge branch 'pig_step' of https://github.com/bsimpson63/boto into bsimpson63...Mitch Garnaat2012-05-141-0/+39
| |\ \ \
| | * | | Add EMR steps for installing Pig and running Pig scripts.bsimpson632012-05-101-0/+39
| | | |/ | | |/|
| * | | Add lifecycle.py to list of docs to be generated.Mitch Garnaat2012-05-141-0/+7
| * | | Changed HTTPS tunneling not to send CRLF after proxy auth headers by default ...Mike Schwartz2012-05-111-1/+6
| | |/ | |/|
| * | Allow cloudformation region name, endpoint and API version to be overridden i...Mitch Garnaat2012-05-101-3/+4
| * | Merge pull request #734 from seomoz/developMitch Garnaat2012-05-101-6/+6
| |\ \
| | * | NameError fix for log, and response.Dan Lecocq2012-05-051-6/+6
| | |/
| * | Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-05-101-1/+1
| |\ \
| | * \ Merge pull request #730 from alexanderdean/patch-1Mitch Garnaat2012-05-101-1/+1
| | |\ \
| | | * | Fixing bug where distribution not being used as the connection object if setAlexander Dean2012-04-301-1/+1
| * | | | Updating SQS with support for additinal batch operatons. Fixes #743.Mitch Garnaat2012-05-105-77/+181
| * | | | Merge branch 'develop' of https://github.com/abrinsmead/boto into abrinsmead-...Mitch Garnaat2012-05-101-5/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for issue #653 - SQS get_queue fails for IAM users with restricted accessAlex Brinsmead2012-04-301-5/+6
| * | | | Merge branch 'pull-request-owner-alias' of https://github.com/C2Devel/boto in...Mitch Garnaat2012-05-101-0/+3
| |\ \ \ \
| | * | | | add support of 'ownerAlias' attribute to snapshotStanislav Ievlev2012-04-271-0/+3
| |/ / / / |/| | | |
| * | | | Cleaning up some formatting.Mitch Garnaat2012-05-101-5/+5
| * | | | Merge branch 'pull-request-vpc-filters' of https://github.com/C2Devel/boto in...Mitch Garnaat2012-05-101-42/+20
| |\ \ \ \
| | * | | | Fix posibility of multiple values on filtersaedeph2012-04-261-42/+20
| | * | | | Fix filter param in vpc get_all actionsaedeph2012-04-261-3/+3
| |/ / / / |/| | | |
| * | | | Allow a boolean False value to be supplied for a parameter value. Fixes #707.Mitch Garnaat2012-05-101-1/+1
| | |_|/ | |/| |
| * | | Some cleanup in document and search service code. Remove debugging.Mitch Garnaat2012-05-013-50/+46
| * | | Adding additional info to the CloudSearch tutorial. Fixing a bug with update...Mitch Garnaat2012-05-012-3/+139
| * | | Merge pull request #731 from tmorgan/fix_table_genMitch Garnaat2012-04-301-1/+1
| |\ \ \
| | * | | bug fix for table generator in dynamodb.layer2Tony Morgan2012-04-301-1/+1
| | |/ /
| * | | Reworking the logic to change to explicit test for None value. Related to #656.Mitch Garnaat2012-04-301-7/+10
| * | | Update setup.py for boto.mws module.Mitch Garnaat2012-04-301-1/+1
| * | | Merge branch 'pull_mws' of https://github.com/disruptek/boto into disruptek-p...Mitch Garnaat2012-04-307-0/+1579
| |\ \ \
| | * | | MWS APIsAndy Davidoff2012-04-257-0/+1579
| * | | | Merging conflict.Mitch Garnaat2012-04-301-2/+6
| |\ \ \ \
| | * | | | Add note to batch objects about count and size limits for batch requests. Cop...Ian Danforth2012-04-241-2/+6
| |/ / / / |/| | | |
| * | | | Merge branch 'dynamodb_additional_exceptions' of https://github.com/tmorgan/b...Mitch Garnaat2012-04-304-11/+49
| |\ \ \ \