Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Switch to using requests Session objects | Lorenz Diener | 2018-05-06 | 1 | -3/+4 | |
| | | ||||||
* | | Attempt 3 at fixing the tests | Lorenz Diener | 2018-04-18 | 1 | -1/+1 | |
| | | ||||||
* | | Attempt 2 at fixing the tests for travis | Lorenz Diener | 2018-04-18 | 62 | -0/+12104 | |
| | | ||||||
* | | Update the tests | Lorenz Diener | 2018-04-18 | 68 | -3243/+5750 | |
| | | ||||||
* | | Fix several bugs | Lorenz Diener | 2018-04-18 | 1 | -12/+48 | |
| | | ||||||
* | | Update DEVELOPMENT.md | Lorenz Diener | 2018-04-17 | 1 | -8/+7 | |
| | | ||||||
* | | Raise last changed version on instance() | Lorenz Diener | 2018-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | First steps to 2.3.0 support | Lorenz Diener | 2018-04-17 | 2 | -4/+19 | |
| | | ||||||
* | | Fix for the fix | Lorenz Diener | 2018-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | Small fix to account_search | Lorenz Diener | 2018-04-17 | 1 | -2/+3 | |
| | | ||||||
* | | Improve docs again | Lorenz Diener | 2018-04-17 | 1 | -1/+2 | |
| | | ||||||
| * | raise MastodonReadTimeout when a stream times out | codl | 2018-04-19 | 2 | -3/+12 | |
| | | ||||||
| * | Merge branch 'master' into stream-timeout | Lorenz Diener | 2018-04-17 | 4 | -56/+110 | |
| |\ | |/ |/| | ||||||
* | | Rename async to run_async, fixes #120 | Lorenz Diener | 2018-04-17 | 1 | -12/+12 | |
| | | ||||||
* | | Make imports better (fixes #129) | Lorenz Diener | 2018-04-17 | 1 | -2/+2 | |
| | | ||||||
* | | Document streaming error handling | Lorenz Diener | 2018-04-17 | 1 | -1/+5 | |
| | | ||||||
* | | Document new async behaviour a bit | Lorenz Diener | 2018-04-17 | 1 | -6/+10 | |
| | | ||||||
* | | Add is_receiving: | Lorenz Diener | 2018-04-17 | 1 | -1/+9 | |
| | | ||||||
* | | Nicen up reconnect waiting | Lorenz Diener | 2018-04-17 | 1 | -5/+6 | |
| | | ||||||
* | | Add async autoreconnect | Lorenz Diener | 2018-04-17 | 2 | -30/+60 | |
| | | ||||||
* | | Re-raise Chunked Encoding Errors as Network Errors | Lorenz Diener | 2018-02-20 | 1 | -18/+25 | |
| | | ||||||
| * | add timeouts to streams (GH-127) | codl | 2018-04-08 | 1 | -10/+12 | |
|/ | ||||||
* | Merge pull request #124 from bowlercaptain/patch-1 | Lorenz Diener | 2018-02-12 | 1 | -1/+2 | |
|\ | | | | | Fix 500 from status_post capitalized visibilities | |||||
| * | Fix 500 from status_post capitalized visibilities | Robert Mock | 2018-02-11 | 1 | -1/+2 | |
|/ | | | The validator for the 'visibility' parameter lower()s it before verifying, but this means that "direct", "Direct", and "dIRECT" all pass validation. However, passing in 'Direct' (at least, to my instance) throws `mastodon.Mastodon.MastodonAPIError: ('Mastodon API returned error', 500, 'Internal Server Error', None)`. This corrects the parameter in-place. | |||||
* | Merge pull request #121 from joyeusenoelle/patch-1 | Lorenz Diener | 2018-02-02 | 1 | -3/+8 | |
|\ | | | | | Update Mastodon.py documentation for status_post() | |||||
| * | Update Mastodon.py | Noëlle Anthony | 2018-02-02 | 1 | -4/+6 | |
| | | | | | | Modified docstring slightly; added type checking for media_ids in the status_post() method. If media_ids is not a list or tuple, put it into a list before parsing it. | |||||
| * | Update Mastodon.py documentation for status_post() | Noëlle Anthony | 2018-02-01 | 1 | -3/+6 | |
|/ | | | Updated the docstring for the status_post method to more clearly indicate that the *media_id* argument must be a list even when passing in media dicts returned by *media_post*. (This inclarity cost me quite a bit of debugging this evening.) | |||||
* | Knew I forgot to bump version somewhere. | Lorenz Diener | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Update DEVELOPMENT.md | Lorenz Diener | 2018-01-29 | 1 | -0/+1 | |
| | | | honestly there has to be a better way to get readthedocs to grab tags from git than... this? | |||||
* | Prepare release 1.2.2 | Lorenz Diener | 2018-01-29 | 3 | -2/+11 | |
| | ||||||
* | Bump supported version in docs, code to 2.2.0 | Lorenz Diener | 2018-01-29 | 2 | -3/+3 | |
| | ||||||
* | Fix typo that made test break | Lorenz Diener | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add 2.1.2 functions | Lorenz Diener | 2018-01-29 | 2 | -10/+48 | |
| | ||||||
* | Fix get_supported_version() | Lorenz Diener | 2018-01-29 | 1 | -2/+3 | |
| | ||||||
* | Fixed event not being cleared after dispatch | Lorenz Diener | 2018-01-29 | 1 | -0/+1 | |
| | ||||||
* | Remove state from handle_stream, fixes #119 | Lorenz Diener | 2018-01-29 | 1 | -19/+18 | |
| | ||||||
* | Merge pull request #118 from codl/subclass-api-errors | Lorenz Diener | 2018-01-29 | 4 | -35/+139 | |
|\ | | | | | Subclass api errors | |||||
| * | update tests | codl | 2018-01-03 | 3 | -4/+92 | |
| | | ||||||
| * | subclass api errors | codl | 2018-01-03 | 1 | -31/+47 | |
|/ | ||||||
* | refresh docs | Lorenz Diener | 2017-12-21 | 1 | -1/+1 | |
| | ||||||
* | Prepare release | Lorenz Diener | 2017-12-21 | 3 | -2/+7 | |
| | ||||||
* | Adjust streaming tests | Lorenz Diener | 2017-12-21 | 2 | -2/+13 | |
| | ||||||
* | Daemonize streams | Lorenz Diener | 2017-12-19 | 1 | -1/+1 | |
| | ||||||
* | Fix streaming API to be more stable (closes #117) | Lorenz Diener | 2017-12-19 | 2 | -27/+35 | |
| | ||||||
* | Fix missing async in hashtag/list streams | Lorenz Diener | 2017-12-19 | 1 | -5/+7 | |
| | ||||||
* | hi readthedocs | Lorenz Diener | 2017-12-15 | 1 | -1/+1 | |
| | ||||||
* | Fix changelog | Lorenz Diener | 2017-12-15 | 1 | -1/+1 | |
| | ||||||
* | FURTHER release preparations | Lorenz Diener | 2017-12-15 | 1 | -2/+11 | |
| | ||||||
* | Prepare release, part 2 | Lorenz Diener | 2017-12-15 | 2 | -1/+7 | |
| | ||||||
* | Prepare release | Lorenz Diener | 2017-12-15 | 3 | -5/+5 | |
| |