Telethon/telethon/_misc
Lonami Exo ed70991bf3 Merge branch 'v2'
v2 is still not complete. A lot of cleanup still needs to be done.
In particular, entities still need some care. However, most of it
is there, and keeping up with two branches is annoying.
This also lets me close a lot of issues to reduce noise
and focus on the important ones.

Closes #354 (input entities have been reworked).
Closes #902 (sessions were overhauled).
Closes #1125, #3253, #1589, #1634, #3150, #3668 (updates are reworked, gaps are properly handled now).
Closes #1169 (2.0 is now merged).
Closes #1311 (proper usage should not trigger this issue on the reworked connection code).
Closes #1327 (there have been some stringify changes).
Closes #1330 (gaps are now detected).
Closes #1366 (sessions are now async).
Closes #1476, #1484 (asyncio open connection is no longer used).
Closes #1529 (commonmark is now used).
Closes #1721 (update gaps are now properly handled).
Closes #1724 (a gap that fixes this will eventually trigger).
Closes #3006 (force_sms is gone).
Closes #3041 (a clean implementation to get difference now exists).
Closes #3049 (commonmark is now used).
Closes #3111 (to_dict has changed).
Closes #3117 (SMS is no longer an option).
Closes #3171 (connectivity bug is unlikely to be a bug in the library).
Closes #3206 (Telethon cannot really fix broken SSL).
Closes #3214, #3257, #3661 (not enough information).
Closes #3215 (this had already been fixed).
Closes #3230, #3674 (entities were reworked).
Closes #3234, #3238, #3245, #3258, #3264 (the layer has been updated).
Closes #3242 (bot-API file IDs have been removed).
Closes #3244 (the error is now documented).
Closes #3249 (errors have been reworked).
2022-01-24 13:24:35 +01:00
..
__init__.py Fix imports 2021-09-12 16:23:55 +02:00
binaryreader.py Completely overhaul errors to be generated dynamically 2021-09-24 20:12:00 +02:00
enums.py Remove custom enum parsing 2022-01-16 12:06:42 +01:00
helpers.py Review, unify and simplify retry_range usage 2022-01-24 11:29:02 +01:00
hints.py Bump minimum required Python version to 3.7 2022-01-09 13:00:45 +01:00
html.py Add new features from new layer (#3676) 2022-01-24 13:15:02 +01:00
markdown.py Add new features from new layer (#3676) 2022-01-24 13:15:02 +01:00
messagepacker.py Move alltlobjects.py and fix imports 2021-09-12 16:58:06 +02:00
password.py Fix imports 2021-09-12 13:27:13 +02:00
requestiter.py Make changes to the default limit in client.get_list methods 2021-09-17 20:04:57 +02:00
tlobject.py Remove TLObject.to_json 2022-01-09 12:18:15 +01:00
utils.py Merge branch 'v2' 2022-01-24 13:24:35 +01:00