1
I Use This!
Inactive

Commits : Listings

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