0
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Port another _get_current_loop/get_event_loop test from asyncio More... over 8 years ago
tests: Do set_event_loop(None) in unittests More... over 8 years ago
Use asyncio._get_running_loop() and _set_running_loop() when available More... over 8 years ago
Don't reimplement asyncio.isfuture. More... over 8 years ago
ci: Don't test 3.5-dev (it's not nightly, it's just 3.5.2) More... over 8 years ago
Bump the version to 0.6.0 More... over 8 years ago
travis: Only build wheels when python release level is final More... over 8 years ago
travis: Fix CI to skip wheels for 3.5-dev and 3.6-dev More... over 8 years ago
Bump the version to 0.5.5 More... over 8 years ago
setup.py: Require Python 3.6b3 More... over 8 years ago
travis: Test 3.5-dev too More... over 8 years ago
travis: Test 3.6 nightly More... over 8 years ago
tests: Fix aiohttp deprecation warnigns More... over 8 years ago
Use native asyncio Future & Task in Python 3.6 More... over 8 years ago
bench.readline: Make uvloop dep optional More... over 8 years ago
examples/echosrv: Make uvloop dep optional More... over 8 years ago
Fix CI: looks like Cython 0.25 is broken; require 0.24.1 More... over 8 years ago
Use asyncio.isfuture instead of isinstance(Future) More... over 8 years ago
Add .editorconfig More... over 8 years ago
Let concurrent.futures to configure the number of workers in thread pool More... over 8 years ago
Raise RuntimeError if Transport's socket is used with loop.add_writer More... over 8 years ago
Add set_protocol and get_protocol to uvloop Transports (issue #42) More... over 8 years ago
Use os.dup in connect_accepted_socket; explain why it's necessary More... over 8 years ago
Use PyMem_Raw* functions to avoid crashes in Python 3.6 More... over 8 years ago
Make ^C tracebacks a bit prettier More... over 8 years ago
Only allow SOCK_STREAM Unix sockets for create_connection/server More... over 8 years ago
Bump the version to 0.5.4 More... over 8 years ago
tests: Fix aiohttp test for the latest version of the library More... over 8 years ago
Completely rewrite signal handling. More... over 8 years ago
Make Future/Task compatible with asyncio in Python 3.6 More... over 8 years ago