Telethon/telethon
Lonami Exo b58c0d3071 Stop relying on __doc__ in EntityCache
This breaks when running with python -OO (optimized) which
removes the documentation but is crucial. Instead and thanks
to fce5cfea, we can now rely on the type hints instead.
2019-05-02 10:20:49 +02:00
..
client Inline the old _load_entities code 2019-05-01 17:07:12 +02:00
crypto Best-effort attempt at finding libssl (#1167) 2019-04-30 16:22:19 +02:00
errors Treat all error codes as positive 2019-04-23 11:28:09 +02:00
events Reuse code for _get_entity_pair 2019-05-01 17:52:32 +02:00
extensions Fix handling message payloads that are too large 2019-03-06 18:08:51 +01:00
network Call self._writer.wait_closed() on disconnect 2019-04-25 09:56:30 +02:00
sessions Create a new in-memory cache for entities (#1141) 2019-03-26 11:27:52 +01:00
tl Reuse code for _get_entity_pair 2019-05-01 17:52:32 +02:00
__init__.py Make logger fully configurable (#1087) 2019-01-11 15:52:30 +01:00
default.py Create a default module to use as a sentinel value 2018-10-05 14:20:50 +02:00
entitycache.py Stop relying on __doc__ in EntityCache 2019-05-02 10:20:49 +02:00
helpers.py Fix-up new sync __enter__ not handling the client directly 2019-04-13 10:55:51 +02:00
password.py Check g when password's prime is known to be good 2018-12-25 10:59:16 +01:00
requestiter.py Fix RequestIter.__anext__ without __ainit__ (#1142) 2019-03-29 18:32:00 +01:00
statecache.py Use sets instead of isinstance in StateCache too 2019-05-01 16:37:54 +02:00
sync.py Fix telethon.sync not syncifying takeout client 2019-04-19 13:58:37 +02:00
utils.py Reuse code for _get_entity_pair 2019-05-01 17:52:32 +02:00
version.py Stop relying on __doc__ in EntityCache 2019-05-02 10:20:49 +02:00