- 05 Mar, 2017 1 commit
-
-
Bryan authored
Example shows the list of parameters as `int`s; they should be `str`s.
-
- 21 Feb, 2017 2 commits
-
-
Aaron Hill authored
Argument names in documentation don't match for API.statuses_lookup
-
Fridolin Linder authored
in API.statuses_lookup the arguments `id`, and `map` have trailing underscores
-
- 16 Feb, 2017 1 commit
-
-
Aaron Hill authored
Added documentation of API.mentions_timeline()
-
- 03 Feb, 2017 2 commits
-
-
Aaron Hill authored
Fix allowed_param in docstrings in api.py
-
Diego Mora Cespedes authored
Some parameters were missing in the docstrings.
-
- 02 Jan, 2017 2 commits
-
-
Aaron Hill authored
Add Python 3.6 to test suite
-
fitnr authored
-
- 26 Dec, 2016 1 commit
-
-
Aaron Hill authored
add an example of streaming from a specific user
-
- 25 Dec, 2016 1 commit
-
-
matt venn authored
-
- 06 Nov, 2016 6 commits
-
-
Aaron Hill authored
Better documentation for StreamListener.on_error
-
Aaron Hill authored
Fix bug in JSONParser.parse() which causes it to return None
-
Aaron Hill authored
-
Aaron Hill authored
Adds `auto_populate_reply_metadata` attribute on status endpoints
-
Aaron Hill authored
Removing auth.secure = True since it doesnt seem to exist anymore.
-
Aaron Hill authored
-
- 05 Nov, 2016 18 commits
-
-
Aaron Hill authored
Fix file size limit for media_upload
-
Aaron Hill authored
Quieter logging
-
Aaron Hill authored
py3-ify getting_started.rst
-
Aaron Hill authored
Corrected minor typo
-
Aaron Hill authored
Update in the Documentation about 'oauth_token'
-
Aaron Hill authored
replace raw print() calls with proper logging-based calls
-
Aaron Hill authored
-
Aaron Hill authored
Closes #782
-
Aaron Hill authored
-
Aaron Hill authored
Closes #698
-
Aaron Hill authored
-
Aaron Hill authored
-
Aaron Hill authored
-
Aaron Hill authored
Python 2 truncates earlier than Python 3 when converting floats to a string, which was causing problems with the cassette recording.
-
Aaron Hill authored
-
Aaron Hill authored
-
Aaron Hill authored
Waiting after API calls is unecessary, so all time.sleep calls (except ones for testing cache expiration) are removed
-
Aaron Hill authored
-
- 04 Nov, 2016 3 commits
-
-
Aaron Hill authored
remove "no longer maintained" note
-
Aaron Hill authored
-
Aaron Hill authored
-
- 28 Oct, 2016 1 commit
-
-
fitnr authored
Fixes #803, relevant to #792
-
- 18 Oct, 2016 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-