birdi
|
6de53dd476
|
Fix stacklevel arguments in renamed arguments in the dispatcher
|
2019-08-24 16:14:49 +03:00 |
|
Alex Root Junior
|
3d4bdcc498
|
Fix Dispatcher.throttle(...) and rename user & chat arguments to user_id & chat_id
|
2019-08-23 23:29:59 +03:00 |
|
Alex Root Junior
|
7f43bf8a65
|
Merge pull request #192 from evgfilim1/patch-1
Add aiogram AUR package installation instructions
|
2019-08-19 12:56:40 +03:00 |
|
Evgen
|
0c1fc4b1dd
|
Add aiogram AUR package installation instructions
|
2019-08-19 00:11:05 +05:00 |
|
Alex Root Junior
|
9a30285d3b
|
Update docs.
|
2019-08-17 00:08:04 +03:00 |
|
Alex Root Junior
|
e9bf01653f
|
Bump version
|
2019-08-16 23:00:02 +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 |
|
Alex Root Junior
|
b8dfa739db
|
Merge pull request #190 from aiogram/2.x-refactor
Refactor aiogram/utils/auth_widget.py
|
2019-08-16 22:43:07 +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 |
|
Alex Root Junior
|
9b2971a525
|
Merge pull request #181 from Birdi7/add-new-ways-throttle
New throttled decorator
|
2019-08-16 13:03:04 +03:00 |
|
birdi
|
ed0d4796e7
|
Merge branch 'dev-2.x' into add-new-ways-throttle
# Conflicts:
# examples/throtling_example.py
|
2019-08-15 17:06:10 +03:00 |
|
Alex Root Junior
|
ca55fad4ba
|
Merge pull request #182 from Ars2014/dev-2.x
Create AdminFilter and rename IdFilter to IDFilter
|
2019-08-15 16:53:28 +03:00 |
|
Alex Root Junior
|
23ceb1445e
|
Merge branch 'dev-2.x' into dev-2.x
|
2019-08-15 16:52:51 +03:00 |
|
Alex Root Junior
|
f27b262335
|
Merge pull request #185 from Birdi7/add_rename_argument_decorator
Add rename argument decorator
|
2019-08-15 16:49:40 +03:00 |
|
Egor
|
95f83d7cef
|
Merge branch 'dev-2.x' into add_rename_argument_decorator
|
2019-08-15 16:48:35 +03:00 |
|
Alex Root Junior
|
64000e0382
|
Merge pull request #191 from Birdi7/add-issue-183
Add relax argument in executor.start_polling
|
2019-08-15 16:38:11 +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 |
|
Alex Root Junior
|
bb117f83a5
|
Merge pull request #186 from aiogram/2.x-refactor
Some minor refactoring for 2.x
|
2019-08-12 12:36:24 +03:00 |
|
Suren Khorenyan
|
dfc334ef20
|
Minor refactor MessageEntity#parse
|
2019-08-11 23:45:31 +03:00 |
|
Suren Khorenyan
|
be622ca559
|
Refactor some redundant elifs
|
2019-08-11 23:42:18 +03:00 |
|
Suren Khorenyan
|
277eb8b701
|
Refactor TextFilter and its tests
|
2019-08-11 23:35:59 +03:00 |
|
Suren Khorenyan
|
f4339d10b0
|
Super minor refactor webhook and executor
|
2019-08-11 22:55:44 +03:00 |
|
Suren Khorenyan
|
58a5da925a
|
Refactor examples/webhook_example.py
|
2019-08-11 22:52:54 +03:00 |
|
Suren Khorenyan
|
251760a032
|
Rename webhook example
|
2019-08-11 22:51:50 +03:00 |
|
Suren Khorenyan
|
fdf3c44860
|
Rename old webhook example
|
2019-08-11 22:50:58 +03:00 |
|
Suren Khorenyan
|
94811c57e1
|
Minor refactor examples/text_filter_example.py and examples/throtling_example.py
|
2019-08-11 22:02:36 +03:00 |
|
Suren Khorenyan
|
8538e6af57
|
Refactor examples/regular_keyboard_example.py
|
2019-08-11 21:52:58 +03:00 |
|
Suren Khorenyan
|
747c87631e
|
Refactor examples/regexp_commands_filter_example.py
|
2019-08-11 16:31:01 +03:00 |
|
Suren Khorenyan
|
a93fb46382
|
Refactor examples/proxy_and_emojize.py
|
2019-08-11 15:49:27 +03:00 |
|
Suren Khorenyan
|
68aa7dbf1a
|
Refactor examples/payments.py
|
2019-08-11 15:30:01 +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
|
05bfb37e18
|
Add docs for deprecated
|
2019-08-10 23:52:25 +03:00 |
|
birdi
|
189753cf67
|
Add renamed_argument decorator for convenient warnings about
deprecated arguments
|
2019-08-10 23:42:49 +03:00 |
|
Suren Khorenyan
|
95fcaaeed7
|
Micro refactor
|
2019-08-10 22:09:29 +03:00 |
|
Suren Khorenyan
|
7a155794e2
|
Refactor examples/inline_keyboard_example.py
|
2019-08-10 21:55:52 +03:00 |
|
Suren Khorenyan
|
c6871f8071
|
Refactor examples/inline_bot.py
|
2019-08-10 20:17:03 +03:00 |
|
Suren Khorenyan
|
a4f8dc907a
|
Refactor examples/id_filter_example.py
|
2019-08-10 18:41:50 +03:00 |
|
Suren Khorenyan
|
5846d3a6c2
|
More minor refactoring
|
2019-08-10 18:41:29 +03:00 |
|
Suren Khorenyan
|
a78b93c5cd
|
Refactor examples/i18n_example.py
|
2019-08-10 17:55:39 +03:00 |
|
Suren Khorenyan
|
d360538bba
|
Some localization changes
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
ad7238fda8
|
Some refactor
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
cabb10bc06
|
Create some tests
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
6cf06bd081
|
Fix test_states_group name
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
3867b72df6
|
Refactor examples/echo_bot.py
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
f4aafb043e
|
Refactor examples/check_user_language.py
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
cb7ec3edb8
|
Refactor examples/callback_data_factory_simple.py
|
2019-08-10 00:08:11 +03:00 |
|