Telethon/telethon/network
Andrey Egorov 43a0226b33 Merge branch 'asyncio' into asyncio-upstream
* asyncio:
  Not need to save (salt is out of DB)
  Very rare exception in the case of reconnect
  updates_handler is out from MtProtoSender to gc works properly; unauth_handler log format fix
  Memory leaks fix
  Pretty format of TLObject's
  More accurate clear pendings
  Another attempt to prevent duplicates
  Handle updates and other refactoring
  SocketClosed exception
  Refactoring of TcpClient
  Socket OSError logging
  More aggressive catching network errors
  No route to host catched + other errno to reconnect

# Conflicts (resolved):
#	telethon/extensions/tcp_client.py
#	telethon/network/mtproto_sender.py
#	telethon/telegram_bare_client.py
#	telethon/tl/session.py
2018-06-14 15:21:50 +03:00
..
connection Merge branch 'master' into asyncio 2018-05-13 16:47:35 +02:00
__init__.py Make the Connection a proper ABC (#509) 2018-05-10 14:22:19 +02:00
authenticator.py Merge branch 'master' into asyncio 2018-05-30 19:02:55 +02:00
mtproto_plain_sender.py Rename telethon_aio back to telethon 2018-03-18 10:26:53 +01:00
mtproto_sender.py Merge branch 'asyncio' into asyncio-upstream 2018-06-14 15:21:50 +03:00