Telethon/telethon
Lonami Exo c0e4d6c8b6 Slightly simplify BinaryReader
There was no need for the BufferedReader, since everything
is already in memory. Further, the stream parameter was never
used, so it was also unnecessary. The check for None when
reading length was also unnecessary, since we could just pass
-1 to begin with.
2019-08-07 10:33:46 +02:00
..
client Fix issues with to/from ID in private chats with multiple clients 2019-08-07 00:46:19 +02:00
crypto Refactor libssl import path workarounds (#1202) 2019-06-15 13:42:31 +02:00
errors Remove invalid error inits and move bad msg error 2019-05-15 13:58:19 +02:00
events Fix issues with to/from ID in private chats with multiple clients 2019-08-07 00:46:19 +02:00
extensions Slightly simplify BinaryReader 2019-08-07 10:33:46 +02:00
network Pass all Updates when building events 2019-06-30 16:34:34 +02:00
sessions Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
tl Support iterating over specific drafts more easily 2019-08-01 20:15:32 +02:00
__init__.py Re-export the main modules and types from sync 2019-05-07 10:47:25 +02:00
entitycache.py Stop relying on __doc__ in EntityCache 2019-05-02 10:20:49 +02:00
helpers.py Create a new page with a summary of the method reference 2019-05-06 11:38:26 +02:00
hints.py Fix Python 3.5.2 type hinting (#1177) 2019-06-28 21:26:08 +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 Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
statecache.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
sync.py Add missing re-exports in telethon.sync 2019-07-05 16:51:08 +02:00
utils.py Fix use of newer file IDs and add two new errors 2019-08-06 23:25:58 +02:00
version.py Update to v1.9.0 2019-07-06 19:38:18 +02:00