GitHub / python/asyncio issues and pull requests
#501 - Why asyncio.transport.write() function don`t send data until I use transport.close() or stop the event loop.
Issue -
State: open - Opened by IcyCC almost 8 years ago
#500 - Python
Pull Request -
State: open - Opened by itsmekarthikreddy almost 8 years ago
#499 - `loop.add_reader` and `<<EOF`
Issue -
State: closed - Opened by pylover over 8 years ago
- 1 comment
#498 - Migrating from python 3.4 to 3.5 error
Issue -
State: open - Opened by grigorcligan over 8 years ago
- 1 comment
#497 - Fix asyncio to support instantiation of new event loops in subprocesses
Pull Request -
State: closed - Opened by 1st1 over 8 years ago
- 2 comments
Labels: CLA signed
#496 - Fix stop_serving in proactor loop kill all listening servers
Pull Request -
State: open - Opened by julien-duponchelle over 8 years ago
- 6 comments
Labels: CLA signed
#495 - Add Codacy to check for Issues.
Issue -
State: open - Opened by AraHaan over 8 years ago
#494 - asyncio get_extra_info() throws exception (Python 3.5.3)
Issue -
State: open - Opened by kyuupichan over 8 years ago
- 3 comments
#493 - Do not connect UDP sockets when broadcast is allowed
Pull Request -
State: closed - Opened by vxgmichel over 8 years ago
- 2 comments
Labels: CLA signed
#492 - Wrapping an existing transport in SSL
Issue -
State: open - Opened by kyuupichan over 8 years ago
- 2 comments
#491 - How to keep session alive when using async websockets?
Issue -
State: open - Opened by mllamazares over 8 years ago
- 1 comment
#490 - Question: what's the morale behind having a `asyncio.Future`?
Issue -
State: closed - Opened by yangvz over 8 years ago
- 2 comments
Labels: question
#489 - Python asyncio doc seems not match the procedure when running
Issue -
State: open - Opened by utiao over 8 years ago
- 1 comment
#488 - RuntimeError: Cannot pause_reading() when closing
Issue -
State: open - Opened by fafhrd91 over 8 years ago
- 2 comments
#487 - SSL server sockets that haven't completed handshake lead to log spew on loop close
Issue -
State: open - Opened by kyuupichan over 8 years ago
- 4 comments
#486 - Problem with lock acquire non-blocking optimization
Issue -
State: closed - Opened by u201701 over 8 years ago
- 4 comments
#485 - Delay closing SubprocessStreamProtocol's Transport until all pipes are closed.
Pull Request -
State: closed - Opened by sethmlarson over 8 years ago
- 10 comments
Labels: CLA signed
#484 - subprocess._loop deleted too soon causing exception when trying to read from pipe
Issue -
State: open - Opened by BotoX over 8 years ago
- 5 comments
#483 - SSL socket exhaustion?
Issue -
State: open - Opened by kyuupichan over 8 years ago
- 10 comments
#482 - NameError in sslproto.py on _fatal_error.
Issue -
State: closed - Opened by AraHaan over 8 years ago
- 4 comments
#480 - Can't receive replies to multicast UDP packets
Issue -
State: open - Opened by gpjt over 8 years ago
- 6 comments
#479 - Add get_future()
Pull Request -
State: closed - Opened by AraHaan over 8 years ago
- 14 comments
Labels: CLA signed
#478 - asyncio.create_subprocess_exec with IO redirection hangs if no global loop set
Issue -
State: open - Opened by rutsky over 8 years ago
- 2 comments
#477 - Proposal: Rename ensure_future to create_task
Issue -
State: open - Opened by asvetlov over 8 years ago
- 32 comments
#476 - SSL hangs if connection_lost is called (#472)
Pull Request -
State: closed - Opened by HoHo-Ho over 8 years ago
- 4 comments
Labels: CLA not signed
#475 - StreamReader read with an exception '..incoming data'
Issue -
State: closed - Opened by dpineiden over 8 years ago
- 2 comments
#474 - Fixed typo in docs
Pull Request -
State: closed - Opened by brabiega over 8 years ago
- 3 comments
Labels: CLA not signed
#473 - BaseSubprocessTransport can raise in __del__
Issue -
State: open - Opened by Tinche over 8 years ago
- 1 comment
#472 - SSL hangs if connection is closed before handshake completed
Issue -
State: closed - Opened by tvoinarovskyi over 8 years ago
- 5 comments
#471 - remove import asyncio.test_utils from examples
Pull Request -
State: open - Opened by denisra over 8 years ago
Labels: CLA signed
#470 - remove import asyncio.test_utils from examples
Issue -
State: open - Opened by denisra over 8 years ago
- 1 comment
#469 - Fix stop_serving in proactor loop kill all servers
Pull Request -
State: closed - Opened by julien-duponchelle over 8 years ago
- 4 comments
Labels: CLA not signed
#468 - Change import statements to import only what's needed
Pull Request -
State: open - Opened by denisra over 8 years ago
- 10 comments
Labels: CLA signed
#467 - Cancelled lock waiter wakes up the next one if any
Pull Request -
State: closed - Opened by msornay over 8 years ago
- 7 comments
Labels: CLA signed
#466 - stream writer.close() is not awaitable
Issue -
State: open - Opened by asvetlov over 8 years ago
- 13 comments
#465 - Add asyncio.run() and asyncio.run_forever() functions.
Pull Request -
State: open - Opened by 1st1 over 8 years ago
- 43 comments
Labels: CLA signed
#464 - there are too many code in /example are using: from asyncio import *
Issue -
State: open - Opened by hanbeibei over 8 years ago
- 2 comments
Labels: help wanted
#463 - Bug following invalid redirects
Issue -
State: closed - Opened by wumpus over 8 years ago
- 1 comment
#462 - Fix create_unix_server to support Path-like objects (PEP 519)
Pull Request -
State: closed - Opened by 1st1 over 8 years ago
- 1 comment
#461 - implementation of asyncio.wait waiting for iterator is not complete
Issue -
State: open - Opened by 005 over 8 years ago
- 3 comments
#460 - Fix for #404
Pull Request -
State: open - Opened by asvetlov over 8 years ago
- 9 comments
Labels: CLA signed
#459 - Fix iscoroutinefunction() to support mock/proxy obejcts
Pull Request -
State: closed - Opened by 1st1 over 8 years ago
#458 - run_in_executor incorrectly identifies xmlrpclib methods as coroutines
Issue -
State: closed - Opened by jimfunk over 8 years ago
- 3 comments
#457 - Make __format_callbacks slightly faster
Pull Request -
State: closed - Opened by illia-v over 8 years ago
- 1 comment
#456 - Fix remove_signal_handler to not to crash after PyOS_FiniInterrupts
Pull Request -
State: open - Opened by 1st1 over 8 years ago
- 12 comments
Labels: CLA signed
#455 - Fix isfuture() to return False for unitttest.Mock.
Pull Request -
State: closed - Opened by 1st1 over 8 years ago
#454 - mock.Mock() acts like a Future
Issue -
State: closed - Opened by popravich over 8 years ago
- 12 comments
#453 - Make loop TCP APIs accept only TCP streaming sockets
Pull Request -
State: closed - Opened by 1st1 over 8 years ago
- 6 comments
#452 - Make get_event_loop() return the current loop if called from coroutines/callbacks
Pull Request -
State: closed - Opened by 1st1 over 8 years ago
- 31 comments
#451 - loop.set_debug(True) makes "TypeError: __await__() returned a coroutine" disappear
Issue -
State: open - Opened by diefans almost 9 years ago
- 2 comments
#450 - Problem with futures in 3.6.0b2 when "coverage" is enabled
Issue -
State: closed - Opened by ronf almost 9 years ago
- 4 comments
#449 - Detach socket in create_server, create_connection, and other APIs
Pull Request -
State: open - Opened by 1st1 almost 9 years ago
- 11 comments
Labels: CLA signed
#448 - Pause server
Pull Request -
State: open - Opened by mayfield almost 9 years ago
- 13 comments
Labels: CLA not signed
#447 - Handle if async generators are GCed from another thread.
Pull Request -
State: closed - Opened by 1st1 almost 9 years ago
#446 - Sometimes it's important to check for socket writeability before trying to write
Issue -
State: open - Opened by njsmith almost 9 years ago
- 7 comments
#445 - Implement __aiter__ protocol on a Queue
Pull Request -
State: closed - Opened by mattrasband almost 9 years ago
- 5 comments
#444 - Prohibit Tasks to await on themselves.
Pull Request -
State: closed - Opened by 1st1 almost 9 years ago
- 1 comment
#443 - _lock attribute errors
Issue -
State: closed - Opened by frensjan almost 9 years ago
- 10 comments
#442 - How do I design coroutine with deep function calls?
Issue -
State: closed - Opened by ironyee almost 9 years ago
- 3 comments
#441 - #425 Remove UNIX socket from FS before binding.
Pull Request -
State: closed - Opened by socketpair almost 9 years ago
- 7 comments
#440 - starttls: Add "call_connection_made" arg to SSLProtocol.__init__
Pull Request -
State: closed - Opened by 1st1 almost 9 years ago
- 3 comments
#439 - Reentrant locks in asyncio
Issue -
State: closed - Opened by ZhukovAlexander almost 9 years ago
- 6 comments
#432 - gather unexpectedly schedules coroutines in undeterministic order
Issue -
State: closed - Opened by JustinTArthur almost 9 years ago
- 9 comments
#429 - CoroWrapper in debug mode has incorrect throw method signature
Issue -
State: closed - Opened by Bahus almost 9 years ago
- 7 comments
#428 - make fork + exec non blocking on unix
Pull Request -
State: open - Opened by Martiusweb almost 9 years ago
- 9 comments
Labels: CLA signed
#426 - set unix socket permissions during binding of the UNIX-socket
Issue -
State: open - Opened by socketpair almost 9 years ago
- 4 comments
#425 - unlink stale unix socket before binding
Issue -
State: closed - Opened by socketpair almost 9 years ago
- 6 comments
#423 - Exception ignored in: <object repr() failed> when quit
Issue -
State: closed - Opened by ahuigo almost 9 years ago
- 3 comments
Labels: question
#421 - Using subprocesses involves the global event loop
Issue -
State: closed - Opened by Tinche almost 9 years ago
- 3 comments
#420 - Raise RuntimeError when transport's FD is used with add_reader etc
Pull Request -
State: closed - Opened by 1st1 almost 9 years ago
- 9 comments
#419 - Improve handling of stale fds for SelectSelector
Pull Request -
State: closed - Opened by sethmlarson almost 9 years ago
- 8 comments
#418 - Check to see if SO_REUSEPORT is usable and not just defined.
Pull Request -
State: closed - Opened by sethmlarson almost 9 years ago
- 15 comments
#416 - Time to close this repo?
Issue -
State: closed - Opened by gvanrossum almost 9 years ago
- 27 comments
#415 - Add draining feature to asyncio.Queue
Pull Request -
State: closed - Opened by nhumrich almost 9 years ago
- 10 comments
#407 - SIGINT is not correctly handled in Windows
Issue -
State: open - Opened by stefanotorresi almost 9 years ago
- 2 comments
#404 - Don't pass ssl certivicate error to loop.call_exception_handler()
Issue -
State: open - Opened by asvetlov almost 9 years ago
- 3 comments
#399 - Discourage using fire-and-forget approach for creating new tasks
Issue -
State: closed - Opened by asvetlov almost 9 years ago
- 3 comments
#397 - Keeping a reference to a future silences exceptions
Issue -
State: closed - Opened by sametmax almost 9 years ago
- 18 comments
#395 - Speedup readexactly
Pull Request -
State: closed - Opened by socketpair almost 9 years ago
- 10 comments
#392 - Resurrect asyncio.timeout() context manager
Issue -
State: open - Opened by asvetlov almost 9 years ago
- 5 comments
#390 - AttributeError: 'NoneType' object has no attribute 'get_debug'
Issue -
State: closed - Opened by lphuberdeau about 9 years ago
- 22 comments
#389 - Optimize transport.write
Issue -
State: closed - Opened by 1st1 about 9 years ago
- 8 comments
#386 - asyncio 3.4.3 breaks python 2.7
Issue -
State: open - Opened by ssbarnea about 9 years ago
- 7 comments
#376 - Asyncio hangs on freebsd
Issue -
State: closed - Opened by meskarune about 9 years ago
- 21 comments
#373 - Set TCP_NODELAY on TCP transports by default
Pull Request -
State: closed - Opened by 1st1 about 9 years ago
- 14 comments
#372 - Using transport's socket with low level add_reader/add_writer
Issue -
State: closed - Opened by 1st1 about 9 years ago
- 10 comments
#368 - Spurious "unclosed transport" and "Exception ignored in" message when connecting Unix pipes
Issue -
State: closed - Opened by ronf about 9 years ago
- 3 comments
#360 - asyncio udp
Issue -
State: closed - Opened by valdemarpavesi about 9 years ago
- 3 comments
Labels: question
#355 - Ensure get_event_loop returns the running loop when called in a coroutine
Pull Request -
State: closed - Opened by vxgmichel about 9 years ago
- 38 comments
#341 - Confusing error handling for KeyboardInterrupt
Issue -
State: open - Opened by sametmax about 9 years ago
- 19 comments
#334 - A question about run_in_executor
Issue -
State: closed - Opened by 1st1 over 9 years ago
- 2 comments
#318 - RuntimeError when reading from stream right after a cancellation
Issue -
State: open - Opened by vxgmichel over 9 years ago
- 1 comment
#312 - Coroutine with asyncio.sleep() hangs when run in a different thread
Issue -
State: closed - Opened by mikeyhew over 9 years ago
- 14 comments
#309 - Implement Timeout class
Pull Request -
State: closed - Opened by asvetlov over 9 years ago
- 16 comments
#304 - Consider adding `limit` parameters to StreamReader.readline and .readuntil.
Issue -
State: open - Opened by 1st1 over 9 years ago
- 7 comments
#286 - Add new TCPTransport base class
Issue -
State: closed - Opened by 1st1 over 9 years ago
- 8 comments
#258 - Graceful loop shutdown with running executor tasks
Issue -
State: closed - Opened by asvetlov about 10 years ago
- 12 comments
#253 - The documentation on task cancellation is unclear
Issue -
State: open - Opened by realazthat about 10 years ago
- 15 comments
#213 - Implement async input()
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 8 comments
Labels: auto-migrated, Priority-Medium, Type-Defect