openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
python-asyncio
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Mar 01, 2025 — Mar 01, 2026
Showing page 28 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67.
Guido van Rossum
More...
over 12 years ago
Relax test for process return code on Windows.
Richard Oudkerk
More...
over 12 years ago
Locks improvements by Arnaud Faure: better repr(), change Condition structure.
Guido van Rossum
More...
over 12 years ago
Add limited TLS capability to source/sink examples.
Guido van Rossum
More...
over 12 years ago
Add pool-closing to fetch3 example.
Guido van Rossum
More...
over 12 years ago
Slight rearrangement of tests for server_hostname=...
Guido van Rossum
More...
over 12 years ago
Better-looking errors when ssl module cannot be imported. Fixes issue #77. After a patch by Arno Faure.
Guido van Rossum
More...
over 12 years ago
Satisfy (most) pep8 whitespace requirements.
Guido van Rossum
More...
over 12 years ago
Fold some long lines.
Guido van Rossum
More...
over 12 years ago
Log a warning when eof_received() returns true and using ssl.
Guido van Rossum
More...
over 12 years ago
Document EventLoop.close().
Guido van Rossum
More...
over 12 years ago
Fix coverage -- it was still using tulip instead of asyncio.
Guido van Rossum
More...
over 12 years ago
refactor ssl transport ready loop
Nikolay Kim
More...
over 12 years ago
Close resources owned by subclass before calling super().close().
Guido van Rossum
More...
over 12 years ago
Add server_hostname as create_connection() argument, with secure default.
Guido van Rossum
More...
over 12 years ago
Update selectors.py from cpython: add get_map() method (Natali + Pitrou).
Guido van Rossum
More...
over 12 years ago
Fold some long lines.
Guido van Rossum
More...
over 12 years ago
Temporarily stop accepting whenever accept() returns certain errors. Fixes issue #78.
Guido van Rossum
More...
over 12 years ago
Better instructions for running setup.py on Windows.
Guido van Rossum
More...
over 12 years ago
If setuptools cannot be imported, try distutils.core.
Guido van Rossum
More...
over 12 years ago
Do not attempt to import _winapi on UNIX.
Guido van Rossum
More...
over 12 years ago
Tweak import of _overlapped and add instructions README (mostly for myself :-).
Guido van Rossum
More...
over 12 years ago
Add support for running subprocesses on Windows with the IOCP event loop.
Richard Oudkerk
More...
over 12 years ago
Make the IOCP proactor support "waitable" handles.
Richard Oudkerk
More...
over 12 years ago
Just log any exception coming out of accept(). Fixes issue #78.
Guido van Rossum
More...
over 12 years ago
Update some comments.
Guido van Rossum
More...
over 12 years ago
When not closing the connection after receiving EOF, still remove the read handler.
Guido van Rossum
More...
over 12 years ago
Make it not a fatal error when accept() raises EMFILE. Fixes issue #78.
Guido van Rossum
More...
over 12 years ago
Added tag 0.1.1 for changeset 27f5ccf1ba62
Guido van Rossum
More...
over 12 years ago
Changes by Sonald Stufft to build pypi distros. Yay!
Guido van Rossum
More...
over 12 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree