projects
/
tweepy.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tweepy.git
2021-02-07
Harmon
Rename allowed_param API.request parameter to endpoint_...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-07
Harmon
Pass tuples instead of lists as API.request allowed_par...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-07
Harmon
Improve API method docstring formatting consistency
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-07
Harmon
Remove allowed_param from API method docstrings
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-07
Harmon
Remove map_ keyword argument aliasing for API.statuses_...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Default require_auth API.request parameter to True
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Add missing require_auth argument for API.request call...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Add missing require_auth arguments for API.request...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Pass kwargs to API.request in API.update_profile_banner
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Rename API.bind_api to API.request
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Add requests.Session instance as API.session attribute
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Remove binder.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Add bind_api as API method
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Improve import grouping in binder.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Remove urllib.parse.quote import in binder.py
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Remove API.api_root and API.upload_root
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Rename path bind_api parameter to endpoint
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Remove leading slash from bind_api path argument
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Remove trailing .json from bind_api path argument
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Replace execute function with bind_api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Change path to positional argument for bind_api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Change method to positional argument for bind_api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Change api to positional argument for bind_api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-03
Harmon
Remove improper bind_api argument in API.update_profile...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Remove documentation for API.compression
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Remove API.wait_on_rate_limit_notify
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Handle default parser in execute function rather than...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Merge build_parameters into execute function
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Optimize execute function
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Pack and unpack arguments for build_parameters
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Remove APIMethod
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Remove APIMethod.session
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Add and use APIMethod.execute params keyword-only argument
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Remove APIMethod._remaining_calls and APIMethod._reset_time
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Simplify bind_api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Remove method parameter from parse method for Parser...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Move APIMethod.build_parameters call from APIMethod...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Replace APIMethod.api with APIMethod.execute api parameter
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Replace APIMethod.parser with APIMethod.execute keyword...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Replace APIMethod.allowed_param with build_parameters...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-02-02
Harmon
Replace APIMethod.payload_list and APIMethod.payload_type
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Change return_cursors parse methods parameter to be...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.headers with APIMethod.execute keywor...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.path with APIMethod.execute path...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.upload_api with APIMethod.execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.require_auth with APIMethod.execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.json_payload with APIMethod.execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.post_data with APIMethod.execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.return_cursors with APIMethod.execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.method with APIMethod.execute method...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace APIMethod.use_cache with APIMethod.execute...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Improve formatting in APIMethod.execute
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove APIMethod.build_path
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.geo_id id allowed_param with place_id parameter
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.destroy_saved_search id allowed_param with...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.get_saved_search id allowed_param with...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.retweets id allowed_param with status_id...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.unretweet id allowed_param with status_id...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.retweet id allowed_param with status_id...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove API.destroy_status id allowed_param from docstring
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Replace API.destroy_status id allowed_param with status...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove API.related_results
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove APIMethod.wait_on_rate_limit_notify
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove APIMethod.wait_on_rate_limit
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove APIMethod.retry_errors
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove APIMethod.retry_delay
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Remove APIMethod.retry_count
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-29
Harmon
Move APIMethod out of bind_api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Remove check for IdIterator.method.__self__ in IdIterat...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Remove monkey patching in IdIterator.next
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Default to Status model in SearchResults.parse more...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Default to User model in Status.parse more broadly...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Remove API.compression
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Stop manually setting Host header in APIMethod
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Stop overriding default requests Session headers in...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Remove duplicate max_id allowed_param in API.favorites
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Pass arguments directly to bind_api in API methods
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Fix API.lookup_users docstring consistency
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-28
Harmon
Improve error log message in Stream.on_data
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-26
Harmon
Improve docstrings for Stream listener methods
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-26
Harmon
Improve error messages in Stream.filter and Stream...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-26
Harmon
Improve clarity and coherence of Stream._connect
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-26
Harmon
Improve quotation mark consistency in Stream
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-25
Harmon
Use specific user agent for Stream
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-25
Harmon
Pass headers explicitly in Stream.filter
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-25
Harmon
Change Stream.sample method to use GET HTTP method
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Add Stream.on_disconnect method
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Rename Stream.on_disconnect to on_disconnect_message
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Stop reraising exceptions in Stream._connect
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Improve Stream.running check in Stream._connect
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Disregard return value from Stream.on_connection_error
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Disregard return value from Stream.on_data
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Disregard return value from Stream.on_request_error
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Stop disconnecting by default in Stream.on_request_error
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Log by default in Stream.on_closed
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Merge StreamListener into Stream
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Remove StreamListener.api
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Improve order in StreamListener
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-24
Harmon
Log by default in StreamListener methods
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2021-01-23
Harmon
Return thread when using threaded Stream.filter and...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
next