summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-2.32.1'2.32.1Daniel G. Taylor2014-08-0457-254/+524
|\
| * Version bump to 2.32.1Daniel G. Taylor2014-08-044-3/+36
| * Merge pull request #2502 from danielgtaylor/py3-binDaniel G. Taylor2014-08-047-50/+59
| |\
| | * Use sys.exit instead of raising SystemExitDaniel G. Taylor2014-08-041-1/+4
| | * Fix bin scripts fo Python 3.Daniel G. Taylor2014-08-047-50/+56
| |/
| * Merge pull request #2456 from danielgtaylor/emr-fixDaniel G. Taylor2014-08-042-2/+97
| |\
| | * Add test for EMR step config, fix bugDaniel G. Taylor2014-07-292-1/+13
| | * 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
| | |/ / /
* | | | | Merge pull request #2476 from felixonmars/masterDaniel G. Taylor2014-07-311-1/+1
|\ \ \ \ \
| * | | | | fix a minor typo in release notesFelix Yan2014-07-311-1/+1
|/ / / / /
* | | | | Merge branch 'release-2.32.0'2.32.0Daniel G. Taylor2014-07-30309-2167/+4740
|\ \ \ \ \ | |/ / / /
| * | | | 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