Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7c7605ff1133cf757cac428c483827f666c7c827
/
Doc
/
library
/
asyncio-eventloop.rst
7c7605f
bpo-33649: First asyncio docs improvement pass (GH-9142)
by Yury Selivanov
· 7 years ago
cca4eec
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
by Alex Grönholm
· 7 years ago
944451c
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
by MartinAltmayer
· 7 years ago
22d2508
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533)
by Elvis Pranskevichus
· 7 years ago
7e0d882
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
by MarcoFalke
· 7 years ago
c0d062f
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
by Elvis Pranskevichus
· 7 years ago
9602643
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
by Yury Selivanov
· 7 years ago
28b9178
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
by Yury Selivanov
· 7 years ago
0ded580
Add versionchanged in create_datagram_endpoint doc (#4697)
by Romuald Brunet
· 7 years ago
65a3470
Fix senfile typo (#6265)
by Sam Dunster
· 7 years ago
17ab8f0
Fix a typo in asyncio docs (#5721)
by Andrew Svetlov
· 7 years ago
3d4dbd8
Implement TimerHandle.when() (#5473)
by Andrew Svetlov
· 8 years ago
bec2372
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
by Yury Selivanov
· 8 years ago
ee72ac0
bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)
by Elvis Pranskevichus
· 8 years ago
7c68407
bpo-32622: Implement loop.sendfile() (#5271)
by Andrew Svetlov
· 8 years ago
c9070d0
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
by Yury Selivanov
· 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
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
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
19a44f6
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
by Yury Selivanov
· 8 years ago
9edad3c
bpo-32272: Remove asyncio.async() function. (#4784)
by Yury Selivanov
· 8 years ago
ac577d7
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
by Victor Stinner
· 8 years ago
431665b
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
by AraHaan
· 8 years ago
423fd36
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
by Yury Selivanov
· 8 years ago
69cfed1
Add asyncio.Handle.cancelled() method (#2388)
by Marat Sharafutdinov
· 8 years ago
fe4ea9c
bpo-31245: Asyncio unix socket datagram (#3164)
by Quentin Dawans
· 8 years ago
525f40d
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
by Antoine Pitrou
· 8 years ago
627d2c8
Add the link to asyncio source code in the docs (GH-2373)
by lf
· 8 years ago
0366004
Issue #28091: Document PEP 525 & PEP 530.
by Yury Selivanov
· 9 years ago
91aa5c1
Merge 3.5 (issue #27392)
by Yury Selivanov
· 9 years ago
3b3a141
Issue #27392: Document loop.connect_accepted_socket()
by Yury Selivanov
· 9 years ago
4948a46
Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)
by Guido van Rossum
· 9 years ago
9e80eeb
Issue #26980: Improve docs for create_unix_connection(). By Mariatta.
by Guido van Rossum
· 9 years ago
6330f2a
Merge 3.5 (issue #26796)
by Yury Selivanov
· 9 years ago
e8a6045
Issue #26796: Don't configure the number of workers for default threadpool executor.
by Yury Selivanov
· 9 years ago
7d6dda4
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 9 years ago
4adf01c
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 9 years ago
2b0bb0d
Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
f68afd8
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
by Guido van Rossum
· 9 years ago
81d167a
Merge 3.5 (asyncio, issue #27136)
by Yury Selivanov
· 9 years ago
55c5084
Issue #27136: Update asyncio docs
by Yury Selivanov
· 9 years ago
f979d55
Merge 3.5
by Yury Selivanov
· 9 years ago
950204d
docs: Update asyncio docs & whatsnew
by Yury Selivanov
· 9 years ago
4ecfa45
Expand abbreviations FIFO and LIFO.
by Serhiy Storchaka
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 9 years ago
49c9edf
Issue #26157: Fix typos in asyncio-eventloop.rst
by Berker Peksag
· 10 years ago
82f9fea
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
by Guido van Rossum
· 10 years ago
41f69f4
Issue #25593: Change semantics of EventLoop.stop().
by Guido van Rossum
· 10 years ago
eda1955
Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)
by Guido van Rossum
· 10 years ago
b9bf913
Issue #23972: updates to asyncio datagram API. By Chris Laws.
by Guido van Rossum
· 10 years ago
313242a
Merge 3.4 -> 3.5
by Andrew Svetlov
· 10 years ago
1c62b52
Reflect parameter name change in the doc
by Andrew Svetlov
· 10 years ago
7b58a2b
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
5e4a7d8
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
by Victor Stinner
· 10 years ago
60208a1
Issue #25134: Update asyncio doc for SSL on Windows
by Victor Stinner
· 10 years ago
153627c
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 10 years ago
0424eaf
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 10 years ago
dcc47c6
Issue #24947: Merge 3.4
by Zachary Ware
· 10 years ago
5e580da
Issue #24947: Fix grammar in asyncio doc
by Zachary Ware
· 10 years ago
04356e1
Issue #24487: Rename async() -> ensure_future() in asyncio docs.
by Yury Selivanov
· 10 years ago
1096f76
Issue #24509: Clarify Handle.cancel() and loop.call_* methods.
by Yury Selivanov
· 10 years ago
bb96134
asyncio.docs: Use less confusing title
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
8370496
asyncio: add a note about (non) thread safety in each class
by Victor Stinner
· 10 years ago
bdd574d
asyncio doc: annotate coroutine on coroutine functions and methods
by Victor Stinner
· 10 years ago
756f0b1
Fix asyncio doc typo.
by R David Murray
· 11 years ago
a092a61
asyncio doc: fix section of event loop examples
by Victor Stinner
· 11 years ago
4d5115c
asyncio doc: call_soon() does not call immediatly the callback. Patch written
by Victor Stinner
· 11 years ago
8464c24
asyncio doc: explain how to pass keywords to callbacks (functools.partial)
by Victor Stinner
· 11 years ago
b556399
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().
by Berker Peksag
· 11 years ago
2cef300
asyncio doc: fix typo in an example
by Victor Stinner
· 11 years ago
7f314ed
asyncio doc: write simpler examples to introduce asyncio
by Victor Stinner
· 11 years ago
33f6abe
asyncio doc: reformat create_server() doc
by Victor Stinner
· 11 years ago
c7edffd
asyncio doc: add UDP client and server examples
by Victor Stinner
· 11 years ago
ccd8e34
asyncio doc: socket.socketpair() is not available on Windows yet
by Victor Stinner
· 11 years ago
04e6df3
asyncio doc: add examples showing the 3 ways to wait for data from an open
by Victor Stinner
· 11 years ago
6888b96
asyncio doc: cleanup Hello World examples
by Victor Stinner
· 11 years ago
9c1dba2
Revert #22251
by Berker Peksag
· 11 years ago
3749404
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 11 years ago
41f3c3f
Closes #22275: asyncio: enhance documentation of OS support
by Victor Stinner
· 11 years ago
d84fd73
Issue #22063: Fix asyncio documentation of socket and pipe operations regarding
by Victor Stinner
· 11 years ago
337e03f
Issue #22112, asyncio doc: replace loop.create_task(coro) with
by Victor Stinner
· 11 years ago
ec2ce09
Issue #22063: Mention in asyncio documentation that socket operations require
by Victor Stinner
· 11 years ago
ca4f343
Fix incomplete sentence in asyncio docs.
by Andrew Svetlov
· 11 years ago
9ff4180
Asyncio doc fixes: spelling, grammar, duplication.
by Terry Jan Reedy
· 11 years ago
4bfb14a
asyncio: Server.close() leaves client sockets open
by Victor Stinner
· 11 years ago
8ebeb03
asyncio: improve the documentation of servers
by Victor Stinner
· 11 years ago
aea8229
Issue #21680: Document asyncio event loops
by Victor Stinner
· 11 years ago
530ef2f
Update asyncio documentation
by Victor Stinner
· 11 years ago
63b21a8
Closes #21921: Fix ResourceWarning in the asyncio examples: close the event
by Victor Stinner
· 11 years ago
f328c7d
asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the
by Victor Stinner
· 11 years ago
62511fd
asyncio: document the debug mode
by Victor Stinner
· 11 years ago
7b7120e
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
by Victor Stinner
· 11 years ago
d143209
Tulip issue 83: document more asyncio functions in docstrings
by Victor Stinner
· 11 years ago
64d750b
asyncio: Fix pyflakes errors
by Victor Stinner
· 11 years ago
bb2fc5b
Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop
by Victor Stinner
· 11 years ago
Next »