1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jan 03, 2025 — Jan 03, 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... over 10 years ago
Issue #234: Drop JoinableQueue on Python 3.5+ More... over 10 years ago
Merge pull request #254 from haypo/compat More... over 10 years ago
Add asyncio.compat module More... over 10 years ago
replace tulip with asyncio More... over 10 years ago
Replace Tulip with asyncio in test comments More... over 10 years ago
queues.py: import coroutine from .coroutines More... over 10 years ago
Rerite README More... over 10 years ago
coroutines: Proxy cr_await and gi_yieldfrom in CoroWrapper More... over 10 years ago
Fix regression in 83ac3b8 (failed unittests in debug mode) More... over 10 years ago
Fix CoroWrapper for 'async def' coroutines More... over 10 years ago
Sync with CPython. More... over 10 years ago
coroutines: Fix CoroWrapper to support native coroutines More... over 10 years ago
Support Awaitables (pep 492) in @coroutine decorator More... over 10 years ago
tasks: Drop useless code. More... over 10 years ago
Enable 'async for' for StreamReader, 'async with' for locks in 3.5. More... over 10 years ago
Use collections.abc.Coroutine for asyncio.iscoroutine() when available. More... over 10 years ago
Make sure sys.set_coroutine_wrapper is called *only* when loop is running. More... over 10 years ago
Support PEP 492 native coroutines. More... over 10 years ago
Enable Travis-CI integration More... over 10 years ago
Fix script_helper imports for 3.4 More... over 10 years ago
Use DeprecationWarning for async() More... over 10 years ago
Make sure that CPython 3.4 and older will import script_helper More... over 10 years ago
Sync script_helper import with CPython More... over 10 years ago
Add new loop APIs: set_task_factory() and get_task_factory() More... over 10 years ago
Deprecate async() function in favour of ensure_future() More... over 10 years ago
Rename the function arg to run_in_executor() to "func" to avoid confusion. More... over 10 years ago
Merge pull request #231 from haypo/issue_222 More... over 10 years ago
Merge pull request #237 from ajdavis/update-queue-join-tests More... over 10 years ago
Fix queue join tests for CPython's test runner. More... over 10 years ago