python-telegram-bot/telegram/ext
Bibo-Joshi 7daddfb54d Refactor handling of default_quote (#1965)
* Refactor handling of `default_quote`

* Make it a breaking change

* Pickle a bots defaults

* Temporarily enable tests for the v13 branch

* Temporarily enable tests for the v13 branch

* Refactor handling of kwargs in Bot methods (#1924)

* Unify kwargs handling in Bot methods

* Remove Request.get, make api_kwargs an explicit argument, move note to head of Bot class

* Fix test_official

* Update get_file methods

* Refactor JobQueue (#1981)

* First go on refactoring JobQueue

* Temporarily enable tests for the v13 branch

* Work on tests

* Temporarily enable tests for the v13 branch

* Increase coverage

* Remove JobQueue.tick()

* Address review

* Temporarily enable tests for the v13 branch

* Address review

* Dispatch errors

* Fix handling of job_kwargs

* Remove possibility to pass a Bot to JobQueue

* Refactor persistence of Bot instances (#1994)

* Refactor persistence of bots

* User BP.set_bot in Dispatcher

* Temporarily enable tests for the v13 branch

* Add documentation

* Add warning to Updater for passing both defaults and bot

* Address review

* Fix test
2020-10-07 20:30:41 +02:00
..
__init__.py API 4.6 (#1723) 2020-03-29 09:52:30 +02:00
basepersistence.py Refactor persistence of Bot instances (#1994) 2020-10-07 20:30:41 +02:00
callbackcontext.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
callbackqueryhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
choseninlineresulthandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
commandhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
conversationhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
defaults.py Documentation Improvements (#2008) 2020-08-24 19:35:57 +02:00
dictpersistence.py Refactor persistence of Bot instances (#1994) 2020-10-07 20:30:41 +02:00
dispatcher.py Refactor persistence of Bot instances (#1994) 2020-10-07 20:30:41 +02:00
filters.py Doc Fixes/Additions (#2094) 2020-10-07 17:12:05 +02:00
handler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
inlinequeryhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
jobqueue.py Refactor JobQueue (#1981) 2020-10-07 20:30:41 +02:00
messagehandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
messagequeue.py Documentation Improvements (#2008) 2020-08-24 19:35:57 +02:00
picklepersistence.py Refactor persistence of Bot instances (#1994) 2020-10-07 20:30:41 +02:00
pollanswerhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
pollhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
precheckoutqueryhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
regexhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
shippingqueryhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
stringcommandhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
stringregexhandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
typehandler.py Refactor Dispatcher.run_async (#2051) 2020-10-04 17:20:33 +02:00
updater.py Refactor handling of default_quote (#1965) 2020-10-07 20:30:41 +02:00