aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add timeouts to streams (GH-127)codl2018-04-081-10/+12
|
* Merge pull request #124 from bowlercaptain/patch-1Lorenz Diener2018-02-121-1/+2
|\ | | | | Fix 500 from status_post capitalized visibilities
| * Fix 500 from status_post capitalized visibilitiesRobert Mock2018-02-111-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-1Lorenz Diener2018-02-021-3/+8
|\ | | | | Update Mastodon.py documentation for status_post()
| * Update Mastodon.pyNoëlle Anthony2018-02-021-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 Anthony2018-02-011-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 Diener2018-01-291-1/+1
|
* Update DEVELOPMENT.mdLorenz Diener2018-01-291-0/+1
| | | honestly there has to be a better way to get readthedocs to grab tags from git than... this?
* Prepare release 1.2.2Lorenz Diener2018-01-293-2/+11
|
* Bump supported version in docs, code to 2.2.0Lorenz Diener2018-01-292-3/+3
|
* Fix typo that made test breakLorenz Diener2018-01-291-1/+1
|
* Add 2.1.2 functionsLorenz Diener2018-01-292-10/+48
|
* Fix get_supported_version()Lorenz Diener2018-01-291-2/+3
|
* Fixed event not being cleared after dispatchLorenz Diener2018-01-291-0/+1
|
* Remove state from handle_stream, fixes #119Lorenz Diener2018-01-291-19/+18
|
* Merge pull request #118 from codl/subclass-api-errorsLorenz Diener2018-01-294-35/+139
|\ | | | | Subclass api errors
| * update testscodl2018-01-033-4/+92
| |
| * subclass api errorscodl2018-01-031-31/+47
|/
* refresh docsLorenz Diener2017-12-211-1/+1
|
* Prepare releaseLorenz Diener2017-12-213-2/+7
|
* Adjust streaming testsLorenz Diener2017-12-212-2/+13
|
* Daemonize streamsLorenz Diener2017-12-191-1/+1
|
* Fix streaming API to be more stable (closes #117)Lorenz Diener2017-12-192-27/+35
|
* Fix missing async in hashtag/list streamsLorenz Diener2017-12-191-5/+7
|
* hi readthedocsLorenz Diener2017-12-151-1/+1
|
* Fix changelogLorenz Diener2017-12-151-1/+1
|
* FURTHER release preparationsLorenz Diener2017-12-151-2/+11
|
* Prepare release, part 2Lorenz Diener2017-12-152-1/+7
|
* Prepare releaseLorenz Diener2017-12-153-5/+5
|
* The application field is weird (#115)Lorenz Diener2017-12-151-2/+3
|
* Update changelog (preliminary)Lorenz Diener2017-12-142-2/+22
|
* Change version in conf for readthedocsLorenz Diener2017-12-141-2/+2
|
* Fix some problems with attribute accessLorenz Diener2017-12-141-15/+25
|
* Fix changelog indentsLorenz Diener2017-12-141-33/+33
|
* Add Acknowledgements to readme / docsLorenz Diener2017-12-142-1/+13
|
* Small documentation fixLorenz Diener2017-12-141-1/+1
|
* Fix version checkLorenz Diener2017-12-141-8/+8
|
* Change default version check behaviourLorenz Diener2017-12-142-18/+38
|
* Make attribute-style access betterLorenz Diener2017-12-141-2/+9
|
* Add dict attribute accessLorenz Diener2017-12-141-0/+15
|
* Push version in tests to 2.1.0Lorenz Diener2017-12-141-1/+1
|
* Fix account_statuses breakageLorenz Diener2017-12-141-2/+10
|
* Improve application docs. Closes #115Lorenz Diener2017-12-142-2/+15
|
* Add supported version in a place where python can read itLorenz Diener2017-12-141-1/+2
|
* More tiny doc fixingLorenz Diener2017-12-141-6/+6
|
* Fix typosLorenz Diener2017-12-141-0/+0
|
* Fix doc scrollynessLorenz Diener2017-12-141-8/+15
|
* Merge branch 'master' of https://github.com/halcy/Mastodon.pyLorenz Diener2017-12-141-0/+0
|\
| * Delete .Mastodon.py.kate-swpLorenz Diener2017-12-131-0/+0
| |
* | Add last-changed versioningLorenz Diener2017-12-142-83/+105
|/
Powered by cgit v1.2.3 (git 2.41.0)