summaryrefslogtreecommitdiff
path: root/boto/mws
Commit message (Expand)AuthorAgeFilesLines
* use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-011-3/+2
* resolve merge conflictAndy Davidoff2014-07-203-14/+16
|\
| * fix has_key for python 3 compatibilityFelix Yan2014-07-131-7/+7
| * fix len(filter(...)) and move boto.compat import as suggestedFelix Yan2014-07-121-6/+6
| * mws module: add backward-compatible support for Python 3.3+Felix Yan2014-07-101-2/+2
| * Remove unnecessary print_function importsDaniel G. Taylor2014-06-271-2/+0
| * Initial work to support Python 3.3+Daniel G. Taylor2014-06-273-4/+8
* | add an assertion of @requires decorators orderAndy Davidoff2014-07-191-9/+10
* | closes #2304; relocate requirements checksAndy Davidoff2014-06-041-5/+5
|/
* GetMyPriceForSKU, GetMyPriceForASIN from @beebusAndy Davidoff2014-04-052-0/+32
* rejuvenate upstream with calls, factories, parsingAndy Davidoff2014-04-043-250/+666
* Fix parsing GetProductCategoriesForASIN responseChristoph Krybus2014-01-231-1/+1
* Add support for arbitrary dict inputs to MWS callsAndy Davidoff2014-01-021-14/+19
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-232-14/+14
* rework parsing, fixing MemberLists in particularAndy Davidoff2013-10-252-61/+75
* Added tests for the changes to MWS in #1374.Daniel Lindsley2013-10-211-0/+5
* simplify method_for(), fixing collision with auth/_get_region_nameAndy Davidoff2013-10-211-25/+25
* fix parsing of empty memberlistsAndy Davidoff2013-10-111-15/+19
* mws GetMatchingProductForIdResponse to handle response result listJakub Gustak2013-09-261-0/+4
* Merge pull request #1067 from Threadless/mws-report-request-info-listMitch Garnaat2012-10-191-1/+1
|\
| * use ElementList instead of Element for boto.mws.response.GetReportRequestList...Isaac Bowen2012-10-181-1/+1
* | methods for iteration over calls and their continuationsAndy Davidoff2012-10-101-0/+35
* | fix GetReportList response parsing errorAndy Davidoff2012-10-101-1/+1
* | fix broken syntax for @requires on a few callsAndy Davidoff2012-10-091-12/+13
* | more useful indication of JIT status in repr(Response)Andy Davidoff2012-10-091-0/+9
|/
* Merge pull request #928 from disruptek/mws_getmatchingproductforidMitch Garnaat2012-08-232-0/+13
|\
| * working GetMatchingProductForIdAndy Davidoff2012-08-202-0/+13
* | Merge pull request #927 from disruptek/mws_listorderitems_signatureMitch Garnaat2012-08-231-1/+0
|\ \
| * | remove gratuitous destructuring; fixes issue #920.Andy Davidoff2012-08-201-1/+0
| |/
* | fix incorrect reuse of response elements; issue #901.Andy Davidoff2012-08-081-5/+15
|/
* Merge pull request #868 from disruptek/mws_extra_decoratorsMitch Garnaat2012-07-231-2/+45
|\
| * extra decorators to fix list_orders() callAndy Davidoff2012-07-011-2/+45
* | fix parsing of monetary amounts in Orders APIAndy Davidoff2012-07-011-12/+12
|/
* Update mws (and tests) to by py26 compatibleJames Saryerwinnie2012-06-183-33/+32
* Replace type() comparisons with isinstance()Garrett Holmstrom2012-06-081-1/+1
* fix for #771; python 2.5 syntaxAndy Davidoff2012-05-211-4/+5
* MWS APIsAndy Davidoff2012-04-254-0/+1454