summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-2.14.0'2.14.0Daniel G. Taylor2013-10-09205-2416/+12627
|\
| * Version bump to 2.14.0Daniel G. Taylor2013-10-091-1/+1
| * Bump EC2 version numberDaniel G. Taylor2013-10-091-1/+1
| * Add 2.14.0 release notesDaniel G. Taylor2013-10-091-0/+63
| * Merge branch 'opsworks' into developDaniel G. Taylor2013-10-091-18/+225
| |\
| | * Update to latest OpsWorks APIDaniel G. Taylor2013-10-091-18/+225
| * | Merge branch 'ec2-ri-type' into developDaniel G. Taylor2013-10-091-2/+9
| |\ \
| | * | Add support fo instance type to ModifyReservedInstances in EC2Daniel G. Taylor2013-10-081-2/+9
| | |/
| * | Merge pull request #1764 from danielgtaylor/pooling-portDaniel G. Taylor2013-10-095-39/+110
| |\ \ | | |/ | |/|
| | * Simplify connection pooling testDaniel G. Taylor2013-10-091-11/+0
| | * Add unit tests for auth v4 signing with localhost and testing connection pool...Daniel G. Taylor2013-10-092-1/+59
| | * Make sure host is always passed as just the hostname excluding the port; set ...Daniel G. Taylor2013-10-091-13/+20
| | * Modify DynamoDB2 code to properly set host HTTP header and use the configured...Daniel G. Taylor2013-10-091-2/+2
| | * Make connection pooling port-aware, properly use port settings when creating ...Daniel G. Taylor2013-10-092-26/+43
| |/
| * Merge pull request #1773 from danielgtaylor/con-closeDaniel G. Taylor2013-10-072-2/+38
| |\
| | * Do not put connections that have been closed via the connection: close header...Daniel G. Taylor2013-10-072-2/+38
| * | Merge pull request #1751 from jlg/developDaniel G. Taylor2013-10-072-0/+14
| |\ \ | | |/ | |/|
| | * remove debug print statementJakub Gustak2013-09-271-1/+0
| | * mws GetMatchingProductForIdResponse to handle response result listJakub Gustak2013-09-262-0/+15
| * | Merge pull request #1760 from martinthegeek/developDaniel G. Taylor2013-10-072-1/+20
| |\ \
| | * | Add unit test for detach_subnets()martin2013-10-041-0/+19
| | * | fix typo in detach_subnets()Martin andrews2013-10-011-1/+1
| * | | Merge pull request #1771 from danielgtaylor/term-instancesDaniel G. Taylor2013-10-072-8/+27
| |\ \ \
| | * | | Remove unused code that causes an exception in rare cases and add a unit test...Daniel G. Taylor2013-10-072-8/+27
| |/ / /
| * | | Merge pull request #1739 from jpommer/as_tags_propagation_fixDaniel G. Taylor2013-10-072-3/+71
| |\ \ \
| | * | | Unit test for autoscaling tags, and specific test for setting propagate_at_la...Jerry Pommer2013-10-051-0/+68
| | * | | Corrected spelling error that was preventing the propagate_at_launch attribut...Jerry Pommer2013-09-191-3/+3
| * | | | Blacklist S3 from the forced host header as this breaks hmac-v1 signatures an...Daniel G. Taylor2013-10-071-1/+6
| * | | | Altered connections to force the Host header.Daniel Lindsley2013-10-062-0/+34
| * | | | Another Py2.5 fix.Daniel Lindsley2013-10-062-1/+3
| * | | | Merge pull request #1768 from reinhillmann/developMike Schwartz2013-10-042-32/+67
| |\ \ \ \
| | * | | | Fix a flaky resumable upload test.Rein Hillmann2013-10-042-32/+67
| * | | | | Merge branch 'cert-fails' into developDaniel Lindsley2013-10-0424-184/+228
| |\ \ \ \ \
| | * | | | | Spruced up all the certificate tests.Daniel Lindsley2013-10-0424-184/+228
| |/ / / / /
| * | | | | Python 2.5.x fixesDaniel G. Taylor2013-10-044-3/+12
| |/ / / /
| * | | | Merge pull request #1762 from micahhausler/documentation/fixesDaniel G. Taylor2013-10-034-10/+21
| |\ \ \ \
| | * | | | Fixed docstring on MetricAlarmmicahhausler2013-10-021-2/+2
| | * | | | Added cloudwatch alarm docsmicahhausler2013-10-021-0/+7
| | * | | | Converted spaces to tabs in doc Makefilemicahhausler2013-10-021-4/+4
| | * | | | Fixed param name in docstring get_all_policies()micahhausler2013-10-021-4/+8
| |/ / / /
| * | | | Merge pull request #1759 from geekpete/developDaniel Lindsley2013-10-011-1/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Adding epub output format, even though it requires a newer version of Sphinx.geekpete2013-10-011-1/+7
| |/ / /
| * | | Merge pull request #1753 from zwilt/developMike Schwartz2013-09-271-3/+21
| |\ \ \
| | * | | Nicer error messages for 403s for object and ACL access.Zach Wilt2013-09-271-3/+21
| |/ / /
| * | | Merge pull request #1752 from reinhillmann/developMike Schwartz2013-09-272-3/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Test changes to allow overriding has_google_credentials.reinhillmann2013-09-272-3/+4
| |/ /
| * | self.rules is of type IPPermissionsList, remove method takes no kwargsMartin Matusiak2013-09-241-1/+1
| * | fix UnboundLocalError when trying to remove rule from empty security groupMartin Matusiak2013-09-242-2/+11
| * | Merge pull request #1744 from innovatifi/patch-1Daniel Lindsley2013-09-211-1/+2
| |\ \ | | |/ | |/|
| | * Update connection.pyinnovatifi2013-09-201-1/+2
| |/