1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small robustness patch to run_coroutine_threadsafe() by Vincent Michel. (CPython issue #25304.) More... almost 11 years ago
Add run_coroutine_threadsafe(); refactor wrap_future(). PR 273 by Vincent Michel. More... almost 11 years ago
Make ensure_future() accept awaitables in 3.5 More... almost 11 years ago
travis: Disable MacOS X; Add proper Python 3.5 target. More... almost 11 years ago
Rewrite the guts of Semaphore using the same strategy as Queue. Patch by manipopopo. More... almost 11 years ago
Ignore test_pep492.py when copying to 3.4 branch. More... almost 11 years ago
Sync with cpython More... almost 11 years ago
Allow to override default source and target in update_asyncio.sh script More... almost 11 years ago
Add a little test for queue speed. More... almost 11 years ago
Rewrite the guts of Queue to be more understandable and correct. More... almost 11 years ago
Python Issue #23630: Fix test_asyncio on Windows More... almost 11 years ago
update_asyncio.sh: more verbose More... almost 11 years ago
Python Issue #25114: Fix test_asyncio More... almost 11 years ago
create_server() accepts a list for host More... almost 11 years ago
Script to sync from CPython to Github More... almost 11 years ago
Add test_pep492.py from CPython test suite More... almost 11 years ago
Python issue #25114: add ssl_object extra info More... almost 11 years ago
Fix Task.get_stask() for 'async def' coroutines More... about 11 years ago
Fix asyncio tests on windows More... about 11 years ago
queues: Fix getter-cancellation with many pending getters code path More... about 11 years ago
Merge PR #256: fix issue23812 of queues loosing items on cancellation More... about 11 years ago
Run asyncio with python nightly builds too on travis More... about 11 years ago
Make sure BaseException is re-raised in SSLProtocol More... about 11 years ago
Use '==' operator instead of 'is' More... about 11 years ago
Revert "tasks: Fix code style" More... about 11 years ago
tasks: Fix code style More... about 11 years ago
Use compat.PY34 More... about 11 years ago
Fix ResourceWarning in BaseSubprocessTransport More... about 11 years ago
Fix ResourceWarning warnings in test_streams More... about 11 years ago
remove unused imports More... about 11 years ago