1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 18, 2025 — Jun 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. More... almost 11 years ago
Issue #234: Drop JoinableQueue on Python 3.5+ More... almost 11 years ago
Merge pull request #254 from haypo/compat More... almost 11 years ago
Add asyncio.compat module More... almost 11 years ago
replace tulip with asyncio More... almost 11 years ago
Replace Tulip with asyncio in test comments More... almost 11 years ago
queues.py: import coroutine from .coroutines More... almost 11 years ago
Rerite README More... almost 11 years ago
coroutines: Proxy cr_await and gi_yieldfrom in CoroWrapper More... almost 11 years ago
Fix regression in 83ac3b8 (failed unittests in debug mode) More... almost 11 years ago
Fix CoroWrapper for 'async def' coroutines More... almost 11 years ago
Sync with CPython. More... almost 11 years ago
coroutines: Fix CoroWrapper to support native coroutines More... about 11 years ago
Support Awaitables (pep 492) in @coroutine decorator More... about 11 years ago
tasks: Drop useless code. More... about 11 years ago
Enable 'async for' for StreamReader, 'async with' for locks in 3.5. More... about 11 years ago
Use collections.abc.Coroutine for asyncio.iscoroutine() when available. More... about 11 years ago
Make sure sys.set_coroutine_wrapper is called *only* when loop is running. More... about 11 years ago
Support PEP 492 native coroutines. More... about 11 years ago
Enable Travis-CI integration More... about 11 years ago
Fix script_helper imports for 3.4 More... about 11 years ago
Use DeprecationWarning for async() More... about 11 years ago
Make sure that CPython 3.4 and older will import script_helper More... about 11 years ago
Sync script_helper import with CPython More... about 11 years ago
Add new loop APIs: set_task_factory() and get_task_factory() More... about 11 years ago
Deprecate async() function in favour of ensure_future() More... about 11 years ago
Rename the function arg to run_in_executor() to "func" to avoid confusion. More... about 11 years ago
Merge pull request #231 from haypo/issue_222 More... about 11 years ago
Merge pull request #237 from ajdavis/update-queue-join-tests More... about 11 years ago
Fix queue join tests for CPython's test runner. More... about 11 years ago