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 3 hours
ago. based on code collected
about 3 hours
ago.
Feb 27, 2025 — Feb 27, 2026
Showing page 36 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Stop relying on get_event_loop() in http tests, test coverage
Nikolay Kim
More...
over 12 years ago
Improve subprocess tests
Andrew Svetlov
More...
over 12 years ago
Fix typo
Andrew Svetlov
More...
over 12 years ago
Point to setuptools instead of distribute in runtests.py Please note: distribute has joined back into setuptools
Andrew Svetlov
More...
over 12 years ago
Add log message for unexpected exceptions in SIGCHLD handler, don't cancel handler on unknown exception
Andrew Svetlov
More...
over 12 years ago
Add test for subpocess.STDOUT
Andrew Svetlov
More...
over 12 years ago
Add test for stderr in subprocess
Andrew Svetlov
More...
over 12 years ago
Improve test coverage, fix couple bugs in Unix subprocess
Andrew Svetlov
More...
over 12 years ago
make InvalidStateError more informative
Nikolay Kim
More...
over 12 years ago
Drop never executed code
Andrew Svetlov
More...
over 12 years ago
Refactor unix subprocess support
Andrew Svetlov
More...
over 12 years ago
Fix windows tests, use explicit loop
Andrew Svetlov
More...
over 12 years ago
Dont use subtle weakref to subprocess transport, switch to direct notification on child exiting
Andrew Svetlov
More...
over 12 years ago
Get rid of using undocumented subprocess.Popen method
Andrew Svetlov
More...
over 12 years ago
Replace waitid to waitpid to make work on OSX
Andrew Svetlov
More...
over 12 years ago
Get rid of Future.running(). It is useless.
Guido van Rossum
More...
over 12 years ago
Add missing test file
Andrew Svetlov
More...
over 12 years ago
Skip subpocess tests only for Windows
Andrew Svetlov
More...
over 12 years ago
Implement subprocess execution for UNIX systems
Andrew Svetlov
More...
over 12 years ago
Stop relying on get_event_loop() where possible. It now raises when there is no loop.
Guido van Rossum
More...
over 12 years ago
Add --failfast parameter to runtests.py
Andrew Svetlov
More...
over 12 years ago
Fix for examples/child_process.py by Gustavo Carneiro <
[email protected]
>.
Guido van Rossum
More...
over 12 years ago
Add loop=self.loop to all Future() constructors in tasks_test.py.
Guido van Rossum
More...
over 12 years ago
Add disconnection notification and pause for write pipes.
Andrew Svetlov
More...
over 12 years ago
Add optional loop parameter to StreamBuffer and DataBuffer.
Nikolay Kim
More...
over 12 years ago
Make StreamReader.feed_*() robust if reading task is cancelled.
Guido van Rossum
More...
over 12 years ago
Add optional loop parameter to StreamReader.
Guido van Rossum
More...
over 12 years ago
Break long lines.
Guido van Rossum
More...
over 12 years ago
Opportunistically fix some cases where Future() was called without passing a loop.
Guido van Rossum
More...
over 12 years ago
Remove stray space at start of docstring.
Guido van Rossum
More...
over 12 years ago
←
1
2
…
32
33
34
35
36
37
38
39
40
…
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