Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/asyncio

asyncio historical repository
https://github.com/python/asyncio

Python

itsmekarthikreddy opened this pull request over 7 years ago
`loop.add_reader` and `<<EOF`

pylover opened this issue almost 8 years ago
Migrating from python 3.4 to 3.5 error

grigorcligan opened this issue almost 8 years ago
Fix asyncio to support instantiation of new event loops in subprocesses

1st1 opened this pull request almost 8 years ago
Fix stop_serving in proactor loop kill all listening servers

julien-duponchelle opened this pull request almost 8 years ago
Add Codacy to check for Issues.

AraHaan opened this issue almost 8 years ago
asyncio get_extra_info() throws exception (Python 3.5.3)

kyuupichan opened this issue almost 8 years ago
Do not connect UDP sockets when broadcast is allowed

vxgmichel opened this pull request almost 8 years ago
Wrapping an existing transport in SSL

kyuupichan opened this issue almost 8 years ago
How to keep session alive when using async websockets?

mllamazares opened this issue almost 8 years ago
Question: what's the morale behind having a `asyncio.Future`?

yangvz opened this issue almost 8 years ago
Python asyncio doc seems not match the procedure when running

utiao opened this issue almost 8 years ago
RuntimeError: Cannot pause_reading() when closing

fafhrd91 opened this issue almost 8 years ago
Problem with lock acquire non-blocking optimization

u201701 opened this issue almost 8 years ago
Delay closing SubprocessStreamProtocol's Transport until all pipes are closed.

sethmlarson opened this pull request almost 8 years ago
SSL socket exhaustion?

kyuupichan opened this issue almost 8 years ago
NameError in sslproto.py on _fatal_error.

AraHaan opened this issue almost 8 years ago
Can't receive replies to multicast UDP packets

gpjt opened this issue about 8 years ago
Add get_future()

AraHaan opened this pull request about 8 years ago
Proposal: Rename ensure_future to create_task

asvetlov opened this issue about 8 years ago
SSL hangs if connection_lost is called (#472)

HoHo-Ho opened this pull request about 8 years ago
StreamReader read with an exception '..incoming data'

dpineiden opened this issue about 8 years ago
Fixed typo in docs

brabiega opened this pull request about 8 years ago
BaseSubprocessTransport can raise in __del__

Tinche opened this issue about 8 years ago
SSL hangs if connection is closed before handshake completed

tvoinarovskyi opened this issue about 8 years ago
remove import asyncio.test_utils from examples

denisra opened this pull request about 8 years ago
remove import asyncio.test_utils from examples

denisra opened this issue about 8 years ago
Fix stop_serving in proactor loop kill all servers

julien-duponchelle opened this pull request about 8 years ago
Change import statements to import only what's needed

denisra opened this pull request about 8 years ago
Cancelled lock waiter wakes up the next one if any

msornay opened this pull request about 8 years ago
stream writer.close() is not awaitable

asvetlov opened this issue about 8 years ago
Add asyncio.run() and asyncio.run_forever() functions.

1st1 opened this pull request about 8 years ago
there are too many code in /example are using: from asyncio import *

hanbeibei opened this issue about 8 years ago
Bug following invalid redirects

wumpus opened this issue about 8 years ago
Fix create_unix_server to support Path-like objects (PEP 519)

1st1 opened this pull request about 8 years ago
Fix for #404

asvetlov opened this pull request about 8 years ago
Fix iscoroutinefunction() to support mock/proxy obejcts

1st1 opened this pull request about 8 years ago
Make __format_callbacks slightly faster

illia-v opened this pull request about 8 years ago
Fix remove_signal_handler to not to crash after PyOS_FiniInterrupts

1st1 opened this pull request about 8 years ago
Fix isfuture() to return False for unitttest.Mock.

1st1 opened this pull request about 8 years ago
mock.Mock() acts like a Future

popravich opened this issue about 8 years ago
Make loop TCP APIs accept only TCP streaming sockets

1st1 opened this pull request about 8 years ago
Problem with futures in 3.6.0b2 when "coverage" is enabled

ronf opened this issue about 8 years ago
Detach socket in create_server, create_connection, and other APIs

1st1 opened this pull request about 8 years ago
Pause server

mayfield opened this pull request about 8 years ago
Handle if async generators are GCed from another thread.

1st1 opened this pull request about 8 years ago
Implement __aiter__ protocol on a Queue

mattrasband opened this pull request about 8 years ago
Prohibit Tasks to await on themselves.

1st1 opened this pull request over 8 years ago
_lock attribute errors

frensjan opened this issue over 8 years ago
How do I design coroutine with deep function calls?

ironyee opened this issue over 8 years ago
#425 Remove UNIX socket from FS before binding.

socketpair opened this pull request over 8 years ago
starttls: Add "call_connection_made" arg to SSLProtocol.__init__

1st1 opened this pull request over 8 years ago
Reentrant locks in asyncio

ZhukovAlexander opened this issue over 8 years ago
gather unexpectedly schedules coroutines in undeterministic order

JustinTArthur opened this issue over 8 years ago
CoroWrapper in debug mode has incorrect throw method signature

Bahus opened this issue over 8 years ago
make fork + exec non blocking on unix

Martiusweb opened this pull request over 8 years ago
set unix socket permissions during binding of the UNIX-socket

socketpair opened this issue over 8 years ago
unlink stale unix socket before binding

socketpair opened this issue over 8 years ago
Exception ignored in: <object repr() failed> when quit

ahuigo opened this issue over 8 years ago
Using subprocesses involves the global event loop

Tinche opened this issue over 8 years ago
Raise RuntimeError when transport's FD is used with add_reader etc

1st1 opened this pull request over 8 years ago
Improve handling of stale fds for SelectSelector

sethmlarson opened this pull request over 8 years ago
Check to see if SO_REUSEPORT is usable and not just defined.

sethmlarson opened this pull request over 8 years ago
Time to close this repo?

gvanrossum opened this issue over 8 years ago
Add draining feature to asyncio.Queue

nhumrich opened this pull request over 8 years ago
SIGINT is not correctly handled in Windows

stefanotorresi opened this issue over 8 years ago
Don't pass ssl certivicate error to loop.call_exception_handler()

asvetlov opened this issue over 8 years ago
Discourage using fire-and-forget approach for creating new tasks

asvetlov opened this issue over 8 years ago
Keeping a reference to a future silences exceptions

sametmax opened this issue over 8 years ago
Speedup readexactly

socketpair opened this pull request over 8 years ago
Resurrect asyncio.timeout() context manager

asvetlov opened this issue over 8 years ago
AttributeError: 'NoneType' object has no attribute 'get_debug'

lphuberdeau opened this issue over 8 years ago
Optimize transport.write

1st1 opened this issue over 8 years ago
asyncio 3.4.3 breaks python 2.7

ssbarnea opened this issue over 8 years ago
Asyncio hangs on freebsd

meskarune opened this issue over 8 years ago
Set TCP_NODELAY on TCP transports by default

1st1 opened this pull request over 8 years ago
Using transport's socket with low level add_reader/add_writer

1st1 opened this issue over 8 years ago
asyncio udp

valdemarpavesi opened this issue over 8 years ago
Ensure get_event_loop returns the running loop when called in a coroutine

vxgmichel opened this pull request over 8 years ago
Confusing error handling for KeyboardInterrupt

sametmax opened this issue over 8 years ago
A question about run_in_executor

1st1 opened this issue over 8 years ago
RuntimeError when reading from stream right after a cancellation

vxgmichel opened this issue almost 9 years ago
Coroutine with asyncio.sleep() hangs when run in a different thread

mikeyhew opened this issue almost 9 years ago
Implement Timeout class

asvetlov opened this pull request almost 9 years ago
Add new TCPTransport base class

1st1 opened this issue about 9 years ago
Graceful loop shutdown with running executor tasks

asvetlov opened this issue over 9 years ago
The documentation on task cancellation is unclear

realazthat opened this issue over 9 years ago
Implement async input()

GoogleCodeExporter opened this issue over 9 years ago