GitHub / python-telegram-bot/python-telegram-bot / commits
We have made you a wrapper you can't refuse
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 5285f63e | merge Merge pull request #388 from python-telegram-bot/emoji |
Rahiel Kasim <r****m@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 6647ae3c | Add methods to parse entities in Message |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| e4a132c0 | Reusable dispatcher (#402) |
Noam Meltzer <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| ca81a75f | merge Merge pull request #396 from python-telegram-bot/json |
Rahiel Kasim <r****m@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| da87d4ba | fix yapf | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| 4753d27b | bump yapf to 0.11.0 | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| eabfc0b0 | set ujson as optional dependency, test CPython builds with ujson | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| fcda567f | use ujson as JSON en/decoder if available | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| 1c36ff46 | Add myself to AUTHORS.rst | Li-aung 'Lewis' Yip <l****g@g****m> | almost 10 years ago | |
| ffff0938 | Add forwarded filter (#392) |
Jacob Bom <b****b@g****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| ab2d6eb4 | Fix "key not found" exception if the very first message handler in a Conversa... | Li-aung 'Lewis' Yip <l****g@g****m> | almost 10 years ago | |
| fe140005 | remove tests for telegram.Emoji | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| 5d270596 | deprecate telegram.Emoji | Rahiel Kasim <r****m@g****m> | almost 10 years ago | |
| 00bba736 | drop Python 2.6 support (closes #245) (#386) |
Rahiel Kasim <r****m@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| e9c5ee7a | unset but (#383) |
eugenio412 <e****f@m****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| f2f62423 | merge Merge pull request #379 from bomjacob/master |
MWeesenaar <M****r@u****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 26a0a173 | Manual merge | Mikki Weesenaar <m****r@m****m> | almost 10 years ago | |
| b736e1e8 | Move the exec out of function, since that's a whole other scope... | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| bd3fa3bb | Fix #376: Execfile does not exist in python 3 (#377) |
Jacob Bom <b****b@g****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| c252042d | Remove extra space. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 8475c322 | Add execfile function since it's missing in python 3. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| dd4c0f0f | Add missing return statement in timerbot example (#368) |
Ilya Strukov <i****y@u****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| 555e36ee | tests | Jannes Höke <j****e@u****e> | almost 10 years ago | |
| 5134f713 | merge Merge branch 'more-regex-handlers' of https://github.com/bomjacob/python-tele... | Jannes Höke <j****e@u****e> | almost 10 years ago | |
| 32268597 | Wrap long lines | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 4feb2553 | Add self to Authors.rst | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| cd2f956e | Also fix linebreak ^^ | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 18fdb5ed | Fix weird indent. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 8c698caa | Add Regex handling to CallbackQueryHandler and InlineQueryHandler. | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 58790845 | move version string to telegram/version.py (#361) |
Jannes Höke <j****e@u****e>
Committed by: Noam Meltzer <t****m@g****m> |
about 10 years ago | |
| 43758208 | fixup! updated issue template | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 171c70b4 | updated issue template | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| f1ee54fa | ChatMigrated exception (#353) |
overquota <o****a@u****m>
Committed by: Noam Meltzer <t****m@g****m> |
about 10 years ago | |
| 90913724 | Update README.rst |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 9d4691e5 | Create README.md |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| c4928229 | README: link to website | Rahiel Kasim <r****m@g****m> | about 10 years ago | |
| 2f2337ca | update motto in readme |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| f5c57cd6 | new inlinekeyboard example (#355) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| c51c2224 | README: update link to new conversationbot example | Rahiel Kasim <r****m@g****m> | about 10 years ago | |
| 834bf192 | Bump version to v5.0.0 | Jannes Höke <j****e@u****e> | about 10 years ago | |
| d5486433 | use job context for timerbot example | Jannes Höke <j****e@u****e> | about 10 years ago | |
| c9ec436d | remove old state machine example | Jannes Höke <j****e@u****e> | about 10 years ago | |
| ad3eec2a | ConversationHandler (#331) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| e3fe1d26 | merge Merge branch 'master' of https://github.com/python-telegram-bot/python-telegr... | leandrotoledo <l****a@g****m> | about 10 years ago | |
| 52bd3daa | Bumping version of pre-commit [ci skip] | leandrotoledo <l****a@g****m> | about 10 years ago | |
| b4e8209f | Update CONTRIBUTING.rst |
Leandro Toledo <l****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| f5f95ef8 | Documentation (#350) |
Valentijn <F****n@u****m>
Committed by: Leandro Toledo <l****a@g****m> |
about 10 years ago | |
| 04a871af | introduce constants module (#342) | Rahiel Kasim <r****m@g****m> | about 10 years ago | |
| 81a755a7 | merge Merge branch 'urllib3_fix_proxy_auth' | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 6016aca0 | Bump version to v4.3.4 | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 7c908db9 | urllib3: can now connect through proxies which require auth | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| d192b385 | dispatcher: add comment to describe the reason for conpool size | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| f0b2028e | merge Merge pull request #344 from python-telegram-bot/silence-webhook-logging |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| f4430034 | Small change in the documentation. | Mikki Weesenaar <m****i@w****l> | about 10 years ago | |
| afc36a23 | move webhook handler logs to logging at DEBUG level | Jannes Höke <j****e@u****e> | about 10 years ago | |
| b76337de | __main__.py: assist with creating issues on github | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 6afee6e0 | merge Merge pull request #340 from python-telegram-bot/v4.3.x |
Noam Meltzer <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 27e57bbf | Bump version to v4.3.3 | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 4990d664 | merge Merge pull request #339 from python-telegram-bot/urllib3_fix_proxy |
Noam Meltzer <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| b3e42c3e | urllib3: now supports proxy | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| c2cce402 | merge Merge branch 'use-timeout' | Jannes Höke <j****e@u****e> | about 10 years ago | |
| a2ed7b26 | Bump version to v4.3.2 | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 89a3dc83 | use urlopen timeout | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 9fd298a3 | merge Merge pull request #307 from python-telegram-bot/jobqueue-rework |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| ecbc2687 | Bump version to v4.3.1 | Jannes Höke <j****e@u****e> | about 10 years ago | |
| c7c21c94 | update requirement: urllib3>=1.10 | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 57efde5e | Bump version to v4.3 | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 31073101 | yapf | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 35872d7a | test_jobqueue: fix test_jobs_tuple() | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 1e0ebe89 | JobQueue: minimize the amount of places changing self.__tick state | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| f65b6911 | JobQueue: use class name for the logger name | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 02af1ea8 | jobqueue: cosmetic fixes | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| c4a8ee51 | merge Merge branch 'master' into jobqueue-rework | Jannes Höke <j****e@u****e> | about 10 years ago | |
| e0539d59 | merge Merge pull request #327 from python-telegram-bot/urllib3 |
Noam Meltzer <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 738e3213 | merge Merge branch 'master' into jobqueue-rework | Jannes Höke <j****e@u****e> | about 10 years ago | |
| b41f7e3e | Code style with latest yapf | leandrotoledo <l****a@g****m> | about 10 years ago | |
| caf72ca4 | merge Merge branch 'urllib3' of github.com:python-telegram-bot/python-telegram-bot ... | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 7635bc0e | comments, lock thread pool, while 1 and snake_case everywhere | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 703bece1 | set loglevel of urllib3 to WARNING by default | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 949f4a4f | update requirements: minimum versions of urllib3 and future | Jannes Höke <j****e@u****e> | about 10 years ago | |
| 05522e43 | merge Merge remote-tracking branch 'origin/master' into urllib3 | leandrotoledo <l****a@g****m> | about 10 years ago | |
| 4f101a79 | Update travis yapf [ci skip] | leandrotoledo <l****a@g****m> | about 10 years ago | |
| 5b91194c | new yapf version, new cosmetic fixes | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 494a7ec1 | ypaf fixes | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| fc05d3a6 | switch back to PoolManager | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| bc77c845 | test_updater: make sure that conpool is stopped before setting updater | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| a814e9de | make sure to stop conpool between sensitive unitests | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| d37b6d67 | make sure to stop Updater after the test_createBot is over | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| e479c7f2 | type hinting (cosmetic fix) | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| a30411c9 | make sure to remove the stopped dispatcher threads from ASYNC_THREADS | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 881d1d0e | fix/hack Updater.stop() not working on extreme cases | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| cb6ddfde | merge Merge remote-tracking branch 'origin/master' into urllib3 | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| bda0244e | updater: fix print in log | Noam Meltzer <t****m@g****m> | about 10 years ago | |
| 9338f93d | merge Merge pull request #325 from python-telegram-bot/examples |
Rahiel Kasim <r****m@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| e10fa662 | echobot: simplify handling messageless updates | Rahiel Kasim <r****m@g****m> | about 10 years ago | |
| deb9de0b | README: remove roboed, rename example | Rahiel Kasim <r****m@g****m> | about 10 years ago | |
| 94fd6851 | more robust echobot, let roboed go | Rahiel Kasim <r****m@g****m> | about 10 years ago | |
| 897f9615 | Bump version to v4.2.1 | leandrotoledo <l****a@g****m> | about 10 years ago | |
| 86676d59 | merge Merge pull request #321 from python-telegram-bot/editMessageText-decorator | Leandro Toledo <l****a@g****m> | about 10 years ago | |
| f0b91ecf | Fix travis | leandrotoledo <l****a@g****m> | about 10 years ago |