tweepy.git
2009-11-02 Josh RoessleinReadme update.
2009-11-02 Josh RoessleinRemove examples and move into tweepy-examples repository.
2009-11-02 Josh RoessleinUpdate readme and bump version # to 1.3
2009-11-02 Josh Roessleinupdate readme
2009-11-02 Josh RoessleinRemove tutorials from version control. Will be moved...
2009-11-02 Josh RoessleinRemove documentation blocks from api.py
2009-11-02 Josh RoessleinSome minor fixes to API.
2009-10-31 Josh RoessleinRemove model validation.
2009-10-31 Josh RoessleinRemove auth requirement from API.followers()
2009-10-31 Josh RoessleinUpdate change log.
2009-10-31 Josh RoessleinUpdate oauth library.
2009-10-31 Josh RoessleinUpdate test shell.
2009-10-31 Josh RoessleinBegin work on lists API
2009-10-31 Josh RoessleinAdd parser for lists.
2009-10-16 Josh RoessleinAdd link to tweepy's wiki in readme.
2009-10-16 Josh RoessleinUpdate readme.
2009-10-15 Josh RoessleinPython 2.4 support completed! Update readme and changelog
2009-10-15 Josh RoessleinTest updates.
2009-10-15 Josh RoessleinSome more python 2.4 porting.
2009-10-15 Josh RoessleinPort cache system to python 2.4
2009-10-15 Josh RoessleinChange to absolute imports.
2009-10-15 Josh RoessleinHandle failures during send of request to twitter....
2009-10-15 Josh RoessleinTest fix.
2009-10-15 Josh RoessleinRemove debug print.
2009-10-14 Josh RoessleinUpdate tests.
2009-10-14 Josh RoessleinOnly utf-8 encode unicode parameters in binder.
2009-10-14 Josh RoessleinAdd API.report_spam method.
2009-10-14 Josh RoessleinEncode parameters in binder to utf-8
2009-10-14 Josh RoessleinFix error message reporting.
2009-10-14 Josh RoessleinAdd Status.retweet, Status.favorite, and Status.retweet...
2009-10-14 Josh Roessleinadd images used in tests to examples.
2009-10-14 Josh RoessleinAdd tests for Cursors.
2009-10-14 Josh RoessleinUpdate tutorial 4.
2009-10-14 Josh RoessleinSome test changes.
2009-10-14 Josh RoessleinFix favorites methods. Retry request when enabled by...
2009-10-14 Josh RoessleinFix image upload methods.
2009-10-14 Josh RoessleinAdd more test coverage of API.
2009-10-13 Josh RoessleinUpdate tutorial 4 to demo retry request feature.
2009-10-13 Josh RoessleinLimit retries to 500,502,503 errors by default. Develop...
2009-10-13 Josh RoessleinAllow defining retry count and delay defaults on API...
2009-10-13 Josh RoessleinSome binder optimizations.
2009-10-13 Josh RoessleinFix Cursor pagination mode detection.
2009-10-13 Josh RoessleinBump version to 1.2 for next release.
2009-10-13 Josh RoessleinUpdate readme and change log.
2009-10-12 Josh RoessleinUpdate OAuth library.
2009-10-12 Josh RoessleinReadme update.
2009-10-12 Josh RoessleinCorrect typo in folder name.
2009-10-12 Josh RoessleinRemove logging system.
2009-10-12 Josh RoessleinAdd automatic retry failed request feature.
2009-10-12 Josh RoessleinGive credit to Fredrik Lundh for html unescape code.
2009-10-12 Josh RoessleinFix parsing of search result 'source' attribute. Proper...
2009-10-03 Josh RoessleinFix streaming API regression. Thanks Pascal Jurgens!
2009-10-01 Josh RoessleinUpdate change log.
2009-10-01 Josh RoessleinFix Status.source_url parsing.
2009-09-29 Josh RoessleinAdd an oauth example script.
2009-09-29 Josh RoessleinFix some spell errors in tutorial
2009-09-29 Josh RoessleinUpdate
2009-09-29 Josh RoessleinBegin writing tutorial 6 - Pagination
2009-09-29 Josh RoessleinFix Cursor.items() to use limit parameter.
2009-09-29 Josh RoessleinImplemented items iterator for pagination.
2009-09-29 Josh RoessleinImplemented "cursor" based Cursor iterator.
2009-09-29 Josh RoessleinUpdate parsers to handle cursor responses. API.friends_...
2009-09-29 Josh RoessleinMove json parsing out of parsers and into binder.
2009-09-29 Josh RoessleinAdded Cursor object to help with pagination. "page...
2009-09-28 Josh RoessleinAdd 'cursor' parameter to API.friends and API.followers...
2009-09-24 Josh RoessleinIncrement version to 1.1
2009-09-24 Josh RoessleinExpose HTTPResponse object as API.last_response
2009-09-24 Josh RoessleinAdded logging support into tweepy.
2009-09-24 Josh RoessleinAdded documentation to API methods in api.py. Other...
2009-09-24 Josh RoessleinUpdate readme
2009-09-21 Josh RoessleinAdd examples readme.
2009-09-21 Josh RoessleinUpdate statuses parser to handle retweet details.
2009-09-21 Josh RoessleinAdded statuses/retweets method. Implemented retweets...
2009-09-21 Josh RoessleinAdded support for "sign in with twitter" in OAuthHandler.
2009-09-20 Josh RoessleinAdded appengine example for using oauth.
2009-09-20 Josh RoessleinAdd set_request_token method to OAuthHandler.
2009-09-17 Josh RoessleinAdded retweet streaming method.
2009-09-17 Josh RoessleinAdded retweet API methods.
2009-09-17 Josh RoessleinUpdate roadmap for 1.0.2
2009-09-16 Josh RoessleinFixes for File Cache on windows.
2009-09-14 Josh RoessleinCredit Mark Lango for patch submitted.
2009-09-14 Josh RoessleinAdd contributors file. Add GAE fixes to change log.
2009-09-14 Thomas Bohmbach, JrModified another json import to work on app engine
2009-09-14 Thomas Bohmbach, JrRemoved failing import of 'fcntl'
2009-09-14 Thomas Bohmbach, JrChanged json import to work on Google App Engine
2009-09-13 Josh RoessleinIncrement tweepy version to 1.0.1
2009-09-13 Josh RoessleinIncrement version to 1.0.1 in setup.py
2009-09-13 Josh RoessleinMade file locking more portable for FileCache.
2009-09-13 Josh RoessleinAdded rest of search API trending methods.
2009-09-13 Josh Roesslein2 space -> 4 space indents
2009-09-13 Josh RoessleinIgnore arguments passed into binder that are none....
2009-09-08 Josh RoessleinTabs->spaces
2009-09-08 Josh RoessleinBetter handle twitter error responses w/o json error...
2009-09-03 Josh RoessleinAdded on_timeout() to stream listener.
2009-09-03 Josh RoessleinAllow all listener methods to terminate stream by retur...
2009-09-03 Josh RoessleinUpdate stream API to use new API method URLs. Added...
2009-09-03 Josh RoessleinFix timeout issue with python 2.5
2009-08-26 Josh RoessleinRoadmap update.
2009-08-25 Josh RoessleinTutorial fixes. Also fixed issue with binder fetching...
2009-08-25 Josh RoessleinFixes to tutorial 1.
next