Commit graph

653 commits

Author SHA1 Message Date
Alex Root Junior
80d2b24d7e Remove deprecated temp session. 2018-04-23 00:02:13 +03:00
Alex Root Junior
651e0ad2f1 Bump version 2018-04-22 23:53:50 +03:00
Alex Root Junior
c672faed0b Upd proxy example. 2018-04-22 22:16:50 +03:00
Alex Root Junior
573264b422 Upd requirements. 2018-04-22 22:12:25 +03:00
Alex Root Junior
e3e1ed9ed7 Add InvalidStickersSet exception 2018-04-22 22:02:58 +03:00
Alex Root Junior
a941a00abc Deprecate temp sessions. 2018-04-22 21:32:32 +03:00
Alex Root Junior
8f9240f7ea Something strange. ModuleNotFoundError is not defined when script executed via pip. 2018-04-19 03:55:33 +03:00
Alex Root Junior
9e97cd6727 destroy_temp_session is awaitable 2018-04-19 03:32:38 +03:00
Alex Root Junior
f047bb6db3 Implemented support of Socks5 Proxy 2018-04-19 03:28:34 +03:00
Alex Root Junior
e07115a09f Add InvalidStickersSet exception 2018-04-16 00:36:14 +03:00
Alex Root Junior
bcb629cf9a More pydocs in utils.executor module. 2018-04-15 18:44:15 +03:00
Alex Root Junior
0479c24e5a Optimize registering of callbacks 2018-04-15 06:32:44 +03:00
Alex Root Junior
96042d13ec Refactoring of executor util 2018-04-15 06:18:49 +03:00
Alex Root Junior
70ad68cf4a Removed obsolete code 2018-04-15 04:26:31 +03:00
Alex Root Junior
41c764971b Use find_packages() instead of for PackageFinder.find() in setup.py 2018-04-15 04:12:24 +03:00
Alex Root Junior
0de77cdea6 Update requirements.txt 2018-04-15 04:02:01 +03:00
Alex Root Junior
5bfbc1aec8 Bump version 2018-04-15 03:51:56 +03:00
Alex Root Junior
8d3a43c17d Fix setup.py for pip 10.0.0 2018-04-14 20:51:14 +03:00
Alex Root Junior
1e03e6f80a Merge branch 'dev-1.x'
# Conflicts:
#	aiogram/__init__.py
2018-04-14 20:45:31 +03:00
Alex Root Junior
c0fcaa6f45 More API Exceptions. 2018-04-14 02:40:16 +03:00
Alex Root Junior
77867fe109 Use setuptools instead of distutils. (no) 2018-04-09 00:31:28 +03:00
Alex Root Junior
ca3aa504cf Wow. Fail. Wrong method name. 2018-04-09 00:30:38 +03:00
Alex Root Junior
15c85c53db Bump version 2018-04-08 18:43:41 +03:00
Alex Root Junior
35f671c4c9 Merge branch 'dev-1.x'
# Conflicts:
#	aiogram/__init__.py
2018-04-08 18:21:19 +03:00
Alex Root Junior
967dbdaad3 Descriptions of errors. 2018-04-08 18:16:52 +03:00
Alex Root Junior
f0de1c5761 Add PhotoAsInputFileRequired exception. // Photo should be uploaded as an InputFile 2018-04-08 17:31:58 +03:00
Alex Root Junior
b808c48789 Use CHUNK_SIZE. [2] 2018-04-08 17:23:58 +03:00
Alex Root Junior
8fd45bbee4 Use CHUNK_SIZE. 2018-04-08 17:23:24 +03:00
Alex Root Junior
5dacbdd2a5 Returned back InputFile.from_url(url) method. 2018-04-08 17:22:10 +03:00
Alex Root Junior
e04c4d05da Fix unwanted disabling webhook when skip_updates is enabled. 2018-04-08 16:42:47 +03:00
Alex Root Junior
d2c5896b5c Oops. Remove duplicated argument. 2018-04-07 23:28:55 +03:00
Alex Root Junior
f0552ad6f5 Fix aiohttp ClientConnectorSSLError: SSL certificate verify failed #33 2018-04-07 01:52:26 +03:00
Alex Root Junior
2ba34454f4 Upd Makefile 2018-04-05 23:28:18 +03:00
Alex Root Junior
6a5393570a Cleanup .gitignore 2018-04-05 23:27:05 +03:00
Alex Root Junior
2a8eefc3af Add .pytest_cache/ to .gitignore 2018-04-05 23:24:57 +03:00
Alex Root Junior
d2232d127d Small changes in tests 2018-04-05 23:23:31 +03:00
Alex Root Junior
a9fa06653b Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x 2018-04-05 23:13:26 +03:00
Alex Root Junior
f1052b375d
Merge pull request #32 from Olegt0rr/dev-1.x
First pytests
2018-04-05 23:12:14 +03:00
Alex Root Junior
ce0d9aa3c6 Temporary fix "Coroutine 'BaseBot.close' was never awaited" 2018-04-05 23:11:09 +03:00
Oleg Abramov
a1030145c9 Add editMessage and answerCallbackQ tests 2018-04-04 20:09:01 +03:00
Oleg Abramov
e58e084219 Add chat methods tests 2018-04-04 19:33:28 +03:00
Oleg Abramov
bd701c3768 Add exportChatInviteLink test 2018-04-04 18:47:32 +03:00
Oleg Abramov
dd559da6f4 Add promoteChatMember test 2018-04-04 18:17:43 +03:00
Oleg Abramov
3548febeaf Add restrictChatMember test 2018-04-04 18:14:42 +03:00
Oleg Abramov
28484d9352 Add unbanChatMember test 2018-04-04 18:12:21 +03:00
Oleg Abramov
90de8b2d4b Add kickChatMember test 2018-04-04 18:11:03 +03:00
Oleg Abramov
959f41a2f0 Add getFile test 2018-04-04 18:08:18 +03:00
Oleg Abramov
b95e977c12 Add getUserProfilePhotos test 2018-04-04 17:29:53 +03:00
Oleg Abramov
c0e4d480dd Add sendChatAction test 2018-04-04 17:09:20 +03:00
Oleg Abramov
3e77aa2775 Add sendContact test 2018-04-04 17:05:17 +03:00