summaryrefslogtreecommitdiff
path: root/boto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Update to latest support APIDaniel G. Taylor2014-08-202-52/+164
| | |/ / | |/| |
* | | | Merge pull request #2533 from avanash/developDaniel G. Taylor2014-08-201-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix Listener class's __getitem__ method to return the correct data. Add a tes...nash e. foster2014-08-181-1/+3
| |/ /
* | | Merge pull request #2477 from opottone/developDaniel G. Taylor2014-08-193-25/+15
|\ \ \ | |/ / |/| |
| * | Encode ' ' as '%20' after all.Olli Pottonen2014-08-151-1/+1
| * | Do not percent-encode white space character in S3 metadata.Olli Pottonen2014-08-091-1/+1
| * | Fix stupid typo in my previous commit.Olli Pottonen2014-08-091-2/+2
| * | Improve metadata processing (system vs. user-defined).Olli Pottonen2014-08-033-25/+15
| * | Add recognized HTTP headersopottone2014-07-311-1/+1
* | | Merge branch 'develop' into cloudsearch2-proxyYuval Oren2014-08-121-1/+1
|\ \ \
| * \ \ Merge branch 'develop' into 2.31.1-cloudsearch2-optionsYuval Oren2014-08-10193-1277/+2868
| |\ \ \
| * | | | Fixed search options. The parameter is not 'options' but 'q.options', as spec...Yuval Oren2014-07-161-1/+1
* | | | | Copy proxy settings from the CloudSearch connection to the endpoint services....Yuval Oren2014-08-103-0/+26
| |/ / / |/| | |
* | | | Merge pull request #2463 from truveris/developDaniel G. Taylor2014-08-071-0/+23
|\ \ \ \
| * | | | Add support for MTurk's GetFileUploadURL.Bertrand Janin2014-07-291-0/+23
* | | | | Merge pull request #2505 from CashStar/eip_eni_associateDaniel G. Taylor2014-08-071-11/+13
|\ \ \ \ \
| * | | | | allow private IP be specified when associating with ENInevins-b2014-08-061-1/+3
| * | | | | allowing address to use network_interface_idnevins-b2014-08-061-11/+11
* | | | | | Merge pull request #2422 from Mavus/iam-credential-reportsDaniel G. Taylor2014-08-071-0/+25
|\ \ \ \ \ \
| * | | | | | Added new generate and get credential report API callsAlex Howard Whitaker2014-07-171-0/+25
* | | | | | | Merge branch 'CashStar-develop' into developDaniel G. Taylor2014-08-062-2/+30
|\ \ \ \ \ \ \
| * | | | | | | adding connectionSetting to ELB fullynevins-b2014-08-011-0/+7
| * | | | | | | adding ELB connection settings IdleTime attributenevins-b2014-08-011-2/+24
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2470 from felixonmars/ec2-tidyDaniel G. Taylor2014-08-0636-127/+128
|\ \ \ \ \ \ \
| * | | | | | | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-3036-127/+128
* | | | | | | | Merge pull request #2501 from DreadPirateShawn/VPCPeeringConnectionRoutesDaniel G. Taylor2014-08-061-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | VPCPeeringConnection: Added support for create_route / replace_route.Shawn Falkner-Horine2014-08-041-0/+14
* | | | | | | | | 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
| |_|/ / / / / / |/| | | | | | |