Telethon/telethon
Lonami Exo f09ab6c6b6 Fix-up 771c573 to properly stop background update workers
The "special" StopIteration object didn't actually make any sense.
Instead looping forever, workers now loop while there are workers,
so that they stop looping once the count is cleared.

Dummy values are still inserted so that they don't need to timeout
on the queue before exiting (these values are None) so in essence,
this keeps the best of both of worlds.
2018-03-01 20:13:21 +01:00
..
crypto Dump libssl bindings in favour of the new optional cryptg module 2018-02-16 18:24:44 +01:00
errors Errors: Fix passing 'self' to the constructors of the superclasses 2018-02-14 17:09:22 +10:00
events Allow access to events' pattern match (#654) 2018-03-01 00:15:30 +01:00
extensions Fix markdown's URL regex not acceping newlines 2018-02-27 14:10:02 +01:00
network Use req_pq_multi instead req_pq when creating an auth_key 2018-02-19 20:31:47 +01:00
tl Multiple small changes/fixed typos to docs/error messages (#623) 2018-03-01 13:21:28 +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 Fix time offset failing if system time was ahead of time 2018-02-27 11:43:42 +01:00
telegram_bare_client.py Multiple small changes/fixed typos to docs/error messages (#623) 2018-03-01 13:21:28 +01:00
telegram_client.py Look in all dialogs when getting entities by peer ID 2018-03-01 20:03:51 +01:00
update_state.py Fix-up 771c573 to properly stop background update workers 2018-03-01 20:13:21 +01:00
utils.py Multiple small changes/fixed typos to docs/error messages (#623) 2018-03-01 13:21:28 +01:00
version.py Update to v0.17.4 2018-02-24 18:08:14 +01:00