summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
* | | | | | 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
| |/ / / / /
* | | | | | Use skip decorator for py2/py3 testsDaniel G. Taylor2014-07-301-23/+26
* | | | | | Various fixes for DynamoDB + Python 3Daniel G. Taylor2014-07-302-8/+16
* | | | | | Fix tests.INADA Naoki2014-07-301-8/+20
* | | | | | 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
* | | | | | Fix tests.INADA Naoki2014-07-291-23/+25
* | | | | | Merge remote-tracking branch 'origin/develop' into dynamo2-py3INADA Naoki2014-07-297-33/+66
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2433 from kevgliss/elb_markerDaniel G. Taylor2014-07-281-0/+15
| |\ \ \ \ \
| | * | | | | adding testKevin Glisson2014-07-281-0/+15
| * | | | | | Merge pull request #2408 from kozmaz87/kozmaz87/cloudsearch2Daniel G. Taylor2014-07-281-1/+16
| |\ \ \ \ \ \
| | * | | | | | Fixing the workaround :)Zoltan Kozma2014-07-281-1/+1
| | * | | | | | Python 3.3 compatZoltan Kozma2014-07-281-3/+4
| | * | | | | | Removed unnecessary duplicate of CommitMismatchError from search.py and added...Zoltan Kozma2014-07-281-1/+15
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #2441 from felixonmars/dynamodb-py3Daniel G. Taylor2014-07-285-32/+35
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | 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-235-31/+33
* | | | | | | Fix some tests.INADA Naoki2014-07-281-8/+5
* | | | | | | Remove code for Python 2.5 compatibility.INADA Naoki2014-07-281-26/+28
* | | | | | | Add dynamodb2 to whitelistINADA Naoki2014-07-281-0/+1
|/ / / / / /
* | | | | | Fix loop problemDaniel G. Taylor2014-07-251-0/+1
* | | | | | Fix build on older versions of pypyDaniel G. Taylor2014-07-251-0/+2
* | | | | | Merge pull request #2451 from methane/use-std-mockDaniel G. Taylor2014-07-2529-86/+56
|\ \ \ \ \ \
| * | | | | | Revert mis-committed change.INADA Naoki2014-07-261-8/+0
| * | | | | | Use unittest.mock if exists.INADA Naoki2014-07-2529-86/+64
* | | | | | | Merge pull request #2446 from DreadPirateShawn/issue2230Daniel G. Taylor2014-07-251-0/+14
|\ \ \ \ \ \ \
| * | | | | | | Add 'include_all_instances' support to 'get_all_instance_status'. (part 2, un...Shawn Falkner-Horine2014-07-251-0/+3
| * | | | | | | Add 'include_all_instances' support to 'get_all_instance_status'.Shawn Falkner-Horine2014-07-241-0/+11
* | | | | | | | Merge pull request #2314 from disruptek/mws_decorator_orderingDaniel G. Taylor2014-07-251-0/+15
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ resolve merge conflictAndy Davidoff2014-07-20106-644/+1599
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | add an assertion of @requires decorators orderAndy Davidoff2014-07-191-0/+15
* | | | | | | | | Merge pull request #2448 from felixonmars/logs-py3Daniel G. Taylor2014-07-252-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | logs module: enable unit tests in python 3Felix Yan2014-07-252-1/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2445 from avanash/developDaniel G. Taylor2014-07-251-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add a unit test for security token in profile.nash e. foster2014-07-231-0/+8
* | | | | | | | | | Merge pull request #2389 from dennisatplumbee/developDaniel G. Taylor2014-07-251-1/+34
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |