summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-2.34.0'2.34.0kyleknap2014-10-2320-54/+297
|\
| * Bumped to 2.34.0kyleknap2014-10-212-3/+3
| * Added ``eu-central-1`` to various serviceskyleknap2014-10-213-33/+63
| * Added release notes for 2.34.0.kyleknap2014-10-212-0/+22
| * Merge pull request #2691 from kyleknap/sigv4-s3Kyle Knapp2014-10-172-1/+36
| |\
| | * Fixed a typokyleknap2014-10-171-1/+1
| | * Calculate sha_256 correctly for s3kyleknap2014-10-172-1/+36
| |/
| * Merge pull request #2429 from chocobn69/2428Daniel G. Taylor2014-10-162-1/+37
| |\
| | * add a unit testNicolas Baccelli2014-09-041-0/+36
| | * Merge pull request #2 from chocobn69/developchocobn692014-09-04270-5614/+7471
| | |\
| | | * Merge pull request #1 from boto/developchocobn692014-09-04270-5614/+7471
| | | |\
| | * | | fixes typo bug #2428Nicolas Baccelli2014-07-181-1/+1
| | |/ /
| * | | Merge pull request #2674 from kyleknap/docs-updateKyle Knapp2014-10-162-3/+3
| |\ \ \
| | * | | Fix Amazon Cognito links in docskyleknap2014-10-132-3/+3
| * | | | Merge pull request #2675 from mtougeron/feature-iam-create-virtual-mfa-deviceDaniel G. Taylor2014-10-162-0/+54
| |\ \ \ \
| | * | | | Add the ability to IAM to create a virtual mfa deviceMike Tougeron2014-10-132-0/+54
| | |/ / /
| * | | | Merge pull request #2673 from felixonmars/more-tidyDaniel G. Taylor2014-10-166-7/+5
| |\ \ \ \
| | * | | | PEP8 tidy up for several modulesFelix Yan2014-10-136-7/+5
| * | | | | Merge pull request #2684 from kyleknap/sigv4-s3Kyle Knapp2014-10-162-6/+72
| |\ \ \ \ \
| | * | | | | Made changes based on feedbackkyleknap2014-10-162-5/+13
| | * | | | | Fix s3 create multipart upload for sigv4kyleknap2014-10-152-6/+64
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #2685 from djhworld/developDaniel G. Taylor2014-10-161-1/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Updated endpoints.json for cloudwatch logs to support more regionsDaniel Harper2014-10-161-1/+3
| |/ / / /
* | | | | Merge pull request #2683 from JLansey/fix_minor_docs_typoDaniel G. Taylor2014-10-161-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/boto/boto into fix_minor_docs_typoJonathan Lansey2014-10-151-1/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'release-2.33.0'2.33.0kyleknap2014-10-08181-5606/+9380
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-2.32.1'2.32.1Daniel G. Taylor2014-08-0457-254/+524
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2476 from felixonmars/masterDaniel G. Taylor2014-07-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix a minor typo in release notesFelix Yan2014-07-311-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'release-2.32.0'2.32.0Daniel G. Taylor2014-07-30309-2167/+4740
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2449 from ubhisat/patch-1Daniel G. Taylor2014-07-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | alarm.py - Fixed typoubhisat2014-07-251-1/+1
|/ / / / / / / /
| | | | * | | | Fixed minor typo. My first public github contribution! (Please be nice.)Jonathan Lansey2014-10-151-1/+1
| | | |/ / / /
| | | * | | | Bumped to 2.33.0kyleknap2014-10-082-3/+3
| | | * | | | Fix unit test for ec2 release_addresskyleknap2014-10-081-2/+2
| | | * | | | Added release notes for 2.33.0kyleknap2014-10-082-0/+62
| | | * | | | Fix ec2 release_address for ``allocation_id``kyleknap2014-10-081-1/+1
| | | * | | | Add support for DynamoDB recursive shapeskyleknap2014-10-082-584/+1254
| | | * | | | Merge pull request #2610 from EaterOA/developDaniel G. Taylor2014-10-072-21/+94
| | | |\ \ \ \
| | | | * | | | Fixed TaggedEC2Object.remove_tags failing in Python 3Vincent Wong2014-09-131-1/+1
| | | | * | | | Added tests for TaggedEC2Object.remove_tagsVincent Wong2014-09-131-0/+65
| | | | * | | | Fixed remove_tags not checking values, fixed testVincent Wong2014-09-132-2/+4
| | | | * | | | Removed duplicate code in add_tag and remove_tagVincent Wong2014-09-131-19/+2
| | | | * | | | Added method TaggedEC2Object.remove_tags()Vincent Wong2014-09-131-7/+30
| | | | |/ / /
| | | * | | | Merge pull request #2621 from kyleknap/bjs-s3-keyKyle Knapp2014-10-072-2/+28
| | | |\ \ \ \
| | | | * | | | Fixed 403 error from url encoded User-Agent headerkyleknap2014-09-222-2/+28
| | | | |/ / /
| | | * | | | Merge pull request #2631 from kyleknap/route53Kyle Knapp2014-10-074-6/+93
| | | |\ \ \ \
| | | | * | | | Add test for iteraton break of Route53 recordskyleknap2014-09-221-0/+63
| | | | * | | | Added backoff support for route53 throttling.kyleknap2014-09-222-5/+22
| | | | * | | | Inserted break when iterating Route53 records.kyleknap2014-09-181-1/+8
| | | | |/ / /