Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.7
/
Lib
/
asyncio
tag
c5357fa77308a959a11a6a2771fa4b1c7dc44a62
tagger
Ned Deily <nad@python.org>
Wed Jun 28 01:40:37 2023
object
0f56adb8d74e703974811620559d96c999334547
Final head of the former 3.7 branch
e91032b
s/wakup/wakeup (GH-20250)
by Miss Islington (bot)
· 5 years ago
9c145e1
[3.7] bpo-39191: Don't spawn a task before failing (GH-17796) (#17821)
by Andrew Svetlov
· 6 years ago
95157c6
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570)
by Ned Deily
· 6 years ago
a0078d9
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
by Miss Islington (bot)
· 6 years ago
a85066d
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457)
by Miss Islington (bot)
· 6 years ago
87b4d39
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Miss Islington (bot)
· 6 years ago
4de3fbe
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
by Miss Islington (bot)
· 6 years ago
2eb1dac
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)
by Miss Islington (bot)
· 6 years ago
1c3e469
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
by Miss Islington (bot)
· 6 years ago
d366694
bpo-38260: Add Docs on asyncio.run (GH-16337)
by Miss Islington (bot)
· 6 years ago
e5d67f1
[3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). (GH-14103)
by Andrew Svetlov
· 6 years ago
5e97450
Use threadpool for reading from file in sendfile fallback mode (GH-14076)
by Miss Islington (bot)
· 6 years ago
5d1d4e3
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
by Miss Islington (bot)
· 6 years ago
a79b6c5
[3.7] bpo-37035: Don't log OSError (GH-13548) (#13594)
by Andrew Svetlov
· 6 years ago
3887932
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553)
by Miss Islington (bot)
· 6 years ago
9470404
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
by Miss Islington (bot)
· 6 years ago
c647ad9
Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" (GH-13328)
by Victor Stinner
· 6 years ago
93aa57a
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)
by Miss Islington (bot)
· 6 years ago
299f69c
bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340)
by Miss Islington (bot)
· 6 years ago
19ca5b5
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
by Miss Islington (bot)
· 6 years ago
769ac7e
bpo-36613: call remove_done_callback if exception (GH-12800)
by Miss Islington (bot)
· 6 years ago
7f7485c
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
by Miss Islington (bot)
· 6 years ago
c9f2671
bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)
by Miss Islington (bot)
· 7 years ago
d5a6adf
[3.7] bpo-34323: Enhance IocpProactor.close() log (GH-11565)
by Victor Stinner
· 7 years ago
88bd26a
bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)
by Miss Islington (bot)
· 7 years ago
fe91e9b
[3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872)
by Miss Islington (bot)
· 7 years ago
5dbb1b7
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849)
by Miss Islington (bot)
· 7 years ago
41e5ec3
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
by Miss Islington (bot)
· 7 years ago
172a81e
[3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8586)
by Miss Islington (bot)
· 7 years ago
d5c75be
bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)
by Miss Islington (bot)
· 7 years ago
3ed4414
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
by Miss Islington (bot)
· 7 years ago
21f4c78
bpo-30805: Avoid race condition with debug logging (GH-7545)
by Miss Islington (bot)
· 7 years ago
17beebc
bpo-33694: Fix typo in helper function name (GH-7522)
by Miss Islington (bot)
· 7 years ago
0738443
bpo-33792: Add selector and proactor windows policies (GH-7487)
by Miss Islington (bot)
· 7 years ago
8fa398d
bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)
by Miss Islington (bot)
· 7 years ago
79c7e57
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428)
by Miss Islington (bot)
· 7 years ago
87936d0
bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)
by Miss Islington (bot)
· 7 years ago
af9cda9
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-7233)
by Yury Selivanov
· 7 years ago
d8948c5
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
by Miss Islington (bot)
· 7 years ago
0364342
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222)
by Miss Islington (bot)
· 7 years ago
2a7eb0b
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
by Miss Islington (bot)
· 7 years ago
441afbd
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
by Miss Islington (bot)
· 7 years ago
be5d616
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194)
by Miss Islington (bot)
· 7 years ago
eca0859
bpo-33674: Pause the transport as early as possible (GH-7192)
by Miss Islington (bot)
· 7 years ago
0dd8fd0
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187)
by Miss Islington (bot)
· 7 years ago
420092e
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)
by Miss Islington (bot)
· 7 years ago
ddc613f
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
by Miss Islington (bot)
· 7 years ago
8d8b861
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
by Miss Islington (bot)
· 7 years ago
075c662
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173)
by Miss Islington (bot)
· 7 years ago
bc3a002
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
by Miss Islington (bot)
· 7 years ago
f8fdb36
bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) (#7162)
by Miss Islington (bot)
· 7 years ago
1f21ae7
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (GH-7153)
by Miss Islington (bot)
· 7 years ago
b8b8000
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022)
by Miss Islington (bot)
· 7 years ago
b85115e
[3.7] bpo-32262: Fix typo in f-string (GH-7016)
by Miss Islington (bot)
· 7 years ago
52d1741
bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005)
by Miss Islington (bot)
· 7 years ago
28ea38b9
bpo-26819: Prevent proactor double read on resume (GH-6921)
by Miss Islington (bot)
· 7 years ago
fd93666
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
by Serhiy Storchaka
· 7 years ago
211c0db
Fix senfile typo (GH-6265) (#6274)
by Miss Islington (bot)
· 7 years ago
bf0d116
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6057)
by Miss Islington (bot)
· 7 years ago
632c1cb
bpo-32622: Native sendfile on windows (GH-5565)
by Miss Islington (bot)
· 7 years ago
8caee0f
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665)
by Miss Islington (bot)
· 8 years ago
2b5937e
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)
by Miss Islington (bot)
· 8 years ago
71a0b0e
Implement TimerHandle.when() (GH-5473) (GH-5480)
by Miss Islington (bot)
· 8 years ago
07627e9
bpo-32251: Fix docs (#5408)
by Yury Selivanov
· 8 years ago
631fd38
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
by Yury Selivanov
· 8 years ago
bec2372
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
by Yury Selivanov
· 8 years ago
2a2247c
bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
by Yury Selivanov
· 8 years ago
b1a6ac4
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
by Yury Selivanov
· 8 years ago
7c68407
bpo-32622: Implement loop.sendfile() (#5271)
by Andrew Svetlov
· 8 years ago
61d478c
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
by Christian Heimes
· 8 years ago
c47dacb
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
by José Melero Fernández
· 8 years ago
c9070d0
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
by Yury Selivanov
· 8 years ago
fe133aa
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
by Andrew Svetlov
· 8 years ago
fb5a7ad
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
by Nathaniel J. Smith
· 8 years ago
22feeb8
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
by Yury Selivanov
· 8 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 8 years ago
a4afcdf
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
by Yury Selivanov
· 8 years ago
fc2f407
bpo-32591: Add native coroutine origin tracking (#5250)
by Nathaniel J. Smith
· 8 years ago
7464e87
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
by Andrew Svetlov
· 8 years ago
6b5a279
bpo-32410: Implement loop.sock_sendfile() (#4976)
by Andrew Svetlov
· 8 years ago
ffcb4c0
bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052)
by Andrew Svetlov
· 8 years ago
1634fc2
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 8 years ago
f111b3d
bpo-23749: Implement loop.start_tls() (#5039)
by Yury Selivanov
· 8 years ago
a8f4e15
bpo-26133: Fix typos (#5010)
by Andrew Svetlov
· 8 years ago
e0aef4f
bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
by Yury Selivanov
· 8 years ago
0cf16f9
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
by Yury Selivanov
· 8 years ago
4f146f9
bpo-26133: Clear signals list on interpreter finalizing (#5002)
by Andrew Svetlov
· 8 years ago
ca9b36c
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
by Yury Selivanov
· 8 years ago
4a02543
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956)
by Andrew Svetlov
· 8 years ago
51eb1c6
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
by Andrew Svetlov
· 8 years ago
f7686c1
bpo-29970: Add timeout for SSL handshake in asyncio
by Neil Aspinall
· 8 years ago
319c034
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
by Julien Duponchelle
· 8 years ago
36c2c04
bpo-32355: Optimize asyncio.gather() (#4913)
by Yury Selivanov
· 8 years ago
a9d7e55
bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
by Yury Selivanov
· 8 years ago
a7bd64c
bpo-27456: Simplify sock type checks (#4922)
by Yury Selivanov
· 8 years ago
d757aaf
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
by Yury Selivanov
· 8 years ago
5382c05
bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908)
by Andrew Svetlov
· 8 years ago
44d1a59
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
by Andrew Svetlov
· 8 years ago
e796b2f
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
by Yury Selivanov
· 8 years ago
f74ef45
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
by Andrew Svetlov
· 8 years ago
Next »