This repository was archived by the owner on Nov 23, 2017. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 178
Pull requests: python/asyncio
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix asyncio to support instantiation of new event loops in subprocesses
CLA signed
#497
by 1st1
was merged Mar 2, 2017
Loading…
Do not connect UDP sockets when broadcast is allowed
CLA signed
#493
by vxgmichel
was closed Mar 3, 2017
Loading…
Delay closing SubprocessStreamProtocol's Transport until all pipes are closed.
CLA signed
#485
by sethmlarson
was closed Mar 2, 2017
Loading…
SSL hangs if connection_lost is called (#472)
CLA not signed
#476
by HoHo-Ho
was merged Dec 16, 2016
Loading…
Fix stop_serving in proactor loop kill all servers
CLA not signed
#469
by julien-duponchelle
was closed Feb 21, 2017
Loading…
Cancelled lock waiter wakes up the next one if any
CLA signed
#467
by msornay
was closed Jan 10, 2024
Loading…
Fix create_unix_server to support Path-like objects (PEP 519)
#462
by 1st1
was closed Nov 15, 2016
Loading…
Fix iscoroutinefunction() to support mock/proxy obejcts
#459
by 1st1
was merged Nov 15, 2016
Loading…
Make get_event_loop() return the current loop if called from coroutines/callbacks
#452
by 1st1
was merged Nov 4, 2016
Loading…
Handle if async generators are GCed from another thread.
#447
by 1st1
was merged Oct 21, 2016
Loading…
starttls: Add "call_connection_made" arg to SSLProtocol.__init__
#440
by 1st1
was closed Oct 5, 2016
Loading…
Use staticmethod or module function when instance isn't referenced.
#436
by JustinTArthur
was closed Sep 29, 2016
Loading…
Ensure order of tasks scheduled on event loop by gather is deterministic.
#434
by JustinTArthur
was closed Sep 29, 2016
Loading…
Document gather's undeterministic scheduling of awaitables and coroutines
#433
by JustinTArthur
was merged Sep 29, 2016
Loading…
Trim off finished futures from the Event._waiters
#431
by ZhukovAlexander
was closed Sep 28, 2016
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.