1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67. More... over 12 years ago
Relax test for process return code on Windows. More... over 12 years ago
Locks improvements by Arnaud Faure: better repr(), change Condition structure. More... over 12 years ago
Add limited TLS capability to source/sink examples. More... over 12 years ago
Add pool-closing to fetch3 example. More... over 12 years ago
Slight rearrangement of tests for server_hostname=... More... over 12 years ago
Better-looking errors when ssl module cannot be imported. Fixes issue #77. After a patch by Arno Faure. More... over 12 years ago
Satisfy (most) pep8 whitespace requirements. More... over 12 years ago
Fold some long lines. More... over 12 years ago
Log a warning when eof_received() returns true and using ssl. More... over 12 years ago
Document EventLoop.close(). More... over 12 years ago
Fix coverage -- it was still using tulip instead of asyncio. More... over 12 years ago
refactor ssl transport ready loop More... over 12 years ago
Close resources owned by subclass before calling super().close(). More... over 12 years ago
Add server_hostname as create_connection() argument, with secure default. More... over 12 years ago
Update selectors.py from cpython: add get_map() method (Natali + Pitrou). More... over 12 years ago
Fold some long lines. More... over 12 years ago
Temporarily stop accepting whenever accept() returns certain errors. Fixes issue #78. More... over 12 years ago
Better instructions for running setup.py on Windows. More... over 12 years ago
If setuptools cannot be imported, try distutils.core. More... over 12 years ago
Do not attempt to import _winapi on UNIX. More... over 12 years ago
Tweak import of _overlapped and add instructions README (mostly for myself :-). More... over 12 years ago
Add support for running subprocesses on Windows with the IOCP event loop. More... over 12 years ago
Make the IOCP proactor support "waitable" handles. More... over 12 years ago
Just log any exception coming out of accept(). Fixes issue #78. More... over 12 years ago
Update some comments. More... over 12 years ago
When not closing the connection after receiving EOF, still remove the read handler. More... over 12 years ago
Make it not a fatal error when accept() raises EMFILE. Fixes issue #78. More... over 12 years ago
Added tag 0.1.1 for changeset 27f5ccf1ba62 More... over 12 years ago
Changes by Sonald Stufft to build pypi distros. Yay! More... over 12 years ago