An open API service providing commit metadata for open source projects.

GitHub / python-telegram-bot/python-telegram-bot / commits

We have made you a wrapper you can't refuse

SHA Message Author Date Stats
bbbc6225 Adds @message decorator to editMessageText #320 leandrotoledo <l****a@g****m> about 10 years ago
1f5601da fix SyntaxWarning Noam Meltzer <t****m@g****m> about 10 years ago
3608c2bb dispatcher: if connection pool is already initialized raise exception Noam Meltzer <t****m@g****m> about 10 years ago
c28763c5 dispatcher: cosmetic fix Noam Meltzer <t****m@g****m> about 10 years ago
dd8b6219 dispatcher: a little performance improvment Noam Meltzer <t****m@g****m> about 10 years ago
78f9bdca dispatcher: pep8 style fix Noam Meltzer <t****m@g****m> about 10 years ago
da95341d Update README.rst Jannes Höke <j****e@u****e> about 10 years ago
98be6abc Remove clibot.py example Jannes Höke <j****e@u****e> about 10 years ago
b08d41d0 formatting Jannes Höke <j****e@u****e> about 10 years ago
de2d7321 merge Merge branch 'master' into jobqueue-rework Jannes Höke <j****e@u****e> about 10 years ago
1ff348ad issue warning if connection pool was initialized before Dispatcher Jannes Höke <j****e@u****e> about 10 years ago
6b457bad use keepalive for connection pool Jannes Höke <j****e@u****e> about 10 years ago
74283bd4 use HTTPSConnectionPool instead of PoolManager Jannes Höke <j****e@u****e> about 10 years ago
41f6591a more sensible logging Jannes Höke <j****e@u****e> about 10 years ago
6d08e1bc merge Merge pull request #317 from jlmadurga/issue/316 Leandro Toledo <l****a@g****m> about 10 years ago
073d7949 fix callbackquery to_dict Juan Madurga <j****a@g****m> about 10 years ago
dd91ce1f use single queue for thread pool, initialize connection pool with n+3 Jannes Höke <j****e@u****e> about 10 years ago
57759d8e [drunk] use actual thread pool and queue new functions into the pool instead ... Jannes Höke <j****e@u****e> about 10 years ago
574fc8cd urllib3: validate https certificate Noam Meltzer <t****m@g****m> about 10 years ago
b040568b test_bot: fix for urllib3 compatibility Noam Meltzer <t****m@g****m> about 10 years ago
3076dfc0 use urllib3 instead of urllib(2) Noam Meltzer <t****m@g****m> about 10 years ago
f8a97225 remove duplicate target names Jannes Höke <j****e@u****e> about 10 years ago
527daaf9 merge Merge pull request #315 from jlmadurga/typo/changes Leandro Toledo <l****a@g****m> about 10 years ago
986add59 fix typo in Transition to 4.0 link Juan Madurga <j****a@g****m> about 10 years ago
bc62a181 fix rst according to collective.checkdocs Jannes Höke <j****e@u****e> about 10 years ago
41432f5b bump version to v4.2.0 Jannes Höke <j****e@u****e> about 10 years ago
f737ab78 merge Merge pull request #314 from python-telegram-bot/docs-restructuring Jannes Höke <j****e@u****e> about 10 years ago
e0e8f6b0 README: update docs badge link, https some links Rahiel Kasim <r****m@g****m> about 10 years ago
17abf027 Fix formatting Jannes Höke <j****e@u****e> about 10 years ago
8fab7ad3 move stuff to wiki, other stuff Jannes Höke <j****e@u****e> about 10 years ago
f31bd916 merge Merge pull request #305 from python-telegram-bot/move-botan Rahiel Kasim <r****m@g****m> about 10 years ago
32ac617e merge Merge pull request #312 from python-telegram-bot/timeout_take2 Leandro Toledo <l****a@g****m> about 10 years ago
7e7acdeb set default network_delay to 5 seconds Noam Meltzer <t****m@g****m> about 10 years ago
792ad62f merge Merge pull request #308 from python-telegram-bot/bot2.1 Leandro Toledo <l****a@g****m> about 10 years ago
25bcfa9b add constants for Chat.type and ChatMember.status Jannes Höke <j****e@u****e> about 10 years ago
ff00e211 include in warning that Py2.7 will still be supported Jannes Höke <j****e@u****e> about 10 years ago
d40f0a83 update update_queue and job_queue docstrings on all handlers Jannes Höke <j****e@u****e> about 10 years ago
783f9c37 move job_queue kwarg to end Jannes Höke <j****e@u****e> about 10 years ago
406303d6 refactor: running -> _running, next_peek -> _next_peek Jannes Höke <j****e@u****e> about 10 years ago
2534e0df allow jobs to be ran outside of jobqueue Jannes Höke <j****e@u****e> about 10 years ago
b06983a9 let python 2 find the contrib module Rahiel Kasim <r****m@g****m> about 10 years ago
2f408ab7 generate docs for botan Rahiel Kasim <r****m@g****m> about 10 years ago
c8497424 move botan to contrib Rahiel Kasim <r****m@g****m> about 10 years ago
80fbe98b Reflecting tests for Filters change Leandro Toledo <l****a@g****m> about 10 years ago
22e93266 merge Merge remote-tracking branch 'origin/master' into bot2.1 Leandro Toledo <l****a@g****m> about 10 years ago
a0bb5730 add allow_edited parameter to MessageHandler and CommandHandler Jannes Höke <j****e@u****e> about 10 years ago
748cc3a3 Add isitmaintained.com issue resolving time badge Jannes Höke <j****e@u****e> about 10 years ago
9a13de4a merge Merge remote-tracking branch 'origin/master' into bot2.1 Leandro Toledo <l****a@g****m> about 10 years ago
561f1c3f bot: validate token does not contain white spaces (#306) Noam Meltzer <t****m@g****m> about 10 years ago
3907e649 Adds telegram.utils.botan back using deprecate Leandro Toledo <l****a@g****m> about 10 years ago
1abbca33 bot.py: fix snake_case alias Rahiel Kasim <r****m@g****m> about 10 years ago
e7f4a07b update timerbot example with pass_job_queue Jannes Höke <j****e@u****e> about 10 years ago
bb165b6a add pass_job_queue parameter to all handler classes Jannes Höke <j****e@u****e> about 10 years ago
20067ff1 add test for context parameter Jannes Höke <j****e@u****e> about 10 years ago
41daccce minor comments and formatting Jannes Höke <j****e@u****e> about 10 years ago
78621630 Add context parameter in Job class #281 Jannes Höke <j****e@u****e> about 10 years ago
86571bc7 addHandler to add_handler Leandro Toledo <l****a@g****m> about 10 years ago
663fa001 merge merge master Leandro Toledo <l****a@g****m> about 10 years ago
37c7af2e Add docstrings #302 Leandro Toledo <l****a@g****m> about 10 years ago
e7062577 Keeps backwards compatibility to BadRequest #302 Leandro Toledo <l****a@g****m> about 10 years ago
1e398821 Introducing telegram.error.BadRequest and testLeaveChat testcase #302 Leandro Toledo <l****a@g****m> about 10 years ago
b3142d29 yapf Jannes Höke <j****e@u****e> about 10 years ago
8278779a merge Merge branch 'jobqueue-rework' of github.com:python-telegram-bot/python-teleg... Jannes Höke <j****e@u****e> about 10 years ago
6b90ac9f make job queue API similar to the dispatcher, add new functionality Jannes Höke <j****e@u****e> about 10 years ago
3aedd78e make job queue API similar to the dispatcher, add new functionality Jannes Höke <j****e@u****e> about 10 years ago
386b91f7 refactor testing if user is bot Rahiel Kasim <r****m@g****m> about 10 years ago
76b9a7d3 add tests for Bot.getChat* Rahiel Kasim <r****m@g****m> about 10 years ago
d90b0f49 End the madness when bumping versions [ci skip] Leandro Toledo <l****a@g****m> about 10 years ago
c4d5eff9 move botan from utils to ext Rahiel Kasim <r****m@g****m> about 10 years ago
f45ecee8 merge Merge pull request #304 from TiagoDanin/FixReadme Rahiel Kasim <r****m@g****m> about 10 years ago
c340585f README Update url for contribution guidelines Tiago Danin <t****n@h****m> about 10 years ago
75490ac7 Fix travis Leandro Toledo <l****a@g****m> about 10 years ago
046e69b1 Commenting test for token with newline Leandro Toledo <l****a@g****m> about 10 years ago
7e0be09c merge Merge remote-tracking branch 'origin/master' into bot2.1 Leandro Toledo <l****a@g****m> about 10 years ago
18f3f430 Add issue template #298 Leandro Toledo <l****a@g****m> about 10 years ago
0b2fd120 Due kwargs I had to change the factory class in favor of InputLocationMessage... Leandro Toledo <l****a@g****m> about 10 years ago
408959e9 Removes examples from tests Leandro Toledo <l****a@g****m> about 10 years ago
ab2f6e13 Add kwargs to API calls #302 Leandro Toledo <l****a@g****m> about 10 years ago
108e4264 Add user to MessageEntity #302 Leandro Toledo <l****a@g****m> about 10 years ago
68b5562c Add edit_date to Message #302 Leandro Toledo <l****a@g****m> about 10 years ago
e50a3622 Add edited_message to Update #302 Leandro Toledo <l****a@g****m> about 10 years ago
d7e226ec Add new Bot methods and ChatMember class #302 Leandro Toledo <l****a@g****m> about 10 years ago
7c84516d merge Merge branch 'master' of github.com:python-telegram-bot/python-telegram-bot Leandro Toledo <l****a@g****m> about 10 years ago
53a91be2 Update CONTRIBUTING.rst Leandro Toledo <l****a@g****m> about 10 years ago
2471eaa7 Adding some style commandments Leandro Toledo <l****a@g****m> about 10 years ago
6bfdff88 Update examples to column width to 99 [ci skip] leandrotoledo <l****a@g****m> about 10 years ago
2389b073 merge Updates pre-commit hooks to check examples folder [ci skip] leandrotoledo <l****a@g****m> about 10 years ago
af89cbec Add test for unstripped tokens [ci skip] Leandro Toledo <l****a@g****m> about 10 years ago
b987c893 Hooks for travis leandrotoledo <l****a@g****m> about 10 years ago
c7db9a96 Set split_before_logical_operator to True leandrotoledo <l****a@g****m> about 10 years ago
5a0696b1 Replace individual checks to pre-commit run --all-files in Travis leandrotoledo <l****a@g****m> about 10 years ago
eb303903 Fix travis leandrotoledo <l****a@g****m> about 10 years ago
a00f4099 Updates pre-commit hooks leandrotoledo <l****a@g****m> about 10 years ago
dc27ff41 bump version to 4.1.2 Jannes Höke <j****e@u****e> about 10 years ago
68ec73af use kwargs on messageentity Jannes Höke <j****e@u****e> about 10 years ago
0ace0aa0 README: remove "Getting the Code" section, confuses users like #297 Rahiel Kasim <r****m@g****m> about 10 years ago
f5847be8 update file size from 684 to 685 Jannes Höke <j****e@u****e> about 10 years ago
ba26a8ba use command filter instead of regexhandler #292 Jannes Höke <j****e@u****e> about 10 years ago
d028d4ed bump to 4.1.1 Jannes Höke <j****e@u****e> about 10 years ago
4d770843 use non-deprecated methods Jannes Höke <j****e@u****e> about 10 years ago

← Back to repository