Commit graph

  • 94fd6851ab more robust echobot, let roboed go Rahiel Kasim 2016-06-12 15:30:56 +0200
  • 897f9615f0 Bump version to v4.2.1 v4.2.1 leandrotoledo 2016-06-10 09:44:17 -0400
  • 86676d59f1 Merge pull request #321 from python-telegram-bot/editMessageText-decorator Leandro Toledo 2016-06-04 05:19:27 -0400
  • f0b91ecf46 Fix travis leandrotoledo 2016-06-03 13:44:24 -0400
  • bbbc622517 Adds @message decorator to editMessageText #320 leandrotoledo 2016-06-03 13:28:29 -0400
  • 1f5601dae2 fix SyntaxWarning Noam Meltzer 2016-06-01 22:38:08 +0300
  • 3608c2bbe5 dispatcher: if connection pool is already initialized raise exception Noam Meltzer 2016-06-01 21:21:24 +0300
  • c28763c5be dispatcher: cosmetic fix Noam Meltzer 2016-06-01 21:11:00 +0300
  • dd8b6219b9 dispatcher: a little performance improvment Noam Meltzer 2016-06-01 21:07:48 +0300
  • 78f9bdcac9 dispatcher: pep8 style fix Noam Meltzer 2016-06-01 21:05:34 +0300
  • da95341d5b Update README.rst Jannes Höke 2016-06-01 00:05:09 +0200
  • 98be6abc11 Remove clibot.py example Jannes Höke 2016-05-31 21:07:47 +0200
  • b08d41d0ff formatting Jannes Höke 2016-05-31 15:35:40 +0200
  • de2d732135 Merge branch 'master' into jobqueue-rework Jannes Höke 2016-05-31 15:34:36 +0200
  • 1ff348adbb issue warning if connection pool was initialized before Dispatcher Jannes Höke 2016-05-31 13:47:43 +0200
  • 6b457bada5 use keepalive for connection pool Jannes Höke 2016-05-31 13:45:43 +0200
  • 74283bd414 use HTTPSConnectionPool instead of PoolManager Jannes Höke 2016-05-30 17:12:50 +0200
  • 41f6591ac6 more sensible logging Jannes Höke 2016-05-30 17:12:27 +0200
  • 6d08e1bc7f Merge pull request #317 from jlmadurga/issue/316 Leandro Toledo 2016-05-30 11:35:44 -0300
  • 073d7949dc fix callbackquery to_dict Juan Madurga 2016-05-30 15:59:45 +0200
  • dd91ce1f39 use single queue for thread pool, initialize connection pool with n+3 Jannes Höke 2016-05-30 13:09:23 +0200
  • 57759d8e6d [drunk] use actual thread pool and queue new functions into the pool instead of starting new threads every time Jannes Höke 2016-05-30 03:16:33 +0200
  • 574fc8cddf urllib3: validate https certificate Noam Meltzer 2016-05-30 00:49:29 +0300
  • b040568b07 test_bot: fix for urllib3 compatibility Noam Meltzer 2016-05-30 00:46:42 +0300
  • 3076dfc086 use urllib3 instead of urllib(2) Noam Meltzer 2016-05-30 00:26:18 +0300
  • f8a9722573 remove duplicate target names Jannes Höke 2016-05-29 12:35:52 +0200
  • 527daaf93d Merge pull request #315 from jlmadurga/typo/changes Leandro Toledo 2016-05-29 06:50:57 -0300
  • 986add59ab fix typo in Transition to 4.0 link Juan Madurga 2016-05-29 11:37:35 +0200
  • bc62a1813a fix rst according to collective.checkdocs Jannes Höke 2016-05-28 23:36:51 +0200
  • 41432f5b02 bump version to v4.2.0 v4.2 Jannes Höke 2016-05-28 22:49:15 +0200
  • f737ab780a Merge pull request #314 from python-telegram-bot/docs-restructuring Jannes Höke 2016-05-28 22:44:17 +0200
  • e0e8f6b085 README: update docs badge link, https some links Rahiel Kasim 2016-05-28 22:40:18 +0200
  • 17abf0274e Fix formatting Jannes Höke 2016-05-28 21:52:03 +0200
  • 8fab7ad302 move stuff to wiki, other stuff Jannes Höke 2016-05-28 21:44:10 +0200
  • f31bd91673 Merge pull request #305 from python-telegram-bot/move-botan Rahiel Kasim 2016-05-28 21:32:07 +0200
  • 32ac617e2e Merge pull request #312 from python-telegram-bot/timeout_take2 Leandro Toledo 2016-05-28 15:14:54 -0300
  • 7e7acdeb23 set default network_delay to 5 seconds Noam Meltzer 2016-05-28 19:34:16 +0300
  • 792ad62fe8 Merge pull request #308 from python-telegram-bot/bot2.1 Leandro Toledo 2016-05-28 12:14:01 -0300
  • 25bcfa9b35 add constants for Chat.type and ChatMember.status Jannes Höke 2016-05-28 16:51:44 +0200
  • ff00e211d7 include in warning that Py2.7 will still be supported Jannes Höke 2016-05-28 16:44:39 +0200
  • d40f0a8309 update update_queue and job_queue docstrings on all handlers Jannes Höke 2016-05-28 16:04:19 +0200
  • 783f9c375c move job_queue kwarg to end Jannes Höke 2016-05-28 14:21:39 +0200
  • 406303d6bb refactor: running -> _running, next_peek -> _next_peek Jannes Höke 2016-05-28 13:46:57 +0200
  • 2534e0df9b allow jobs to be ran outside of jobqueue Jannes Höke 2016-05-28 13:41:23 +0200
  • b06983a94a let python 2 find the contrib module Rahiel Kasim 2016-05-28 09:27:17 +0200
  • 2f408ab767 generate docs for botan Rahiel Kasim 2016-05-28 09:18:36 +0200
  • c8497424b7 move botan to contrib Rahiel Kasim 2016-05-28 09:12:10 +0200
  • 80fbe98b44 Reflecting tests for Filters change Leandro Toledo 2016-05-27 21:14:55 -0300
  • 22e9326610 Merge remote-tracking branch 'origin/master' into bot2.1 Leandro Toledo 2016-05-27 21:10:24 -0300
  • a0bb5730c6 add allow_edited parameter to MessageHandler and CommandHandler Jannes Höke 2016-05-27 11:06:29 +0200
  • 4ef189f5fd Merge fb0d778eb4 into 748cc3a35f Noam Meltzer 2016-05-26 21:30:30 +0000
  • 748cc3a35f Add isitmaintained.com issue resolving time badge Jannes Höke 2016-05-26 23:30:29 +0200
  • fb0d778eb4 getUpdates: fix timeout default and semantics Noam Meltzer 2016-05-26 22:34:37 +0300
  • 9a13de4a96 Merge remote-tracking branch 'origin/master' into bot2.1 Leandro Toledo 2016-05-26 16:15:50 -0300
  • 561f1c3f02 bot: validate token does not contain white spaces (#306) Noam Meltzer 2016-05-26 22:09:14 +0300
  • 07e561552e bot: validate token does not contain white spaces Noam Meltzer 2016-05-25 23:54:50 +0300
  • 3907e64966 Adds telegram.utils.botan back using deprecate Leandro Toledo 2016-05-26 14:13:27 -0300
  • 1abbca3324 bot.py: fix snake_case alias Rahiel Kasim 2016-05-26 15:32:02 +0200
  • e7f4a07b7a update timerbot example with pass_job_queue Jannes Höke 2016-05-26 14:48:50 +0200
  • bb165b6acf add pass_job_queue parameter to all handler classes Jannes Höke 2016-05-26 14:39:11 +0200
  • 20067ff178 add test for context parameter Jannes Höke 2016-05-26 14:07:44 +0200
  • 41daccce07 minor comments and formatting Jannes Höke 2016-05-26 14:01:59 +0200
  • 786216305c Add context parameter in Job class #281 Jannes Höke 2016-05-26 13:55:30 +0200
  • 86571bc75d addHandler to add_handler Leandro Toledo 2016-05-26 01:55:51 -0300
  • 663fa0013d merge master Leandro Toledo 2016-05-25 22:09:18 -0300
  • 37c7af2e14 Add docstrings #302 Leandro Toledo 2016-05-25 21:41:12 -0300
  • e70625772c Keeps backwards compatibility to BadRequest #302 Leandro Toledo 2016-05-25 21:24:29 -0300
  • 1e398821a0 Introducing telegram.error.BadRequest and testLeaveChat testcase #302 Leandro Toledo 2016-05-25 21:15:17 -0300
  • b3142d2974 yapf Jannes Höke 2016-05-25 23:57:29 +0200
  • 8278779a23 Merge branch 'jobqueue-rework' of github.com:python-telegram-bot/python-telegram-bot into jobqueue-rework Jannes Höke 2016-05-25 23:37:10 +0200
  • 3aedd78e29 make job queue API similar to the dispatcher, add new functionality Jannes Höke 2016-05-25 22:51:13 +0200
  • 6b90ac9f1c make job queue API similar to the dispatcher, add new functionality Jannes Höke 2016-05-25 22:51:13 +0200
  • d73b55e142 Merge be0f585855 into d90b0f495d Eldinnie 2016-05-25 17:04:49 +0000
  • 386b91f708 refactor testing if user is bot Rahiel Kasim 2016-05-25 09:41:48 +0200
  • 76b9a7d328 add tests for Bot.getChat* Rahiel Kasim 2016-05-25 01:31:10 +0200
  • d90b0f495d End the madness when bumping versions [ci skip] Leandro Toledo 2016-05-24 19:43:16 -0300
  • c4d5eff9f3 move botan from utils to ext Rahiel Kasim 2016-05-24 23:40:09 +0200
  • f45ecee820 Merge pull request #304 from TiagoDanin/FixReadme Rahiel Kasim 2016-05-24 23:09:13 +0200
  • c340585f33 README Update url for contribution guidelines Tiago Danin 2016-05-24 15:49:43 -0500
  • 75490ac757 Fix travis Leandro Toledo 2016-05-23 22:13:38 -0300
  • 046e69b1c1 Commenting test for token with newline Leandro Toledo 2016-05-23 22:02:15 -0300
  • 7e0be09c58 Merge remote-tracking branch 'origin/master' into bot2.1 Leandro Toledo 2016-05-23 21:56:01 -0300
  • 18f3f43026 Add issue template #298 Leandro Toledo 2016-05-23 21:54:36 -0300
  • 0b2fd120d8 Due kwargs I had to change the factory class in favor of InputLocationMessageContent #302 Leandro Toledo 2016-05-23 21:09:07 -0300
  • 408959e91c Removes examples from tests Leandro Toledo 2016-05-23 20:44:47 -0300
  • ab2f6e13c9 Add kwargs to API calls #302 Leandro Toledo 2016-05-23 20:43:17 -0300
  • 108e4264fc Add user to MessageEntity #302 Leandro Toledo 2016-05-23 20:31:36 -0300
  • 68b5562c49 Add edit_date to Message #302 Leandro Toledo 2016-05-23 20:28:36 -0300
  • e50a3622e1 Add edited_message to Update #302 Leandro Toledo 2016-05-23 20:24:43 -0300
  • d7e226ec0f Add new Bot methods and ChatMember class #302 Leandro Toledo 2016-05-23 20:22:31 -0300
  • 7c84516d2b Merge branch 'master' of github.com:python-telegram-bot/python-telegram-bot Leandro Toledo 2016-05-23 19:44:34 -0300
  • 53a91be21f Update CONTRIBUTING.rst Leandro Toledo 2016-05-23 19:05:56 -0300
  • 2471eaa778 Adding some style commandments Leandro Toledo 2016-05-23 19:05:04 -0300
  • 6bfdff8892 Update examples to column width to 99 [ci skip] leandrotoledo 2016-05-23 17:45:01 -0300
  • 2389b07382 Updates pre-commit hooks to check examples folder [ci skip] leandrotoledo 2016-05-23 17:23:57 -0300
  • c7db9a96cd Set split_before_logical_operator to True leandrotoledo 2016-05-22 13:26:57 -0300
  • af89cbecf3 Add test for unstripped tokens [ci skip] Leandro Toledo 2016-05-22 18:21:51 -0300
  • be0f585855 stripping token of whitespaces before starting bot Eldinnie 2016-05-22 19:29:13 +0200
  • 7db6f7e443 Merge pull request #1 from python-telegram-bot/master Eldinnie 2016-05-22 19:25:46 +0200
  • b987c8937c Hooks for travis leandrotoledo 2016-05-22 13:26:57 -0300