close
Skip to content

Tags: Shiphero/python-amazon-mws

Tags

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from Shiphero/new_market

include new markets

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add use http body params flag to requester (#9)

* Add use http body params flag to requester

* Increment package version to 1.0.8

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for http post of url encoded data (#8)

* Add support for http post of url encoded data

* Fix invalid parameter, typos

v1.0.6

Toggle v1.0.6's commit message
Bump version to v1.0.5

v1.0.5

Toggle v1.0.5's commit message
Bump version to v1.0.5

v1.0.4c

Toggle v1.0.4c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
decode using utf8 first (#6)

v1.0.4b

Toggle v1.0.4b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix decode error (#4)

* Issue/188 (python-amazon-mws#198)

* quick fix for ignoring a usual location for venv.

* decode using iso-8859-1 and if this fails, raise the MWSError with the original xml attached to .response

* comment in the code to show WHY we are returning this. The developer using this can then take a good look at the XML to find out why it has failed to decode and report back to us any issues.

* duplicate the tests and inject a known problem char (\x94) to make sure the decoding works.

These tests are currently not passing on my computer due to hashable object issues with pytest, but were quite happy on Github actions.

Committing and pushing to see what result we get in the pipeline.

* code format with black.

* Test re-writes, should work now.

* Black formatting fix

Co-authored-by: Galen Rice <galen.s.rice@gmail.com>

* bump

Co-authored-by: Alex Hellier <alex@absolutemusic.co.uk>
Co-authored-by: Galen Rice <galen.s.rice@gmail.com>

1.0.4a

Toggle 1.0.4a's commit message
bump version

v1.0.4a

Toggle v1.0.4a's commit message
bump version

v1.0.4

Toggle v1.0.4's commit message
Bumped version