projects
/
tweepy.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tweepy.git
2009-12-08
Joshua Roesslein
Update readme.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Kumar Appaiah
Rudimentary port of API documentation from the Wiki.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Kumar Appaiah
Add Code snippets tutorial.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Kumar Appaiah
Fix author name in configuration.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Kumar Appaiah
Add initial Sphinx documentation.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Minor update to readme
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Add option to tweepyshell to enable debug mode.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Fix path template bug.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Update API methods to use path templates.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Added tweepy.debug() method that allows enabling debug...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Allow template variables in binder_api() paths.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Added new local trends methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Add some tests for retweet methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Joshua Roesslein
Update changelog and contributors.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-08
Ferenc Szalai
Fix API.retweet() method.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-12-06
Kumar Appaiah
Update tweepyshell to prompt for password via getpass...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-30
Joshua
Allow passing custom API instance into stream listener.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-30
Joshua
Add "on_data" method to stream listener to allow for...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-30
Joshua
Merge branch 'master' of git@github.com:joshthecoder...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-30
Joshua
Try using simplejson first, and if not found then try...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-25
Joshua Roesslein
Fix 'source' parameter parsing in statuses.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-20
Joshua Roesslein
The streaming API Stream object can be run either in...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-20
Joshua Roesslein
Move parameters into POST body in streaming.py to avoid...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-20
Joshua Roesslein
Update contributors file.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-19
Joshua Roesslein
Bump version to 1.4
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-17
Joshua Roesslein
Add users search API method. API.search_users().
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-14
Josh Roesslein
Added tests for list methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-14
Josh Roesslein
Fix some python 2.4 issues.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-13
Josh Roesslein
Fix pagination on some of the API methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-07
Josh Roesslein
Move install instructions out of readme and into instal...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-07
Josh Roesslein
Some updates to list methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Update retweet parsing for new payload format.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Update parsers to remove some redundant code.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Some model updates.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Added back the tweepyshell.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Use versioned API and the api.twitter.com domain.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Update readme
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-06
Josh Roesslein
Fix bug in cursor that would cause an error to happen...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-05
Josh Roesslein
Update ignore file.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-04
Josh Roesslein
Removed memcache.py module.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-04
Josh Roesslein
Moved memcache implementation to extensions repository.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-03
Josh Roesslein
Added Lists API methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Move streamwatcher and tweepyshell to examples repository.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Readme update.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Remove examples and move into tweepy-examples repository.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Update readme and bump version # to 1.3
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
update readme
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Remove tutorials from version control. Will be moved...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Remove documentation blocks from api.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-11-02
Josh Roesslein
Some minor fixes to API.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Remove model validation.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Remove auth requirement from API.followers()
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Update change log.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Update oauth library.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Update test shell.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Begin work on lists API
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-31
Josh Roesslein
Add parser for lists.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-16
Josh Roesslein
Add link to tweepy's wiki in readme.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-16
Josh Roesslein
Update readme.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Python 2.4 support completed! Update readme and changelog
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Test updates.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Some more python 2.4 porting.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Port cache system to python 2.4
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Change to absolute imports.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Handle failures during send of request to twitter....
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Test fix.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-15
Josh Roesslein
Remove debug print.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Update tests.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Only utf-8 encode unicode parameters in binder.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Add API.report_spam method.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Encode parameters in binder to utf-8
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Fix error message reporting.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Add Status.retweet, Status.favorite, and Status.retweet...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
add images used in tests to examples.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Add tests for Cursors.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Update tutorial 4.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Some test changes.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Fix favorites methods. Retry request when enabled by...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Fix image upload methods.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-14
Josh Roesslein
Add more test coverage of API.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Update tutorial 4 to demo retry request feature.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Limit retries to 500,502,503 errors by default. Develop...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Allow defining retry count and delay defaults on API...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Some binder optimizations.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Fix Cursor pagination mode detection.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Bump version to 1.2 for next release.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-13
Josh Roesslein
Update readme and change log.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Update OAuth library.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Readme update.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Correct typo in folder name.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Remove logging system.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Add automatic retry failed request feature.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Give credit to Fredrik Lundh for html unescape code.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-12
Josh Roesslein
Fix parsing of search result 'source' attribute. Proper...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-03
Josh Roesslein
Fix streaming API regression. Thanks Pascal Jurgens!
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-01
Josh Roesslein
Update change log.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-10-01
Josh Roesslein
Fix Status.source_url parsing.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-09-29
Josh Roesslein
Add an oauth example script.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-09-29
Josh Roesslein
Fix some spell errors in tutorial
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-09-29
Josh Roesslein
Update
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
next