summaryrefslogtreecommitdiff
path: root/boto/mws
Commit message (Expand)AuthorAgeFilesLines
* 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