openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
U
uvloop
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
16 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 15 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Port another _get_current_loop/get_event_loop test from asyncio
Yury Selivanov
More...
over 8 years ago
tests: Do set_event_loop(None) in unittests
Yury Selivanov
More...
over 8 years ago
Use asyncio._get_running_loop() and _set_running_loop() when available
Yury Selivanov
More...
over 8 years ago
Don't reimplement asyncio.isfuture.
Yury Selivanov
More...
over 8 years ago
ci: Don't test 3.5-dev (it's not nightly, it's just 3.5.2)
Yury Selivanov
More...
over 8 years ago
Bump the version to 0.6.0
Yury Selivanov
More...
over 8 years ago
travis: Only build wheels when python release level is final
Yury Selivanov
More...
over 8 years ago
travis: Fix CI to skip wheels for 3.5-dev and 3.6-dev
Yury Selivanov
More...
over 8 years ago
Bump the version to 0.5.5
Yury Selivanov
More...
over 8 years ago
setup.py: Require Python 3.6b3
Yury Selivanov
More...
over 8 years ago
travis: Test 3.5-dev too
Yury Selivanov
More...
over 8 years ago
travis: Test 3.6 nightly
Yury Selivanov
More...
over 8 years ago
tests: Fix aiohttp deprecation warnigns
Yury Selivanov
More...
over 8 years ago
Use native asyncio Future & Task in Python 3.6
Yury Selivanov
More...
over 8 years ago
bench.readline: Make uvloop dep optional
Yury Selivanov
More...
over 8 years ago
examples/echosrv: Make uvloop dep optional
Yury Selivanov
More...
over 8 years ago
Fix CI: looks like Cython 0.25 is broken; require 0.24.1
Yury Selivanov
More...
over 8 years ago
Use asyncio.isfuture instead of isinstance(Future)
Yury Selivanov
More...
over 8 years ago
Add .editorconfig
Yury Selivanov
More...
over 8 years ago
Let concurrent.futures to configure the number of workers in thread pool
Yury Selivanov
More...
over 8 years ago
Raise RuntimeError if Transport's socket is used with loop.add_writer
Yury Selivanov
More...
over 8 years ago
Add set_protocol and get_protocol to uvloop Transports (issue #42)
Yury Selivanov
More...
over 8 years ago
Use os.dup in connect_accepted_socket; explain why it's necessary
Yury Selivanov
More...
over 8 years ago
Use PyMem_Raw* functions to avoid crashes in Python 3.6
Yury Selivanov
More...
over 8 years ago
Make ^C tracebacks a bit prettier
Yury Selivanov
More...
over 8 years ago
Only allow SOCK_STREAM Unix sockets for create_connection/server
Yury Selivanov
More...
over 8 years ago
Bump the version to 0.5.4
Yury Selivanov
More...
over 8 years ago
tests: Fix aiohttp test for the latest version of the library
Yury Selivanov
More...
over 8 years ago
Completely rewrite signal handling.
Yury Selivanov
More...
over 8 years ago
Make Future/Task compatible with asyncio in Python 3.6
Yury Selivanov
More...
over 8 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree