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
python-asyncio
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 1 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix asyncio to support instantiation of new event loops in subprocesses
Yury Selivanov
More...
over 8 years ago
SSL hangs if connection_lost is called (#472) (#476)
HoHo-Ho
More...
over 8 years ago
Fixed typo in docstring (#474)
BR
More...
over 8 years ago
Allow AF_UNIX in loop.create_connection and loop.create_server.
Yury Selivanov
More...
over 8 years ago
Fix create_unix_server to support Path-like objects (PEP 519)
Yury Selivanov
More...
over 8 years ago
Improve performance of asyncio.iscoroutine
Yury Selivanov
More...
almost 9 years ago
Fix iscoroutinefunction() to support mock/proxy obejcts
Yury Selivanov
More...
almost 9 years ago
Fix _format_coroutine for coroutine-like objects without __name__
Yury Selivanov
More...
almost 9 years ago
Expose _get_running_loop() and _set_running_loop() functions
Yury Selivanov
More...
almost 9 years ago
Fix `isfuture()` to support `Mock(asyncio.Future)`
Yury Selivanov
More...
almost 9 years ago
Fix isfuture() to return False for unitttest.Mock. (#455)
Yury Selivanov
More...
almost 9 years ago
Make loop methods reject socket kinds they do not support.
Yury Selivanov
More...
almost 9 years ago
Don't allow passing Handles in loop.run_in_executor.
Yury Selivanov
More...
almost 9 years ago
Optimize call_soon to perform extra checks in debug mode only
Yury Selivanov
More...
almost 9 years ago
Make get_event_loop() return the running loop if called from coroutines
Yury Selivanov
More...
almost 9 years ago
CI: Turn off testing of Python 3.3 and 3.4.
Yury Selivanov
More...
almost 9 years ago
Don't configure the number of workers for default threadpool executor.
Yury Selivanov
More...
almost 9 years ago
Fix Gather.cancel() to return True when there were active child tasks.
Yury Selivanov
More...
almost 9 years ago
Handle if async generators are GCed from another thread.
Yury Selivanov
More...
almost 9 years ago
Silence warning in test_create_unix_server_existing_path_sock
Yury Selivanov
More...
almost 9 years ago
Prohibit Tasks to await on themselves.
Yury Selivanov
More...
almost 9 years ago
Only allow UNIX Stream sockets for loop.create_unix_server/connection
Yury Selivanov
More...
almost 9 years ago
Fixes #425 Remove UNIX socket from FS before binding.
Коренберг Марк (imac)
More...
almost 9 years ago
Skip test_coroutine_like_object_debug_formatting under Python < 3.5
Yury Selivanov
More...
almost 9 years ago
Fix formatting of coroutine-like objects (Cython coroutines etc)
Yury Selivanov
More...
almost 9 years ago
Add "call_connection_made" arg to SSLProtocol.__init__
Yury Selivanov
More...
almost 9 years ago
Raise DeprecationWarning when run_in_executor is called with a Handle
Yury Selivanov
More...
almost 9 years ago
Fix unittests on Windows
Yury Selivanov
More...
almost 9 years ago
Drop test_sock_connect_sock_write_race (sync with CPython)
Yury Selivanov
More...
almost 9 years ago
Don't use getservbyname for non-numeric ports. (#437)
A. Jesse Jiryu Davis
More...
almost 9 years ago
←
1
2
3
4
5
6
7
8
9
…
53
54
→
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