Wykres commitów

12 Commity (e8b99addbd41a3d420afadfa367231df9ff8a6d4)

Autor SHA1 Wiadomość Data
Paul Sokolovsky e8b99addbd uasyncio: Ignore ENOENT on remove_writer().
StreamWriter.awrite() first tries to write to an fd, and if that succeeds,
yield IOWrite may never be called for that fd, and it will never be added
to poller. So, ignore such error.
2014-10-27 00:30:40 +02:00
Paul Sokolovsky 0fcb1daa81 uasyncio: Log only if __debug__==True (i.e. no optimization). 2014-10-26 00:20:53 +03:00
Paul Sokolovsky 4a884ef849 uasyncio: Split off uasyncio.core dist module. 2014-10-24 01:00:53 +03:00
Paul Sokolovsky 2b582fd934 uasyncio: Cleanup module imports after split up. 2014-10-24 00:32:32 +03:00
Paul Sokolovsky b2130c84ce uasyncio: Split into "core" and "extended" modules. 2014-10-24 00:24:13 +03:00
Paul Sokolovsky a295825300 uasyncio: Convert to package. 2014-10-24 00:04:37 +03:00
Paul Sokolovsky 35f4720962 uasyncio: test_http_client.py: Use run_until_complete(). 2014-10-24 00:03:27 +03:00
Paul Sokolovsky 1256840278 uasyncio: Release 0.6.2. 2014-10-21 01:31:59 +03:00
Paul Sokolovsky a776b5086e uasyncio: Add __repr__() for StreamReader/StreamWriter. 2014-10-21 01:31:58 +03:00
Paul Sokolovsky 0a20a84f61 uasyncio: Implement run_until_complete(). 2014-10-21 01:31:58 +03:00
Paul Sokolovsky 4d0d71f974 uasyncio: Update for rename microsocket -> usocket. 2014-10-21 01:31:58 +03:00
Paul Sokolovsky 8e97b6972a uasyncio: Rename asyncio_micro to uasyncio. 2014-10-21 01:31:58 +03:00