Telethon/telethon
Lonami Exo eefd37c2d7 Stop calling .disconnect() from .__del__()
It was causing some strange behaviour with the synchronized Queue
used by the UpdateState class. Calling .get() with any timeout
would block forever. Perhaps something else got released when
the script ended and then any call would block forever, thus the
thread never joining.
2018-02-03 12:15:38 +01:00
..
crypto Move utils.calc_msg_key into auth_key (cyclic imports py3.4) 2018-01-08 12:07:14 +01:00
errors Make exception types correspond to Python docs 2017-12-28 09:48:02 +10:00
extensions Except OSError with errno.WSAEACCES when connecting 2018-02-03 11:44:05 +01:00
network Add missing FutureSalts response special case (#81) 2018-01-30 18:32:42 +01:00
tl Override TLObject's __eq__ and __ne__ methods 2018-02-01 12:10:03 +01:00
__init__.py Use NullHandler as default for the library 2017-11-13 10:59:43 +01:00
helpers.py Move utils.calc_msg_key into auth_key (cyclic imports py3.4) 2018-01-08 12:07:14 +01:00
session.py Save session data when migrating from JSON (#570) 2018-01-31 21:01:53 +01:00
telegram_bare_client.py Stop calling .disconnect() from .__del__() 2018-02-03 12:15:38 +01:00
telegram_client.py Raise error on .get_entity() on non-joined invite link 2018-02-02 17:24:12 +01:00
update_state.py Make a proper use of the logging module 2017-12-20 12:47:39 +01:00
utils.py Fix .download_media() not accepting Document 2018-01-23 12:10:23 +01:00
version.py Update to v0.16.2 2018-01-19 21:17:57 +01:00