summaryrefslogtreecommitdiff
path: root/boto
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 2.32.1Daniel G. Taylor2014-08-041-1/+1
* Merge pull request #2456 from danielgtaylor/emr-fixDaniel G. Taylor2014-08-041-1/+5
|\
| * Add test for EMR step config, fix bugDaniel G. Taylor2014-07-291-1/+1
| * Fix parsing of EMR step summary response.Daniel G. Taylor2014-07-281-0/+4
* | Merge pull request #2489 from danielgtaylor/glacier-hash-fixDaniel G. Taylor2014-08-041-1/+12
|\ \
| * | Add comment about encoding [ci skip]Daniel G. Taylor2014-08-041-0/+3
| * | Several fixes for Python 3 behavior.Daniel G. Taylor2014-08-041-1/+7
| * | Fix Glacier fileobj hash calculation.Daniel G. Taylor2014-08-011-1/+3
* | | Merge pull request #2469 from felixonmars/glacier-tidyDaniel G. Taylor2014-08-042-14/+14
|\ \ \
| * | | glacier module: tidy up to meet PEP8 betterFelix Yan2014-07-303-15/+15
* | | | Merge pull request #2498 from piotrbulinski/ConfigParser_py3Daniel G. Taylor2014-08-043-10/+11
|\ \ \ \
| * | | | Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-043-10/+11
* | | | | Merge pull request #2496 from nicorevin/redundunt_importsDaniel G. Taylor2014-08-047-11/+2
|\ \ \ \ \
| * | | | | Remove redundant __future__ importsNico Revin2014-08-037-11/+2
| |/ / / /
* | | | | Revert compat change for FPS from 96cd2800b6db067e503ef499486adf50ee9ca928Daniel G. Taylor2014-08-041-1/+0
* | | | | Fix dynamodb.types.Binary non-ASCII handlingAlex Konradi2014-08-041-4/+4
|/ / / /
* | | | Merge pull request #2486 from piotrbulinski/LazyLoadMetadata_py3Daniel G. Taylor2014-08-011-0/+5
|\ \ \ \
| * | | | fix TypeError when getting instance metadata under python 3 (#2485)Piotr Bulinski2014-08-011-0/+5
| | |/ / | |/| |
* | | | Merge pull request #2370 from danielrhammond/fix-cloudsearch-commit-response-...Daniel G. Taylor2014-08-011-0/+3
|\ \ \ \
| * | | | Handle Cloudsearch Indexing ErrorsDaniel Hammond2014-07-071-0/+3
* | | | | Merge pull request #2468 from felixonmars/hashlib-importsDaniel G. Taylor2014-08-013-21/+4
|\ \ \ \ \
| * | | | | remove obsolete md5 import routineFelix Yan2014-07-303-21/+4
| | |_|/ / | |/| | |
* | | | | use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-017-16/+19
| |_|/ / |/| | |
* | | | Fix AttributeError: 'Provider' object has no attribute 'encode'Mark Reid2014-07-311-1/+1
* | | | Merge pull request #2475 from DreadPirateShawn/issue2474Daniel G. Taylor2014-07-301-1/+1
|\ \ \ \
| * | | | Fix VPCPeeringConnection 'delete()' to call 'delete_vpc_peering_connection()'.Shawn Falkner-Horine2014-07-301-1/+1
| |/ / /
* | | | Version bump to 2.32.0Daniel G. Taylor2014-07-301-1/+1
* | | | Merge pull request #2465 from danielgtaylor/s3-loopDaniel G. Taylor2014-07-301-2/+3
|\ \ \ \
| * | | | Prevent an infinite loop.Daniel G. Taylor2014-07-291-2/+3
* | | | | Merge pull request #2471 from j0nes2k/patch-1Daniel G. Taylor2014-07-301-1/+2
|\ \ \ \ \
| * | | | | Updated documentation for copy_imagej0nes2k2014-07-301-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2467 from ilam/patch-1Daniel G. Taylor2014-07-301-5/+5
|\ \ \ \ \
| * | | | | [DOC] Fixed #2464 added keyword "detailed"Ilambharathi Kanniah2014-07-291-5/+5
| |/ / / /
* | | | | Merge pull request #2473 from danielgtaylor/ddb-py3Daniel G. Taylor2014-07-306-43/+68
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Various fixes for DynamoDB + Python 3Daniel G. Taylor2014-07-301-1/+8
| * | | | Fix tests.INADA Naoki2014-07-301-4/+2
| * | | | Loading binary from dynamodb returns dynamodb.types.Binary.INADA Naoki2014-07-301-31/+38
| * | | | Fix integration tests.INADA Naoki2014-07-292-3/+3
| * | | | Treat bytes as binary type on Python 3.INADA Naoki2014-07-291-10/+23
| * | | | Fix tests.INADA Naoki2014-07-291-1/+1
| * | | | Merge remote-tracking branch 'origin/develop' into dynamo2-py3INADA Naoki2014-07-299-34/+49
| |\ \ \ \ | | |/ / /
| * | | | Fix some tests.INADA Naoki2014-07-283-7/+14
| * | | | Fix __nonzero__ => __bool__INADA Naoki2014-07-281-1/+3
| * | | | Remove code for Python 2.5 compatibility.INADA Naoki2014-07-282-6/+2
| | |_|/ | |/| |
* | | | Merge pull request #2461 from ps-jay/run_instances_network_interfaces_docoDaniel G. Taylor2014-07-291-3/+3
|\ \ \ \
| * | | | Fix run_instances network_interfaces arg docoPhilip Jay2014-07-291-3/+3
| | |/ / | |/| |
* | | | pyami module: tidy up to meet PEP8 betterFelix Yan2014-07-2911-37/+28
|/ / /
* | | Merge pull request #2433 from kevgliss/elb_markerDaniel G. Taylor2014-07-281-1/+11
|\ \ \
| * | | adding marker param to describe all elbsKevin Glisson2014-07-201-1/+11
* | | | Merge pull request #2408 from kozmaz87/kozmaz87/cloudsearch2Daniel G. Taylor2014-07-282-7/+15
|\ \ \ \