Commit graph

181 commits

Author SHA1 Message Date
Forden
4863675d28
Add exception MessageToPinNotFound (#404) 2020-08-14 17:09:45 +03:00
unintended
f9c367548f
Fix markdown escaping issues (#363)
* #360 - Fix: escape '=' sign in markdown

* fix more escaping issues

* Rename test suite

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2020-06-27 16:17:38 +03:00
Egor
557147ad8d
fix: markdown helper methods work correctly (#353)
* fix: methods in markdown helper work now

* chore: add return type annotations
2020-06-09 16:55:13 +03:00
Alex Root Junior
d5169a294f AIOG-T-23 Backport text_decorations from 3.0a 2020-06-08 20:43:23 +03:00
Daniil Kovalenko
1e7f07f443
Fix escaping issues in markdown.py 2020-05-10 22:40:37 +07:00
Alex Root Junior
5de9c9853e #270: Add new exception 2020-04-05 18:28:59 +03:00
Alex Root Junior
e91d5466a7 Merge branch 'dev-2.x' 2020-01-05 20:28:15 +02:00
Alex Root Junior
9f6b87901d
Merge pull request #255 from TC-b64/dev-2.x
Data validity condition changed
2020-01-05 19:53:17 +02:00
Egor
b436cf8e27
fix: renamed_argument decorator error
Also, I removed hidden mutation of input in _handling function
2020-01-04 20:17:22 +05:00
TC-b64
59a223ce81 Data validity condition changed 2020-01-04 17:09:01 +11:00
Alex Root Junior
dee654ae9f Update markdown quote pattern 2020-01-03 21:42:34 +02:00
Alex Root Junior
3783e7052a Get back quote_html and escape_md functions 2020-01-01 21:40:31 +02:00
Alex Root Junior
9115a44be6 Backport of text decoration utils from 3.0 2020-01-01 16:39:31 +02:00
Alex Root Junior
ce026dfa71 Add exception MethodIsNotAvailable 2020-01-01 16:05:59 +02:00
Oleg A
52f35058db #238 Formatted deep linking docs 2019-11-29 23:27:19 +03:00
Oleg A
1305a06b24 #238 Removed prints and fixed example 2019-11-24 01:08:06 +03:00
Oleg A
a42252b5c6 #238 Added deep linking feature 2019-11-24 00:40:11 +03:00
alex_shavelev
b9130e2e1c enable syntax 'key in dispatcher', issue #233 2019-11-14 19:15:44 +02:00
Victor Usachev
9571669ca4 refactor(utils): reduce code duplication 2019-10-30 02:42:24 +03:00
Alex Root Junior
f8d255b353 Prevent to serialize text as date when rapidjson is used 2019-10-29 22:36:43 +02:00
Alex Root Junior
7fb21ead9d
Merge pull request #217 from gabbhack/dev-2.x
Fix incorrect completion order.
2019-10-10 17:42:14 +03:00
Gabben
2f5415c1c9
Fix incorrect completion order. 2019-10-10 19:20:49 +05:00
Suren Khorenyan
68a9df9222 Create OrderedHelper 2019-10-09 20:03:48 +03:00
Alex Root Junior
dbda878114 Fix renamed_argument decorator. Return results. 2019-08-28 00:34:32 +03:00
Alex Root Junior
9a30285d3b Update docs. 2019-08-17 00:08:04 +03:00
Alex Root Junior
19fc1b8d80 Bump deprecated util and fix warning from tests related with new permissions object. 2019-08-16 22:57:13 +03:00
Suren Khorenyan
7863f052d9 Refactor aiogram/utils/auth_widget.py
+ fix check auth widget token in BaseBot, fix tests
2019-08-16 22:36:11 +03:00
Egor
95f83d7cef
Merge branch 'dev-2.x' into add_rename_argument_decorator 2019-08-15 16:48:35 +03:00
birdi
5a29eb0960 Add relax argument in executor.start_polling 2019-08-15 01:37:55 +03:00
birdi
026416a668 refactoring 2019-08-12 14:16:38 +03:00
birdi
9ea22a29fc fix docs 2019-08-12 14:16:05 +03:00
Suren Khorenyan
be622ca559 Refactor some redundant elifs 2019-08-11 23:42:18 +03:00
Suren Khorenyan
f4339d10b0 Super minor refactor webhook and executor 2019-08-11 22:55:44 +03:00
birdi
e1cd68d4d3 fix quotes 2019-08-11 01:15:03 +03:00
birdi
f750ea13f5 fix typo 2019-08-11 00:09:44 +03:00
birdi
cc601a7e0d add support of stacklevel parameter in renamed_argument decorator 2019-08-11 00:07:30 +03:00
birdi
189753cf67 Add renamed_argument decorator for convenient warnings about
deprecated arguments
2019-08-10 23:42:49 +03:00
Suren Khorenyan
ad7238fda8 Some refactor 2019-08-10 00:08:11 +03:00
Suren Khorenyan
846f83f117 Some callback_data_factory.py refactor 2019-08-10 00:08:11 +03:00
Suren Khorenyan
61e1015c1e Minor refactor callback_data 2019-08-10 00:08:11 +03:00
AmirHossein Falahati
4a4eb5cff9
fix BotKicked 2019-07-13 02:33:02 +04:30
Ilya Samartsev
5421982482 update exception matcher and fix tests 2019-06-02 14:39:17 +03:00
Alex RootJunior
b70778fcdb Update to 4.3 Bot API. LoginUrl. 2019-06-01 15:16:28 +03:00
Alex RootJunior
beca19b5e2 Implements opportunity to change request timeouts 2019-04-17 23:24:23 +03:00
Alex RootJunior
43022a7810 More errors. 2019-04-13 04:57:24 +03:00
Alex RootJunior
96a4db6376 Fix error prefix cleaner 2019-04-13 04:44:49 +03:00
Alex RootJunior
411202de45 More poll errors 2019-04-13 04:41:35 +03:00
Alex RootJunior
e2e2d9c9fe Implemented polls [From test API] 2019-04-11 00:32:46 +03:00
Alex RootJunior
25bdb9cf4d Fix #117: TypeError with LazyProxy object in keyboards 2019-04-07 14:13:54 +03:00
Kostiantyn Kriuchkov
db18d54b21
Update callback_data.py
Can't pass 0 to value, raises error 'ValueError: Value for {part} is not passed!'
2019-04-06 20:26:58 +01:00