Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
222ae1eccc819d82fcadbb3c9e1fba83339cc5c6
/
Lib
/
asyncio
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)
· 7 years ago
2b5937e
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)
by Miss Islington (bot)
· 7 years ago
71a0b0e
Implement TimerHandle.when() (GH-5473) (GH-5480)
by Miss Islington (bot)
· 7 years ago
07627e9
bpo-32251: Fix docs (#5408)
by Yury Selivanov
· 7 years ago
631fd38
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
by Yury Selivanov
· 7 years ago
bec2372
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
by Yury Selivanov
· 7 years ago
2a2247c
bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
by Yury Selivanov
· 7 years ago
b1a6ac4
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
by Yury Selivanov
· 7 years ago
7c68407
bpo-32622: Implement loop.sendfile() (#5271)
by Andrew Svetlov
· 7 years ago
61d478c
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
by Christian Heimes
· 7 years ago
c47dacb
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
by José Melero Fernández
· 7 years ago
c9070d0
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
by Yury Selivanov
· 7 years ago
fe133aa
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
by Andrew Svetlov
· 7 years ago
fb5a7ad
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
by Nathaniel J. Smith
· 7 years ago
22feeb8
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
by Yury Selivanov
· 7 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 7 years ago
a4afcdf
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
by Yury Selivanov
· 7 years ago
fc2f407
bpo-32591: Add native coroutine origin tracking (#5250)
by Nathaniel J. Smith
· 7 years ago
7464e87
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
by Andrew Svetlov
· 7 years ago
6b5a279
bpo-32410: Implement loop.sock_sendfile() (#4976)
by Andrew Svetlov
· 7 years ago
ffcb4c0
bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052)
by Andrew Svetlov
· 7 years ago
1634fc2
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
f111b3d
bpo-23749: Implement loop.start_tls() (#5039)
by Yury Selivanov
· 7 years ago
a8f4e15
bpo-26133: Fix typos (#5010)
by Andrew Svetlov
· 7 years ago
e0aef4f
bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
by Yury Selivanov
· 7 years ago
0cf16f9
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
by Yury Selivanov
· 7 years ago
4f146f9
bpo-26133: Clear signals list on interpreter finalizing (#5002)
by Andrew Svetlov
· 7 years ago
ca9b36c
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
by Yury Selivanov
· 7 years ago
4a02543
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956)
by Andrew Svetlov
· 7 years ago
51eb1c6
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
by Andrew Svetlov
· 7 years ago
f7686c1
bpo-29970: Add timeout for SSL handshake in asyncio
by Neil Aspinall
· 7 years ago
319c034
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
by Julien Duponchelle
· 7 years ago
36c2c04
bpo-32355: Optimize asyncio.gather() (#4913)
by Yury Selivanov
· 7 years ago
a9d7e55
bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
by Yury Selivanov
· 7 years ago
a7bd64c
bpo-27456: Simplify sock type checks (#4922)
by Yury Selivanov
· 7 years ago
d757aaf
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
by Yury Selivanov
· 7 years ago
5382c05
bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908)
by Andrew Svetlov
· 7 years ago
44d1a59
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
by Andrew Svetlov
· 7 years ago
e796b2f
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
by Yury Selivanov
· 7 years ago
f74ef45
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
by Andrew Svetlov
· 7 years ago
19a44f6
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
by Yury Selivanov
· 7 years ago
02a0a19
bpo-32314: Implement asyncio.run() (#4852)
by Yury Selivanov
· 7 years ago
a70232f
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
by Yury Selivanov
· 7 years ago
7a6706b
Fix couple typos (#4839)
by Andrew Svetlov
· 7 years ago
8874342
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
by Andrew Svetlov
· 7 years ago
abae67e
Add asyncio.get_running_loop() function. (#4782)
by Yury Selivanov
· 7 years ago
3e97518
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
by Yury Selivanov
· 7 years ago
9edad3c
bpo-32272: Remove asyncio.async() function. (#4784)
by Yury Selivanov
· 7 years ago
19d0d54
bpo-32262: Fix f-string (#4787)
by Yury Selivanov
· 7 years ago
6370f34
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
by Yury Selivanov
· 7 years ago
28d8d14
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
by Andrew Svetlov
· 7 years ago
5f841b5
bpo-32193: Convert asyncio to async/await usage (#4753)
by Andrew Svetlov
· 7 years ago
8f5c28b
Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
by John Chen
· 7 years ago
5e3806f
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
by Victor Stinner
· 7 years ago
cc83920
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
by Andrew Svetlov
· 7 years ago
ac577d7
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
by Victor Stinner
· 7 years ago
4271dfd
bpo-32154: Remove asyncio.selectors (#4605)
by Victor Stinner
· 7 years ago
3f438a9
asyncio: Remove asyncio/compat.py (#4606)
by Victor Stinner
· 7 years ago
a10dc3e
asyncio: use directly socket.socketpair() (#4597)
by Victor Stinner
· 7 years ago
c16bace
asyncio: Remove unused Future._tb_logger attribute (#4596)
by Victor Stinner
· 7 years ago
28e6165
bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594)
by Victor Stinner
· 7 years ago
423fd36
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
by Yury Selivanov
· 7 years ago
44862df
bpo-32047: -X dev enables asyncio debug mode (#4418)
by Victor Stinner
· 7 years ago
51d546a
bpo-32069: Drop legacy SSL transport (#4451)
by Andrew Svetlov
· 7 years ago
43605e6
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
by Yury Selivanov
· 7 years ago
e1d62e0
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
by Andrey Egorov
· 7 years ago
ce12629
bpo-28369: Enhance transport socket check in add_reader/writer (#4365)
by Yury Selivanov
· 7 years ago
c62f0cb
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
by Suren Nihalani
· 7 years ago
c060c7e
Fix a typo (#4323)
by Barry Warsaw
· 7 years ago
921e943
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
by Antoine Pitrou
· 7 years ago
22b1128
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
by Antoine Pitrou
· 7 years ago
69cfed1
Add asyncio.Handle.cancelled() method (#2388)
by Marat Sharafutdinov
· 7 years ago
fe4ea9c
bpo-31245: Asyncio unix socket datagram (#3164)
by Quentin Dawans
· 7 years ago
525f40d
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
by Antoine Pitrou
· 7 years ago
ea2ef5d
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
by jlacoline
· 7 years ago
faa135a
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
by Yury Selivanov
· 7 years ago
4d07189
bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703)
by Victor K
· 7 years ago
a170fa1
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
by Christian Heimes
· 7 years ago
80bbe6a7
bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)
by jimmylai
· 7 years ago
16432be
bpo-31250, test_asyncio: fix dangling threads (#3252)
by Victor Stinner
· 7 years ago
b903067
bpo-30280: Cleanup threads in ayncio tests (#2501)
by Victor Stinner
· 7 years ago
cab4692
Fix a typo in a comment in coroutines.py (GH-2267)
by Johan de Jager
· 7 years ago
09663de
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111)
by Yury Selivanov
· 7 years ago
7ce1c6f
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
by Yury Selivanov
· 7 years ago
a608d2d
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)
by Nikolay Kim
· 7 years ago
34792d2
Fix TypeError is asyncio/proactor_events (#993)
by Jim Fasarakis-Hilliard
· 7 years ago
d1f5751
Break circular references when closing SSLTransport objects (#981)
by Michaël Sghaïer
· 7 years ago
a0e3d2d
Closing transport during handshake process leaks socket (#480)
by Nikolay Kim
· 7 years ago
894a654
Fix waiter cancellation in asyncio.Lock (#1031)
by Mathieu Sornay
· 7 years ago
21b3e04
call remove_done_callback in finally section (#1688)
by jimmylai
· 7 years ago
991adca
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
by INADA Naoki
· 8 years ago
3e2ad8e
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
by INADA Naoki
· 8 years ago
2e576f5
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
by Serhiy Storchaka
· 8 years ago
ae5b326
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170)
by Charles Renwick
· 8 years ago
5affd23
bpo-29762: More use "raise from None". (#569)
by Serhiy Storchaka
· 8 years ago
1e73dbb
Fix small exception typos in Lib (#818)
by Jim Fasarakis-Hilliard
· 8 years ago
Next »