summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix parsing of EMR step summary response.Daniel G. Taylor2014-07-282-1/+84
* | | | | | | | | Merge pull request #2478 from danielgtaylor/universal-wheelDaniel G. Taylor2014-08-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update wheel to be universal for py2/py3Daniel G. Taylor2014-07-311-1/+1
* | | | | | | | | | Merge pull request #2458 from danielgtaylor/tox-pypyDaniel G. Taylor2014-08-041-1/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add pypy to tox configDaniel G. Taylor2014-07-281-1/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2489 from danielgtaylor/glacier-hash-fixDaniel G. Taylor2014-08-043-4/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add comment about encoding [ci skip]Daniel G. Taylor2014-08-041-0/+3
| * | | | | | | | | | Switch to os.urandom to generate dataDaniel G. Taylor2014-08-041-11/+5
| * | | | | | | | | | Several fixes for Python 3 behavior.Daniel G. Taylor2014-08-043-2/+23
| * | | | | | | | | | Fix Glacier fileobj hash calculation.Daniel G. Taylor2014-08-012-2/+46
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2469 from felixonmars/glacier-tidyDaniel G. Taylor2014-08-048-96/+91
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | glacier module: tidy up to meet PEP8 betterFelix Yan2014-07-309-97/+92
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2498 from piotrbulinski/ConfigParser_py3Daniel G. Taylor2014-08-044-12/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-044-12/+13
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2496 from nicorevin/redundunt_importsDaniel G. Taylor2014-08-0415-32/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove redundant __future__ importsNico Revin2014-08-0315-32/+9
| |/ / / / / / / / /
* | | | | | | | | | Revert compat change for FPS from 96cd2800b6db067e503ef499486adf50ee9ca928Daniel G. Taylor2014-08-041-1/+0
* | | | | | | | | | Merge pull request #2492 from alexkonradi/bugfix-binary-non-asciiDaniel G. Taylor2014-08-042-4/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix dynamodb.types.Binary non-ASCII handlingAlex Konradi2014-08-042-4/+13
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'kz9676-fix-missing-mock-requirement' into develop.Daniel G. Taylor2014-08-042-2/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove custom mock install now that it's in requirements.txtDaniel G. Taylor2014-08-041-2/+0
| * | | | | | | | | Added mock to requirementsKostya Zolotarov2014-08-031-0/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2486 from piotrbulinski/LazyLoadMetadata_py3Daniel G. Taylor2014-08-012-0/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add unittest testing bytes and string response in boto.utils.retry_url method...Piotr Bulinski2014-08-011-0/+16
| * | | | | | | | | 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-012-1/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added test for cloudsearch indexing errorsDaniel Hammond2014-07-111-1/+15
| * | | | | | | | | Handle Cloudsearch Indexing ErrorsDaniel Hammond2014-07-071-0/+3
* | | | | | | | | | Merge pull request #2468 from felixonmars/hashlib-importsDaniel G. Taylor2014-08-014-26/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove obsolete md5 import routineFelix Yan2014-07-304-26/+5
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2484 from piotrbulinski/developDaniel G. Taylor2014-08-017-16/+19
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-017-16/+19
|/ / / / / / / / /
* | | | | | | | | Merge branch 'mreid-moz-fix_provider_encode' into develop.Daniel G. Taylor2014-07-312-1/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Add test for pickle fixDaniel G. Taylor2014-07-311-0/+14
| * | | | | | | | Fix AttributeError: 'Provider' object has no attribute 'encode'Mark Reid2014-07-311-1/+1
|/ / / / / / / /
* | | | | | | | fix a minor typo in release notesFelix Yan2014-07-311-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2475 from DreadPirateShawn/issue2474Daniel G. Taylor2014-07-302-2/+54
|\ \ \ \ \ \ \
| * | | | | | | Fix VPCPeeringConnection 'delete()' to call 'delete_vpc_peering_connection()'.Shawn Falkner-Horine2014-07-302-2/+54
| |/ / / / / /
* | | | | | | Version bump to 2.32.0Daniel G. Taylor2014-07-302-3/+3
* | | | | | | Added release notes for 2.32.0Daniel G. Taylor2014-07-302-0/+114
* | | | | | | 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
| | |_|_|_|/ / | |/| | | | |
* | | | | | | 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-3014-124/+176
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |