Telethon/telethon
Dmitry D. Chernov c8f16a4e89 Fix a couple of inconsistencies in the public interface (#1102)
* Create `_NOT_A_REQUEST` when needed. Currently, modifications    
  in the raised exception would be "global".    
* `retries` parameters were actually attempts. This has been fixed    
  to actually be the amount of retries, so 0 now means don't retry.    
* Helper function to deal with retries instead of using a range with    
  different styles every time.
2019-02-06 19:41:45 +01:00
..
client Fix a couple of inconsistencies in the public interface (#1102) 2019-02-06 19:41:45 +01:00
crypto Actually perform all checks in 2fa 2018-12-24 14:16:50 +01:00
errors Show the request that caused RPC errors in their messages 2018-10-15 18:35:51 +02:00
events Fix and update links in the documentation 2019-01-12 13:06:14 +01:00
extensions Make logger fully configurable (#1087) 2019-01-11 15:52:30 +01:00
network Fix a couple of inconsistencies in the public interface (#1102) 2019-02-06 19:41:45 +01:00
sessions Revert "Get rid of now broken cache" 2018-12-25 16:50:11 +01:00
tl Add missing timezone info in important places 2019-01-24 11:16:40 +01: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
helpers.py Fix a couple of inconsistencies in the public interface (#1102) 2019-02-06 19:41:45 +01:00
password.py Check g when password's prime is known to be good 2018-12-25 10:59:16 +01:00
sync.py Avoid caching event loop in telethon.sync 2018-11-10 11:34:26 +01:00
utils.py Update resolve_bot_file_id to latest layer (#1100) 2019-02-03 00:14:39 +01:00
version.py Update to v1.5.5 2019-02-02 11:36:38 +01:00