1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Jun 21, 2025 — Jun 21, 2026
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. More... almost 12 years ago
Enable the debug mode of event loops when the PYTHONASYNCIODEBUG environment variable is set More... almost 12 years ago
BaseEventLoop._assert_is_current_event_loop() now only raises an exception if the current loop is not None. More... almost 12 years ago
Tulip issue #105: in debug mode, log callbacks taking more than 100 ms to be executed. More... about 12 years ago
Tulip issue #83: document more functions in docstrings 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. More... about 12 years ago
Fix pyflakes errors More... about 12 years ago
Refactor tests: add a base TestCase class 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. More... about 12 years ago
Set __qualname__ attribute of CoroWrapper in @coroutine decorator 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. More... about 12 years ago
Task.__repr__() now also handles CoroWrapper More... about 12 years ago
Fix test_tasks for Python 3.5 More... about 12 years ago
Do not offer to copy selectors.py to/from 3.4 CPython branch in update script. More... about 12 years ago
Issue #173: Enhance repr(Handle) and repr(Task) More... about 12 years ago
wait(): mention that the future sequence must not be empty More... about 12 years ago
Tulip issue #83, Python issue 21252: Fill some XXX docstrings More... about 12 years ago
Tulip issue #169, Python issue #21326: Add BaseEventLoop.is_closed() method More... about 12 years ago
Fix tests on Windows: wait for the subprocess exit More... about 12 years ago
Python issue #21651: Fix ResourceWarning when running asyncio tests on Windows. Patch written by Claudiu Popa. More... about 12 years ago
cleanup test_base_events: cm variable was unused More... about 12 years ago
Python issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc More... about 12 years ago
Make sure that socketpair() close sockets on error More... about 12 years ago
Close sockets on errors More... about 12 years ago
Rephrase Task.cancel docstring More... about 12 years ago
Make 'python3 setup.py test' work. More... about 12 years ago
Fix docstring typo: CancellationError should be CancelledError. More... about 12 years ago
Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading More... about 12 years ago
test_base_events: use mock.Mock instead of unittest.mock.Mock to simplify the synchronization with Trollius More... about 12 years ago
Update instructions for Windows. More... about 12 years ago