1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix warning: assertRaisesRegexp -> assertRaisesRegex More... over 9 years ago
Trim trailing whitespace More... over 9 years ago
Make Tasks check if Futures are attached to the same event loop More... over 9 years ago
Skip getaddrinfo if host is already resolved. More... over 9 years ago
Add missing import and definitions found by mypy. More... over 9 years ago
Merge pull request #299 from mayfield/master More... over 9 years ago
Copy/paste Python3.5 test.support to test_support More... over 9 years ago
Merge pull request #298 from socketpair/exactly More... over 9 years ago
ReadStream.readexactly(:negative value:) now raises ValueError More... over 9 years ago
Introduce StreamReader.readuntil() and LimitOverrunError. More... over 9 years ago
Modify 'make test' to run tests in debug mode too More... over 9 years ago
Make tests that use TestCase.subTest work in Python 3.3 More... over 9 years ago
Normalize tabulation (otherwise can't push to CPython) More... over 9 years ago
Explain why we use coro.send in Task._step More... over 9 years ago
Drop "value" parameter from Task._step method. More... over 9 years ago
Comment out subTest() call -- not in 3.3. More... over 9 years ago
Issue #25593: Change semantics of EventLoop.stop(). More... over 9 years ago
Error if awaiting in parallel on the same coroutine (in debug mode) More... over 9 years ago
Remove ugly comments indicating private methods. More... over 9 years ago
Optimize Task._wakeup More... over 9 years ago
Cleanup Future API (PR #292) More... over 9 years ago
Add Transport.is_closing() More... over 9 years ago
Fix sporadic failing unittests in debug mode. More... over 9 years ago
Add loop.create_future() and start using it More... almost 10 years ago
Sync with CPython More... almost 10 years ago
Optimize asyncio.sleep(0) calls More... almost 10 years ago
Fix whitespace. More... almost 10 years ago
Merge pull request #280 from gvanrossum/master More... almost 10 years ago
Raise error from drain() when socket is closed. More... almost 10 years ago
Updates to asyncio datagram API by Chris Laws. (CPython issue #23972.) More... almost 10 years ago