aiogram/aiogram/utils
Alex Root Junior 87393f2475 Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x
# Conflicts:
#	README.md
#	README.rst
#	aiogram/__init__.py
#	aiogram/bot/bot.py
#	aiogram/contrib/fsm_storage/redis.py
#	aiogram/contrib/middlewares/logging.py
#	aiogram/dispatcher/dispatcher.py
#	aiogram/dispatcher/filters/__init__.py
#	aiogram/dispatcher/filters/builtin.py
#	aiogram/dispatcher/filters/filters.py
#	aiogram/dispatcher/filters/state.py
#	aiogram/dispatcher/handler.py
#	aiogram/dispatcher/webhook.py
#	aiogram/types/base.py
#	aiogram/types/chat.py
#	aiogram/types/chat_member.py
#	aiogram/types/input_media.py
#	aiogram/types/message.py
#	aiogram/utils/callback_data.py
#	aiogram/utils/deprecated.py
#	aiogram/utils/exceptions.py
#	aiogram/utils/executor.py
#	aiogram/utils/helper.py
#	aiogram/utils/json.py
#	aiogram/utils/mixins.py
#	aiogram/utils/payload.py
#	dev_requirements.txt
#	docs/source/index.rst
#	examples/callback_data_factory.py
#	examples/check_user_language.py
#	examples/echo_bot.py
#	examples/finite_state_machine_example.py
#	examples/i18n_example.py
#	examples/inline_bot.py
#	examples/media_group.py
#	examples/middleware_and_antiflood.py
#	examples/payments.py
#	examples/proxy_and_emojize.py
#	examples/regexp_commands_filter_example.py
#	examples/throtling_example.py
#	examples/webhook_example.py
#	examples/webhook_example_2.py
#	setup.py
#	tests/test_bot.py
#	tests/test_token.py
#	tests/types/dataset.py
2019-11-03 22:19:44 +02:00
..
__init__.py Add markdown util. 2017-05-19 22:55:29 +03:00
auth_widget.py Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x 2019-11-03 22:19:44 +02:00
callback_data.py Minor refactor callback_data 2019-08-10 00:08:11 +03:00
deprecated.py Fix renamed_argument decorator. Return results. 2019-08-28 00:34:32 +03:00
emoji.py Changed his mind. 2017-08-14 22:53:42 +03:00
exceptions.py Update docs. 2019-08-17 00:08:04 +03:00
executor.py Fix incorrect completion order. 2019-10-10 19:20:49 +05:00
helper.py Create OrderedHelper 2019-10-09 20:03:48 +03:00
json.py Prevent to serialize text as date when rapidjson is used 2019-10-29 22:36:43 +02:00
markdown.py Add Black and Flake8 2019-06-29 19:53:18 +03:00
mixins.py Some refactor 2019-08-10 00:08:11 +03:00
parts.py Add Black and Flake8 2019-06-29 19:53:18 +03:00
payload.py Refactor some redundant elifs 2019-08-11 23:42:18 +03:00