summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2571 from felixonmars/route53-tidyDaniel G. Taylor2014-09-025-7/+6
|\
| * route53 module: tidy up to meet PEP8 betterFelix Yan2014-08-285-7/+6
* | Merge pull request #2566 from felixonmars/iam-tidyDaniel G. Taylor2014-09-021-0/+1
|\ \
| * | iam module: tidy up to meet PEP8 betterFelix Yan2014-08-271-0/+1
| |/
* | remove forgotten pdb invocationKonstantinos Koukopoulos2014-08-261-2/+0
* | Revert "remove forgotten pdb invocation."Konstantinos Koukopoulos2014-08-261-0/+2
* | remove forgotten pdb invocation.Konstantinos Koukopoulos2014-08-261-2/+0
* | Avoid infinite loop with bucket listing and encoding_type='url'Konstantinos Koukopoulos2014-08-261-0/+21
|/
* Merge pull request #2539 from felixonmars/elasticache-tidyDaniel G. Taylor2014-08-221-3/+3
|\
| * elasticache module: tidy up to meet PEP8 betterFelix Yan2014-08-201-3/+3
* | ses module: tidy up to meet PEP8 betterFelix Yan2014-08-201-1/+1
|/
* Merge pull request #2477 from opottone/developDaniel G. Taylor2014-08-191-0/+20
|\
| * Encode ' ' as '%20' after all.Olli Pottonen2014-08-151-3/+4
| * Do not percent-encode white space character in S3 metadata.Olli Pottonen2014-08-091-2/+2
| * Improve metadata processing (system vs. user-defined).Olli Pottonen2014-08-031-0/+19
* | Merge pull request #2470 from felixonmars/ec2-tidyDaniel G. Taylor2014-08-066-16/+16
|\ \
| * | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-306-16/+16
* | | Merge pull request #2469 from felixonmars/glacier-tidyDaniel G. Taylor2014-08-041-1/+1
|\ \ \
| * | | glacier module: tidy up to meet PEP8 betterFelix Yan2014-07-301-1/+1
| |/ /
* | | Remove redundant __future__ importsNico Revin2014-08-034-11/+3
* | | Merge pull request #2468 from felixonmars/hashlib-importsDaniel G. Taylor2014-08-011-5/+1
|\ \ \ | |_|/ |/| |
| * | remove obsolete md5 import routineFelix Yan2014-07-301-5/+1
| |/
* | Minor import fixDaniel G. Taylor2014-07-302-2/+2
* | Merge pull request #2466 from danielgtaylor/s3-integ-fixDaniel G. Taylor2014-07-301-1/+1
|\ \
| * | Fix S3 integ test on Py3Daniel G. Taylor2014-07-291-1/+1
| |/
* | Various fixes for DynamoDB + Python 3Daniel G. Taylor2014-07-301-3/+3
* | Loading binary from dynamodb returns dynamodb.types.Binary.INADA Naoki2014-07-301-2/+2
* | Fix integration tests.INADA Naoki2014-07-291-9/+9
* | Fix integration tests.INADA Naoki2014-07-291-1/+1
|/
* Merge pull request #2441 from felixonmars/dynamodb-py3Daniel G. Taylor2014-07-282-28/+30
|\
| * fix one missing bytes()Felix Yan2014-07-261-1/+1
| * fix unittest import, skip lossy_float_conversion for python 3.x, and fix bytesFelix Yan2014-07-262-3/+4
| * dynamodb module: add backward-compatible support for Python 3.3+Felix Yan2014-07-232-27/+28
* | Use unittest.mock if exists.INADA Naoki2014-07-251-2/+1
* | Merge pull request #2443 from danielgtaylor/s3-mock-fixMike Schwartz2014-07-231-1/+4
|\ \
| * | Fix S3 mock encoding bugDaniel G. Taylor2014-07-231-1/+4
* | | Add tests/compat.py for test-only importsDaniel G. Taylor2014-07-2319-19/+20
|/ /
* | Merge pull request #2435 from felixonmars/sts-py3Daniel G. Taylor2014-07-231-3/+2
|\ \ | |/ |/|
| * sts module: add backward-compatible support for Python 3.3+Felix Yan2014-07-221-3/+2
* | Merge pull request #2403 from felixonmars/sdb-py3Daniel G. Taylor2014-07-221-15/+14
|\ \
| * | sdb module: add backward-compatible support for Python 3.3+Felix Yan2014-07-131-15/+14
* | | Merge pull request #2368 from KennF/fix_s3_sse_cDaniel G. Taylor2014-07-221-0/+18
|\ \ \ | |_|/ |/| |
| * | a) add integration test of using SSE-C encryption of S3; b)fix style issue to...fuke2014-07-141-0/+18
* | | Merge pull request #2372 from felixonmars/beanstalk-py3Daniel G. Taylor2014-07-211-1/+1
|\ \ \
| * | | fix unittest import for python 2.6 compatibilityFelix Yan2014-07-101-1/+1
* | | | ec2 module: add backward-compatible support for Python 3.3+Felix Yan2014-07-181-7/+7
* | | | Merge pull request #2399 from felixonmars/vpc-py3Daniel G. Taylor2014-07-171-3/+3
|\ \ \ \
| * | | | vpc module: add backward-compatible support for Python 3.3+Felix Yan2014-07-161-3/+3
* | | | | Merge pull request #2402 from felixonmars/opsworks-py3Daniel G. Taylor2014-07-151-1/+1
|\ \ \ \ \
| * | | | | opsworks module: add backward-compatible support for Python 3.3+Felix Yan2014-07-131-1/+1
| | |_|_|/ | |/| | |