Jannes Höke
|
de2d732135
|
Merge branch 'master' into jobqueue-rework
Conflicts:
README.rst
telegram/ext/commandhandler.py
telegram/ext/messagehandler.py
|
2016-05-31 15:34:36 +02:00 |
|
Jannes Höke
|
1ff348adbb
|
issue warning if connection pool was initialized before Dispatcher
|
2016-05-31 13:47:43 +02:00 |
|
Jannes Höke
|
6b457bada5
|
use keepalive for connection pool
|
2016-05-31 13:45:43 +02:00 |
|
Jannes Höke
|
74283bd414
|
use HTTPSConnectionPool instead of PoolManager
|
2016-05-30 17:12:50 +02:00 |
|
Jannes Höke
|
41f6591ac6
|
more sensible logging
|
2016-05-30 17:12:27 +02:00 |
|
Juan Madurga
|
073d7949dc
|
fix callbackquery to_dict
|
2016-05-30 15:59:45 +02:00 |
|
Jannes Höke
|
dd91ce1f39
|
use single queue for thread pool, initialize connection pool with n+3
|
2016-05-30 13:09:23 +02:00 |
|
Jannes Höke
|
57759d8e6d
|
[drunk] use actual thread pool and queue new functions into the pool instead of starting new threads every time
|
2016-05-30 03:16:33 +02:00 |
|
Noam Meltzer
|
574fc8cddf
|
urllib3: validate https certificate
|
2016-05-30 01:05:19 +03:00 |
|
Noam Meltzer
|
3076dfc086
|
use urllib3 instead of urllib(2)
|
2016-05-30 01:05:19 +03:00 |
|
Jannes Höke
|
41432f5b02
|
bump version to v4.2.0
|
2016-05-28 22:49:15 +02:00 |
|
Rahiel Kasim
|
f31bd91673
|
Merge pull request #305 from python-telegram-bot/move-botan
move botan from utils to contrib
|
2016-05-28 21:32:07 +02:00 |
|
Noam Meltzer
|
7e7acdeb23
|
set default network_delay to 5 seconds
fixes #309
|
2016-05-28 19:34:16 +03:00 |
|
Jannes Höke
|
25bcfa9b35
|
add constants for Chat.type and ChatMember.status
|
2016-05-28 16:51:44 +02:00 |
|
Jannes Höke
|
ff00e211d7
|
include in warning that Py2.7 will still be supported
|
2016-05-28 16:44:39 +02:00 |
|
Jannes Höke
|
d40f0a8309
|
update update_queue and job_queue docstrings on all handlers
|
2016-05-28 16:04:19 +02:00 |
|
Jannes Höke
|
783f9c375c
|
move job_queue kwarg to end
|
2016-05-28 14:21:39 +02:00 |
|
Jannes Höke
|
406303d6bb
|
refactor: running -> _running, next_peek -> _next_peek
|
2016-05-28 13:48:30 +02:00 |
|
Jannes Höke
|
2534e0df9b
|
allow jobs to be ran outside of jobqueue
|
2016-05-28 13:41:23 +02:00 |
|
Rahiel Kasim
|
b06983a94a
|
let python 2 find the contrib module
|
2016-05-28 09:27:17 +02:00 |
|
Rahiel Kasim
|
c8497424b7
|
move botan to contrib
|
2016-05-28 09:12:10 +02:00 |
|
Jannes Höke
|
a0bb5730c6
|
add allow_edited parameter to MessageHandler and CommandHandler
|
2016-05-27 11:07:06 +02:00 |
|
Leandro Toledo
|
9a13de4a96
|
Merge remote-tracking branch 'origin/master' into bot2.1
Conflicts:
telegram/bot.py
tests/test_bot.py
|
2016-05-26 16:15:50 -03:00 |
|
Noam Meltzer
|
561f1c3f02
|
bot: validate token does not contain white spaces (#306)
in addition move validation code from validate.py into bot.py and delete
the former file
|
2016-05-26 22:09:14 +03:00 |
|
Leandro Toledo
|
3907e64966
|
Adds telegram.utils.botan back using deprecate
|
2016-05-26 14:13:27 -03:00 |
|
Rahiel Kasim
|
1abbca3324
|
bot.py: fix snake_case alias
|
2016-05-26 15:32:02 +02:00 |
|
Jannes Höke
|
bb165b6acf
|
add pass_job_queue parameter to all handler classes
|
2016-05-26 14:39:11 +02:00 |
|
Jannes Höke
|
41daccce07
|
minor comments and formatting
|
2016-05-26 14:02:52 +02:00 |
|
Jannes Höke
|
786216305c
|
Add context parameter in Job class #281
|
2016-05-26 13:55:56 +02:00 |
|
Leandro Toledo
|
663fa0013d
|
merge master
|
2016-05-25 22:09:18 -03:00 |
|
Leandro Toledo
|
37c7af2e14
|
Add docstrings #302
|
2016-05-25 21:41:12 -03:00 |
|
Leandro Toledo
|
e70625772c
|
Keeps backwards compatibility to BadRequest #302
|
2016-05-25 21:24:29 -03:00 |
|
Leandro Toledo
|
1e398821a0
|
Introducing telegram.error.BadRequest and testLeaveChat testcase #302
|
2016-05-25 21:15:17 -03:00 |
|
Jannes Höke
|
b3142d2974
|
yapf
|
2016-05-25 23:57:29 +02:00 |
|
Jannes Höke
|
3aedd78e29
|
make job queue API similar to the dispatcher, add new functionality
|
2016-05-25 23:36:41 +02:00 |
|
Rahiel Kasim
|
c4d5eff9f3
|
move botan from utils to ext
|
2016-05-24 23:40:09 +02:00 |
|
Leandro Toledo
|
0b2fd120d8
|
Due kwargs I had to change the factory class in favor of InputLocationMessageContent #302
|
2016-05-23 21:09:07 -03:00 |
|
Leandro Toledo
|
ab2f6e13c9
|
Add kwargs to API calls #302
|
2016-05-23 20:43:17 -03:00 |
|
Leandro Toledo
|
108e4264fc
|
Add user to MessageEntity #302
|
2016-05-23 20:31:36 -03:00 |
|
Leandro Toledo
|
68b5562c49
|
Add edit_date to Message #302
|
2016-05-23 20:28:36 -03:00 |
|
Leandro Toledo
|
e50a3622e1
|
Add edited_message to Update #302
|
2016-05-23 20:24:43 -03:00 |
|
Leandro Toledo
|
d7e226ec0f
|
Add new Bot methods and ChatMember class #302
|
2016-05-23 20:22:31 -03:00 |
|
leandrotoledo
|
c7db9a96cd
|
Set split_before_logical_operator to True
|
2016-05-23 17:19:35 -03:00 |
|
Jannes Höke
|
dc27ff41ef
|
bump version to 4.1.2
|
2016-05-22 13:01:14 +02:00 |
|
Jannes Höke
|
68ec73afb6
|
use kwargs on messageentity
|
2016-05-22 12:58:19 +02:00 |
|
Jannes Höke
|
d028d4edd0
|
bump to 4.1.1
|
2016-05-16 16:05:02 +02:00 |
|
Jannes Höke
|
4d770843cc
|
use non-deprecated methods
|
2016-05-16 15:02:51 +02:00 |
|
leandrotoledo
|
ac55ba007e
|
Bumping version to v4.1 [ci skip]
|
2016-05-15 20:05:38 -03:00 |
|
Leandro Toledo
|
49122d6a99
|
Remove \ from base code #259
|
2016-05-14 23:26:56 -03:00 |
|
Leandro Toledo
|
d445d35ceb
|
Running yapf for codebase #259
|
2016-05-14 22:46:40 -03:00 |
|