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 6 hours
ago. based on code collected
1 day
ago.
Jun 21, 2025 — Jun 21, 2026
Showing page 18 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
More reliable CoroWrapper.__del__
Victor Stinner
More...
almost 12 years ago
Examples: close the event loop at exit
Victor Stinner
More...
almost 12 years ago
_UnixSubprocessTransport: fix file mode of stdin
Victor Stinner
More...
almost 12 years ago
repr(Task): include also the future the task is waiting for
Victor Stinner
More...
almost 12 years ago
Fix test_sleep_cancel(): call_later() mock has no self parameter
Victor Stinner
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().
Victor Stinner
More...
almost 12 years ago
Fix "Task was destroyed but it is pending!" warning in test_task_source_traceback()
Victor Stinner
More...
almost 12 years ago
CoroWrapper: check at runtime if Python has the yield-from bug #21209
Victor Stinner
More...
almost 12 years ago
Simplify/optimize iscoroutine()
Victor Stinner
More...
almost 12 years ago
Sort imports
Victor Stinner
More...
almost 12 years ago
Move coroutine code in the new module asyncio.coroutines
Victor Stinner
More...
almost 12 years ago
Fix two "Coroutine xxx was never yielded from" messages in tests
Victor Stinner
More...
almost 12 years ago
Fix unit tests on Windows, escape filenames in regex
Victor Stinner
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.
Victor Stinner
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
Victor Stinner
More...
almost 12 years ago
Oops, restore a removed test
Victor Stinner
More...
almost 12 years ago
MANIFEST.in: add pypi.bat
Victor Stinner
More...
almost 12 years ago
Handle error handler: enhance formatting of the callback
Victor Stinner
More...
almost 12 years ago
Python issue 21163: Fix one more "Task was destroyed but it is pending!" log in tests
Victor Stinner
More...
almost 12 years ago
Python issue 21163: Fix more "Task was destroyed but it is pending!" logs in tests
Victor Stinner
More...
almost 12 years ago
Add test to check that run_until_complete() checks the loop of the future
Victor Stinner
More...
almost 12 years ago
Python issue 21163: Fix some "Task was destroyed but it is pending!" logs in tests
Victor Stinner
More...
almost 12 years ago
Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandle
Victor Stinner
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.
Victor Stinner
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.
Victor Stinner
More...
almost 12 years ago
Make slow_select() test pass on Windows.
Guido van Rossum
More...
almost 12 years ago
update MANIFEST.in
Victor Stinner
More...
almost 12 years ago
Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop() raises an exception if there is no current loop
Victor Stinner
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.
Victor Stinner
More...
almost 12 years ago
Tulip issue #172: only log selector timing in debug mode
Victor Stinner
More...
almost 12 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
…
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