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 14 hours
ago. based on code collected
2 days
ago.
Jun 21, 2025 — Jun 21, 2026
Showing page 19 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add an unit test to check that setting the PYTHONASYNCIODEBUG env var enables debug mode of the event loop.
Victor Stinner
More...
almost 12 years ago
Enable the debug mode of event loops when the PYTHONASYNCIODEBUG environment variable is set
Victor Stinner
More...
almost 12 years ago
BaseEventLoop._assert_is_current_event_loop() now only raises an exception if the current loop is not None.
Victor Stinner
More...
almost 12 years ago
Tulip issue #105: in debug mode, log callbacks taking more than 100 ms to be executed.
Victor Stinner
More...
about 12 years ago
Tulip issue #83: document more functions in docstrings
Victor Stinner
More...
about 12 years ago
Python issue 21595: BaseSelectorEventLoop._read_from_self() reads all available bytes from the "self pipe", not only a single byte. This change reduces the risk of having the pipe full and so getting the "BlockingIOError: [Errno 11] Resource temporarily unavailable" message.
Victor Stinner
More...
about 12 years ago
Fix pyflakes errors
Victor Stinner
More...
about 12 years ago
Refactor tests: add a base TestCase class
Victor Stinner
More...
about 12 years ago
Refactor test__run_once_logging() to not rely on the exact number of calls to time.monotonic(). Use a "fast select" and a "slow select" instead.
Victor Stinner
More...
about 12 years ago
Set __qualname__ attribute of CoroWrapper in @coroutine decorator
Victor Stinner
More...
about 12 years ago
Python issue 21723: asyncio.Queue: support any type of number (ex: float) for the maximum size. Patch written by Vajrasky Kok.
Victor Stinner
More...
about 12 years ago
Task.__repr__() now also handles CoroWrapper
Victor Stinner
More...
about 12 years ago
Fix test_tasks for Python 3.5
Victor Stinner
More...
about 12 years ago
Do not offer to copy selectors.py to/from 3.4 CPython branch in update script.
Guido van Rossum
More...
about 12 years ago
Issue #173: Enhance repr(Handle) and repr(Task)
Victor Stinner
More...
about 12 years ago
wait(): mention that the future sequence must not be empty
Victor Stinner
More...
about 12 years ago
Tulip issue #83, Python issue 21252: Fill some XXX docstrings
Victor Stinner
More...
about 12 years ago
Tulip issue #169, Python issue #21326: Add BaseEventLoop.is_closed() method
Victor Stinner
More...
about 12 years ago
Fix tests on Windows: wait for the subprocess exit
Victor Stinner
More...
about 12 years ago
Python issue #21651: Fix ResourceWarning when running asyncio tests on Windows. Patch written by Claudiu Popa.
Victor Stinner
More...
about 12 years ago
cleanup test_base_events: cm variable was unused
Victor Stinner
More...
about 12 years ago
Python issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner
More...
about 12 years ago
Make sure that socketpair() close sockets on error
Victor Stinner
More...
about 12 years ago
Close sockets on errors
Victor Stinner
More...
about 12 years ago
Rephrase Task.cancel docstring
Victor Stinner
More...
about 12 years ago
Make 'python3 setup.py test' work.
Guido van Rossum
More...
about 12 years ago
Fix docstring typo: CancellationError should be CancelledError.
Guido van Rossum
More...
about 12 years ago
Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading
Andrew Svetlov
More...
about 12 years ago
test_base_events: use mock.Mock instead of unittest.mock.Mock to simplify the synchronization with Trollius
Victor Stinner
More...
about 12 years ago
Update instructions for Windows.
Guido van Rossum
More...
about 12 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
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