Eldinnie
b04869f36a
docstring correction ( #775 )
...
[ci skip]
2017-08-08 00:11:44 +03:00
Eldinnie
70057a67c5
Regression fix for text_html & text_markdown ( #777 )
...
`text_html` & `text_markdown` reverted to the old semantics - URLs are not converted to hyperlinks.
To get the new behaviour there are matching `text_html_urled` & `text_markdown_urled` properties.
fixes #773
2017-08-08 00:10:48 +03:00
Eldinnie
8d4b484f7b
Fix Game.to_dict() ( #767 )
...
`Game.to_dict()` fails if the `optional` parameter `test_entities` has it's default value `None`
This fixes that.
2017-08-05 00:02:51 +03:00
Jacob Bom
073bed3a01
Fix get_game_high_scores ( #771 )
2017-08-04 20:41:27 +03:00
Noam Meltzer
5ceb6f8f36
Docs fixes ( #765 )
...
* Clean warnings during build_sphinx
* fix documentation types
2017-08-02 05:56:07 +03:00
Ihor Polyakov
b6ef30a454
Authors list ( #758 )
2017-08-01 23:10:07 +03:00
Ihor Polyakov
1b515a16d6
CONTRIBUTING.rst: Note about git behaviour ( #763 )
2017-08-01 23:09:15 +03:00
Jacob Bom
b3069348ca
Add rich comparison to CallbackQuery ( #764 )
...
We currently have no tests for it. Noted for #756 and #757 .
2017-08-01 23:07:12 +03:00
Ihor Polyakov
454ab050c0
Decrease number of requests in tests ( #755 )
2017-08-01 00:16:44 +03:00
Eldinnie
d19ae5084a
Add RESTRICTED as constant to ChatMember ( #761 )
2017-07-31 23:37:00 +03:00
Ihor Polyakov
6aacde189e
Flow control ability in Dispatcher ( #738 )
...
fixes #666
2017-07-29 20:15:43 +03:00
Noam Meltzer
5d3f5575ab
Sane defaults for tcp socket options on linux ( #754 )
...
Currently only for linux as most of our userbase is there.
fixes #535
2017-07-29 14:30:27 +03:00
Noam Meltzer
13ab6d43d3
CHANGES.rst: Added 7.0.1 release notes.
...
[ci skip]
2017-07-28 21:22:48 +03:00
Eldinnie
2ba7505eaf
Fix TypeError exception in RegexHandler ( #751 )
...
fixes #750
2017-07-28 20:47:42 +03:00
Eldinnie
5ed06df840
callback query docstring ( #749 )
...
showed from instead of from_user and was missing the informational note about it.
[ci skip]
2017-07-28 17:41:25 +03:00
Noam Meltzer
eef1238d60
Comment out unitest test_send_contact_with_contact
...
Caused too many "RetryAfter: Flood control exceeded" errors.
[ci skip]
2017-07-28 17:39:21 +03:00
Noam Meltzer
2aae602082
CHANGES.rst: cosmetic fix
...
[ci skip]
2017-07-25 23:07:26 +03:00
Noam Meltzer
796583323d
Bump version to v7.0.0
2017-07-25 22:53:20 +03:00
Noam Meltzer
5392bfead0
CHANGES.rst: And some more tweaks
...
[ci skip]
2017-07-25 22:48:18 +03:00
Noam Meltzer
46d9240f36
Update vendored urllib3 gitmodule to the proper git revision
...
Refs #720
2017-07-25 22:37:58 +03:00
Noam Meltzer
af56dd5a58
Updated CHANGES.rst - preparing to release v7.0.0
2017-07-25 22:33:28 +03:00
Ali Mirlou
e5b0795916
Typo fixed for docs ( #747 )
...
[ci skip]
2017-07-25 21:32:20 +03:00
Eldinnie
ae29620cd6
Remove duplicate test ( #748 )
2017-07-25 21:31:30 +03:00
Eldinnie
8d1d38cc4c
send_* now accepts tg-objects ( #742 )
...
Fixes #731
2017-07-25 01:35:22 +03:00
Eldinnie
2d1028acb6
Add kwargs to data dict ( #744 )
...
Add kwargs to data dict for all bot-methods that are not decorated with `@message`
Fixes #733
2017-07-25 01:19:09 +03:00
Eldinnie
94e0d3c2ac
Update Issue template ( #745 )
...
With a note that questions about usage should be asked in the group, not as an issue
[ci skip]
2017-07-25 00:27:30 +03:00
Noam Meltzer
f0638df390
Disable webhook unitests
...
Telegram servers don't like the endless game of set/delete webhooks and
refusing our requests. We're better of without testing it.
2017-07-25 00:23:11 +03:00
Noam Meltzer
2aa31c6faa
Remove urllib3 from reported packages for creating new github issues
...
[ci skip]
2017-07-25 00:22:03 +03:00
Eldinnie
81987c38d4
Update .readthedocs.yml ( #741 )
2017-07-24 00:05:40 +03:00
Eldinnie
b3b94240a5
Docs update ( #728 )
...
Amazing new documentation.
2017-07-23 23:33:08 +03:00
Rahiel Kasim
19ce9e4512
Delete deprecated code ( #693 )
...
* remove Botan import from utils
* remove telegram.Emoji
* remove ReplyKeyboardHide
* remove edit_message argument of bot.set_game_score
2017-07-23 22:58:20 +03:00
Noam Meltzer
c02613559d
README/CHANGES: Bot API 3.2 is now supported
...
[ci skip]
2017-07-23 22:41:50 +03:00
Rahiel Kasim
9bd5042cc3
README: add downloads/month badge ( #692 )
...
Fixes #293
[ci skip]
2017-07-23 22:32:12 +03:00
Jelle Besseling
8320227b2a
ConvesationHandler - check if a user exist before using it ( #699 )
...
Fixes #695
2017-07-23 22:29:52 +03:00
Ihor Polyakov
08d298eb60
TelegramObject.de_json became classmethod ( #737 )
...
Fixes #734
2017-07-23 22:14:38 +03:00
Jacob Bom
5a37af6f89
Bot api 3.2 ( #732 )
...
NOTE: Currently not testing StickerSet in terms of bot methods (interaction with telegrams servers) as there's no delete operations.
2017-07-22 14:34:51 +03:00
Rahiel Kasim
881da40978
Read the Docs configuration ( #729 )
...
[ci skip]
2017-07-22 14:13:49 +03:00
thodnev
f72f4090c6
Fixed args dispatching in messagequeue decorator ( #705 )
2017-07-08 07:18:10 +03:00
Jacob Bom
94ed4cb38d
Bot api 3.1 ( #698 ) + minor improvements
...
- Added all the new and shiny features from API 3.1.
- Not API 3.1 changes:
- Use future.utils.string_types for string isinstance checks.
- Stall between retries of test_set_webhook_get_webhook_info() &
test_delete_webhook().
2017-07-01 18:08:45 +03:00
Jacob Bom
cbafdc289f
Fix Message.text_*
...
Didn't work with URL type MessageEntities
(when you type a url in a tg client and tg converts it to a link for you)
2017-06-24 11:12:35 +03:00
Noam Meltzer
ebb2556176
Fix download of URLs with UTF-8 chars in path
...
refs #650
2017-06-24 11:10:43 +03:00
Jacob Bom
564d361cdf
Add folding to travis script section ( #686 )
2017-06-24 11:09:44 +03:00
Eldinnie
b4b0eb4686
Tests files from website ( #687 )
...
Use website for send from url tests instead of github.
2017-06-23 21:10:43 +03:00
Noam Meltzer
8703ae0b8d
Merge pull request #683 from python-telegram-bot/no_hardcoded_fileids
...
No hardcoded fileids
2017-06-23 00:47:13 +03:00
Noam Meltzer
8fcfdca25b
updated pre-commit tools versions
2017-06-22 22:06:37 +03:00
Noam Meltzer
d216b83728
Merge pull request #685 from python-telegram-bot/cache-pip-ci
...
Cache pip for travis and appveyor + update to travis trusty container
2017-06-22 21:48:00 +03:00
Noam Meltzer
56949bcad6
Merge pull request #674 from python-telegram-bot/restructure-internal
...
Move a lot of files
2017-06-22 21:26:47 +03:00
Noam Meltzer
470ee86497
Merge pull request #677 from evgfilim1/new-filters
...
New filters for handling messages from specific chat/user id
2017-06-22 21:25:39 +03:00
Jacob Bom
5b9bb904c2
Skip "official" tests on pypy
...
inspect.signature() seems to return a string instead of an actual signature on pypy
2017-06-22 20:18:31 +02:00
Jacob Bom
9264264a02
Does this version work?
...
See travis-ci/travis-ci#6727 for more info too
2017-06-22 19:31:52 +02:00