Jannes Höke
|
808945b623
|
prepare release of v3.4
|
2016-03-22 03:02:13 +01:00 |
|
Jannes Höke
|
63a83d4cc2
|
fix imports of updatequeue
|
2016-03-22 02:48:56 +01:00 |
|
Jannes Höke
|
c43b348117
|
lazily load all of telegram.ext
|
2016-03-22 02:42:40 +01:00 |
|
Jannes Höke
|
45a47d54bd
|
move updatequeue to telegram.utils
|
2016-03-22 02:42:19 +01:00 |
|
Jannes Höke
|
5e7f2688be
|
add encoding to fsm example bot
|
2016-03-22 02:33:43 +01:00 |
|
Jannes Höke
|
7199d2894f
|
add state machine example
|
2016-03-21 20:08:32 +01:00 |
|
Jannes Höke
|
d9a58fd904
|
Merge pull request #211 from python-telegram-bot/ext-docs
Adjust sphinx docs to telegram.ext submodule
|
2016-03-21 14:23:33 +01:00 |
|
Jannes Höke
|
cf9897e74b
|
Merge pull request #208 from rahiel/master
declare support for python 3.5, drop old py 3.2 reference
|
2016-03-21 14:23:23 +01:00 |
|
Jannes Höke
|
30308bdcc6
|
Fix formatting, table of contents link, add note on errors
|
2016-03-20 00:37:55 +01:00 |
|
Jannes Höke
|
af62c5be8e
|
update examples to telegram.ext
|
2016-03-19 16:39:35 +01:00 |
|
Jannes Höke
|
cd7bc8dfac
|
Update README to telegram.ext, move API section up
|
2016-03-19 16:35:02 +01:00 |
|
Jannes Höke
|
150914cf25
|
Adjust sphinx docs to telegram.ext submodule
|
2016-03-19 13:26:38 +01:00 |
|
Rahiel Kasim
|
19390b9659
|
declare support for python 3.5, drop old py 3.2 reference
|
2016-03-17 22:12:36 +01:00 |
|
Jannes Höke
|
fac4eb6438
|
Merge pull request #202 from tsnoam/master
Updater webhook bootstrapping improvements
|
2016-03-17 13:05:04 +01:00 |
|
Noam Meltzer
|
2939885c5b
|
test_updater: import Updater from telegram.ext
|
2016-03-15 22:08:06 +02:00 |
|
Noam Meltzer
|
f07f33e160
|
updater: unitests for _set_webhook
|
2016-03-15 22:02:34 +02:00 |
|
Noam Meltzer
|
0ddcb16889
|
start_webhook(): call bot.setWebhook() as a bootstrap step
|
2016-03-15 22:02:34 +02:00 |
|
Noam Meltzer
|
594b81e463
|
start_polling(): new argument - bootstrap_retries
refs #196
|
2016-03-15 22:02:16 +02:00 |
|
Leandro Toledo
|
41d0d45e2f
|
Merge pull request #204 from python-telegram-bot/debug-level-logs
Changing INFO logs to DEBUG and minor fixes
|
2016-03-15 11:35:05 -03:00 |
|
Leandro Toledo
|
1e4ae6546f
|
Changing INFO logs to DEBUG and minor fixes
|
2016-03-14 22:56:20 -03:00 |
|
Leandro Toledo
|
fd170773e2
|
Merge pull request #198 from rahiel/master
lazily load Updater & move extended classes to submodule
|
2016-03-14 17:00:25 -03:00 |
|
Rahiel Kasim
|
d1516f66ac
|
deprecation warning for telegram.Updater
|
2016-03-14 19:43:38 +01:00 |
|
Rahiel Kasim
|
739e218eb7
|
PEP8
|
2016-03-14 15:26:22 +01:00 |
|
Rahiel Kasim
|
dcea2c8015
|
Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot
|
2016-03-14 15:07:16 +01:00 |
|
Rahiel Kasim
|
98112d3987
|
move Updater and friends to ext submodule
|
2016-03-14 14:50:12 +01:00 |
|
Jannes Höke
|
45a4689fd0
|
update docstrings of Message regarding supergroup conversion
|
2016-03-14 09:54:33 +01:00 |
|
Jannes Höke
|
82030c4109
|
Merge pull request #199 from python-telegram-bot/send-inputfile-from-bytesio
Fix InputFile attribute check when from a BufferedReader object
|
2016-03-14 01:17:27 +01:00 |
|
Leandro Toledo
|
25595e6d9e
|
Update README.rst
Update group link
|
2016-03-13 19:23:48 -03:00 |
|
Leandro Toledo
|
9637a8748c
|
Merge pull request #201 from shelomentsevd/master
Dispather command processing fix(#200).
|
2016-03-13 12:26:04 -03:00 |
|
Dmitriy
|
00e2b4815a
|
Processing commands without casting to UTF-8
|
2016-03-13 12:32:27 +03:00 |
|
Shelomentsev Dmitriy
|
fb34f81533
|
ShelomentsevD added to AUTHORS.rst
|
2016-03-13 02:27:10 +03:00 |
|
Shelomentsev Dmitriy
|
3d89f6b284
|
dispatchTelegramCommand no-break space fix.
|
2016-03-13 02:15:48 +03:00 |
|
Leandro Toledo
|
7a8e84b46f
|
Update README.rst
|
2016-03-12 20:04:45 -03:00 |
|
Leandro Toledo
|
8ad34fc3c0
|
Fix InputFile attribute check when from a BufferedReader object
|
2016-03-12 19:40:56 -03:00 |
|
Leandro Toledo
|
00f4328bab
|
Remove files from download()' tests on make clean
|
2016-03-12 18:23:14 -03:00 |
|
Rahiel Kasim
|
8b196ce71f
|
load Updater class only when used
|
2016-03-12 15:29:54 +01:00 |
|
Jannes Höke
|
196d1fcc3d
|
Update invite link to supergroup
|
2016-03-11 23:43:41 +01:00 |
|
Leandro Toledo
|
7ff7397d0f
|
Update CONTRIBUTING.rst
|
2016-03-11 17:45:06 -03:00 |
|
Leandro Toledo
|
0c676b1a75
|
Merge pull request #195 from aidarbiktimirov/master
Added disable_notification parameter for silent messages
|
2016-03-11 17:12:00 -03:00 |
|
Aydar Biktimirov
|
dc9b77e02c
|
Merge remote-tracking branch 'upstream/master'
|
2016-03-11 23:03:13 +03:00 |
|
Leandro Toledo
|
e7b339d527
|
Merge pull request #197 from rahiel/master
bot.sendMessage: update documentation
|
2016-03-11 16:42:16 -03:00 |
|
Rahiel Kasim
|
5958da0031
|
bot.sendMessage: update documentation
|
2016-03-11 20:32:10 +01:00 |
|
Aydar Biktimirov
|
0600b2634e
|
added tests for disable_notification parameter
|
2016-03-11 09:37:43 +03:00 |
|
Leandro Toledo
|
f8f16f0fe9
|
Update README.rst
Link to group updated
|
2016-03-10 10:12:39 -03:00 |
|
Aydar Biktimirov
|
433110abe9
|
Added disable_notification parameter for silent messages
|
2016-03-09 18:47:33 +03:00 |
|
Noam Meltzer
|
793437fec7
|
Merge pull request #191 from tsnoam/master
updater: allow cleaning updates from Telegram servers before start (+ docstring fix)
|
2016-03-01 23:32:20 +02:00 |
|
Noam Meltzer
|
a0a040a9c2
|
updater: allow cleaning updates from Telegram servers before start
|
2016-03-01 22:12:12 +02:00 |
|
Noam Meltzer
|
f0e7a3316c
|
jobqueue: fix docstring
|
2016-03-01 20:20:51 +02:00 |
|
Jannes Höke
|
218e22631c
|
Prepare to release v3.3
|
2016-02-28 02:33:49 +01:00 |
|
Jannes Höke
|
75c6662f35
|
leverage timing a bit more
|
2016-02-28 02:11:48 +01:00 |
|