summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2533 from avanash/developDaniel G. Taylor2014-08-201-0/+24
|\
| * Revert. This slipped in by accident.nash e. foster2014-08-181-1/+1
| * Fix Listener class's __getitem__ method to return the correct data. Add a tes...nash e. foster2014-08-182-1/+25
* | 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
* | Use mock connections instead of real ones in testsYuval Oren2014-08-122-13/+20
* | Fixed tests; added proxy and use_proxy attributes to cloudsearch test connectionYuval Oren2014-08-121-0/+2
* | Merge branch 'develop' into cloudsearch2-proxyYuval Oren2014-08-121-1/+2
|\ \
| * \ Merge branch 'develop' into 2.31.1-cloudsearch2-optionsYuval Oren2014-08-10134-1259/+2447
| |\ \
| * | | Added unit test for options -> q.options fixYuval Oren2014-08-101-1/+2
* | | | Copy proxy settings from the CloudSearch connection to the endpoint services....Yuval Oren2014-08-104-1/+63
| |/ / |/| |
* | | Merge pull request #2463 from truveris/developDaniel G. Taylor2014-08-072-0/+28
|\ \ \
| * | | Add unit test for MTurkConnection.get_file_upload_url().Bertrand Janin2014-08-042-0/+28
* | | | Merge pull request #2505 from CashStar/eip_eni_associateDaniel G. Taylor2014-08-071-9/+59
|\ \ \ \
| * | | | allow private IP be specified when associating with ENInevins-b2014-08-061-0/+3
| * | | | fixing testsnevins-b2014-08-061-2/+4
| * | | | allowing address to use network_interface_idnevins-b2014-08-061-9/+54
* | | | | Merge pull request #2422 from Mavus/iam-credential-reportsDaniel G. Taylor2014-08-071-0/+49
|\ \ \ \ \
| * | | | | Added assertion to credential report unit tests based on responsesAlex Howard Whitaker2014-08-071-3/+11
| * | | | | Created simple unit tests for the 2 credential report APIsAlex Howard Whitaker2014-07-171-0/+41
* | | | | | Merge branch 'CashStar-develop' into developDaniel G. Taylor2014-08-061-0/+28
|\ \ \ \ \ \
| * | | | | | adding tests for ELB connectionSetting attributenevins-b2014-08-011-0/+28
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2470 from felixonmars/ec2-tidyDaniel G. Taylor2014-08-0620-162/+173
|\ \ \ \ \ \
| * | | | | | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-3020-162/+173
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2501 from DreadPirateShawn/VPCPeeringConnectionRoutesDaniel G. Taylor2014-08-061-0/+28
|\ \ \ \ \ \
| * | | | | | VPCPeeringConnection: Added support for create_route / replace_route.Shawn Falkner-Horine2014-08-041-0/+28
* | | | | | | Merge pull request #2456 from danielgtaylor/emr-fixDaniel G. Taylor2014-08-041-1/+92
|\ \ \ \ \ \ \
| * | | | | | | Add test for EMR step config, fix bugDaniel G. Taylor2014-07-291-0/+12
| * | | | | | | Fix parsing of EMR step summary response.Daniel G. Taylor2014-07-281-1/+80
* | | | | | | | Merge pull request #2489 from danielgtaylor/glacier-hash-fixDaniel G. Taylor2014-08-042-3/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | Switch to os.urandom to generate dataDaniel G. Taylor2014-08-041-11/+5
| * | | | | | | | Several fixes for Python 3 behavior.Daniel G. Taylor2014-08-042-1/+16
| * | | | | | | | Fix Glacier fileobj hash calculation.Daniel G. Taylor2014-08-011-1/+43
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2469 from felixonmars/glacier-tidyDaniel G. Taylor2014-08-046-82/+77
|\ \ \ \ \ \ \ \
| * | | | | | | | glacier module: tidy up to meet PEP8 betterFelix Yan2014-07-306-82/+77
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2496 from nicorevin/redundunt_importsDaniel G. Taylor2014-08-047-20/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove redundant __future__ importsNico Revin2014-08-037-20/+6
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix dynamodb.types.Binary non-ASCII handlingAlex Konradi2014-08-041-0/+9
|/ / / / / / /
* | | | | | | Merge pull request #2486 from piotrbulinski/LazyLoadMetadata_py3Daniel G. Taylor2014-08-011-0/+16
|\ \ \ \ \ \ \
| * | | | | | | add unittest testing bytes and string response in boto.utils.retry_url method...Piotr Bulinski2014-08-011-0/+16
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2370 from danielrhammond/fix-cloudsearch-commit-response-...Daniel G. Taylor2014-08-011-1/+15
|\ \ \ \ \ \ \
| * | | | | | | Added test for cloudsearch indexing errorsDaniel Hammond2014-07-111-1/+15
* | | | | | | | Merge pull request #2468 from felixonmars/hashlib-importsDaniel G. Taylor2014-08-011-5/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | remove obsolete md5 import routineFelix Yan2014-07-301-5/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Add test for pickle fixDaniel G. Taylor2014-07-311-0/+14
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2475 from DreadPirateShawn/issue2474Daniel G. Taylor2014-07-301-1/+53
|\ \ \ \ \ \
| * | | | | | Fix VPCPeeringConnection 'delete()' to call 'delete_vpc_peering_connection()'.Shawn Falkner-Horine2014-07-301-1/+53
| |/ / / / /
* | | | | | Minor import fixDaniel G. Taylor2014-07-302-2/+2