-
Merge pull request #319 from bear/alt-text_issue-316
Alt text - work for issue 316
jeremylow committedMay 16, 2016
-
add test for ext_alt param on media returned from GetStatus
jeremylow committedMay 10, 2016 -
adds tests for PostMediaMetadata
jeremylow committedApr 12, 2016 -
fixes up PostMediaMetadata method
when posting json data, _RequestURL mangles the payload causing a 400 error from twitter. to fix: allow posting a json payload through _RequestURL by passing it off to requests.post via the json parameter rather than the data parameter.
jeremylow committedApr 8, 2016
-
Merge pull request #334 from bear/fixes/update_examples
Update examples
jeremylow committedMay 8, 2016
-
Merge pull request #333 from bear/fixes/issue298
Removes shortner param from API per #298
jeremylow committedMay 8, 2016 -
jeremylow committed
May 8, 2016
-
updates get_access_token & examples for python 3
jeremylow committedMar 16, 2016 -
jeremylow committed
May 7, 2016
-
Merge pull request #332 from bear/fix/issue331
Removes relative dates for Status object per issue #331
jeremylow committedMay 6, 2016
-
removes relative dates for Status object per issue #331
jeremylow committedMay 5, 2016
-
update return type for twitter.models.Status.created_at_in_seconds to…
… be int instead of str
jeremylow committedMay 2, 2016
-
update inline docs re: _EncodeParameters
jeremylow committedMay 2, 2016 -
Better unicode support across API.
Model repr functions should work for py27 (using backslash escaped strings in JSON representation and in __repr__ methods). Also fixed an issue with API not encoding parameters properly for building URLs.
jeremylow committedApr 12, 2016
-
remove the file pushed in last wrong push
brucIDM committedApr 29, 2016 -
modified the code of the function _Encode(self,s) at line 4373 in twi…
…tter/api.py to fix the TypeError discribed in issure 327, after modified, the TypeError doesn't apear
brucIDM committedApr 29, 2016
-
Merge pull request #325 from bear/fix/badges
Fix Badge URLs for CircleCI and ReadtheDocs
jeremylow committedApr 27, 2016 -
fix badge URLs for CircleCI and ReadtheDocs
jeremylow committedApr 27, 2016 -
Merge pull request #324 from chuckoy/update-readthedocs-references
Update all readthedocs.org to readthedocs.io
bear committedApr 27, 2016 -
Update all readthedocs.org to readthedocs.io
Fix for issue #323. I pulled from master and typed `grep -r readthedocs.org *`. It returned 7 results and I changed all 7 of those to readthedocs.io.
chuckoy committedApr 28, 2016
-
Merge pull request #321 from bear/fixes/issue320
Fix for Issue 320 re Rate Limit
jeremylow committedApr 12, 2016 -
Merge pull request #318 from bear/issue-317
Implement Incoming, Outgoing and Show Friendship for Issue #317
bear committedApr 12, 2016 -
fixes rate limit error for /statuses/show/:id and /users/show endpoint
jeremylow committedApr 12, 2016
-
add PostMediaMetadata endpoint
bear committedApr 7, 2016 -
bear committed
Apr 7, 2016 -
implement Incoming, Outgoing and Show Friendship calls
bear committedApr 7, 2016
-
Merge pull request #314 from bear/kwargs-consistency
Consistency in keyword arguments for "id" parameters
jeremylow committedMar 28, 2016
-
deletes .spec file - closes issue #310
jeremylow committedMar 27, 2016 -
changes postretweet & destroyblock to use status_id and user_id, resp…
…ectively
jeremylow committedMar 27, 2016 -
fix up a few more "id" params & add documentation for same.
jeremylow committedMar 27, 2016
-
adds "docs" target to makefile
jeremylow committedMar 23, 2016