1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More reliable CoroWrapper.__del__ More... almost 12 years ago
Examples: close the event loop at exit More... almost 12 years ago
_UnixSubprocessTransport: fix file mode of stdin More... almost 12 years ago
repr(Task): include also the future the task is waiting for More... almost 12 years ago
Fix test_sleep_cancel(): call_later() mock has no self parameter More... almost 12 years ago
Python issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() don't log the "destroy pending task" message anymore. The log is redundant for run_until_complete() and useless in run_briefly(). More... almost 12 years ago
Fix "Task was destroyed but it is pending!" warning in test_task_source_traceback() More... almost 12 years ago
CoroWrapper: check at runtime if Python has the yield-from bug #21209 More... almost 12 years ago
Simplify/optimize iscoroutine() More... almost 12 years ago
Sort imports More... almost 12 years ago
Move coroutine code in the new module asyncio.coroutines More... almost 12 years ago
Fix two "Coroutine xxx was never yielded from" messages in tests More... almost 12 years ago
Fix unit tests on Windows, escape filenames in regex More... almost 12 years ago
Tulip issue #137: In debug mode, save traceback where Future, Task and Handle objects are created. Pass the traceback to call_exception_handler() in the 'source_traceback' key. More... almost 12 years ago
Tulip issue #137: In debug mode, add the traceback where the coroutine object was created to the "coroutine ... was never yield from" log More... almost 12 years ago
Oops, restore a removed test More... almost 12 years ago
MANIFEST.in: add pypi.bat More... almost 12 years ago
Handle error handler: enhance formatting of the callback More... almost 12 years ago
Python issue 21163: Fix one more "Task was destroyed but it is pending!" log in tests More... almost 12 years ago
Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in tests More... almost 12 years ago
Add test to check that run_until_complete() checks the loop of the future More... almost 12 years ago
Python issue 21163: Fix some "Task was destroyed but it is pending!" logs in tests More... almost 12 years ago
Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandle More... almost 12 years ago
repr(Task) now also contains the line number even if the coroutine is done: use the first line number of the code object instead of the current line number of the generator frame. More... almost 12 years ago
Log an error if a Task is destroyed while it is still pending, but only on Python 3.4 and newer. More... almost 12 years ago
Make slow_select() test pass on Windows. More... almost 12 years ago
update MANIFEST.in More... almost 12 years ago
Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop() raises an exception if there is no current loop More... almost 12 years ago
Tulip issue #171: BaseEventLoop.close() now raises an exception if the event loop is running. You must first stop the event loop and then wait until it stopped, before closing it. More... almost 12 years ago
Tulip issue #172: only log selector timing in debug mode More... almost 12 years ago