Yury Selivanov
|
6db7a4b81a
|
docs: asyncio is no longer provisional
|
2016-12-15 18:58:19 -05:00 |
Serhiy Storchaka
|
29b0a26822
|
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
|
2016-12-04 10:20:55 +02:00 |
Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
Yury Selivanov
|
c52e41d6b9
|
Make asyncio provisional
|
2015-08-31 11:42:31 -04:00 |
Guido van Rossum
|
75ead2b578
|
Remove warning about asyncio being provisional (it's not in 3.5 and up).
|
2015-08-02 15:50:27 +02:00 |
Victor Stinner
|
532c69a428
|
asyncio doc: begin with warnings on asyncio traps
|
2015-02-25 14:23:51 +01:00 |
Victor Stinner
|
615a58eaab
|
asyncio doc: move queues to a new page
|
2015-02-25 13:55:43 +01:00 |
Georg Brandl
|
b7354a65ce
|
Fixing broken links in doc, part 4: some more breaks and redirects
|
2014-10-29 10:57:37 +01:00 |
Nick Coghlan
|
af117ed3d7
|
Issue #22346: also include asyncio PEP 411 notice in 3.4
|
2014-09-06 19:43:06 +10:00 |
Terry Jan Reedy
|
9ff41803af
|
Asyncio doc fixes: spelling, grammar, duplication.
|
2014-07-24 02:59:02 -04:00 |
Victor Stinner
|
aea82293be
|
Issue #21680: Document asyncio event loops
|
2014-07-08 23:42:38 +02:00 |
Eli Bendersky
|
b73c83318d
|
Various formatting & grammar fixes in asyncio* docs.
|
2014-02-09 06:07:47 -08:00 |
Brian Curtin
|
a1afeec9aa
|
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
|
2014-02-08 18:36:14 -06:00 |
Victor Stinner
|
084443809f
|
asyncio: document the new asyncio.subprocess module
|
2014-02-02 22:43:39 +01:00 |
Victor Stinner
|
9592edb834
|
asyncio doc: add "asyncio-" prefix to references
|
2014-02-02 15:03:02 +01:00 |
Victor Stinner
|
24f8ebf4c5
|
asyncio doc: Move streams to their own dedicated page
|
2014-01-23 11:05:01 +01:00 |
Victor Stinner
|
db39a0da0c
|
asyncio: add a new "Develop with asyncio" section to the documentation
|
2014-01-16 18:58:01 +01:00 |
Georg Brandl
|
fa5a765506
|
Fix minor markup bug: sub-toctrees should not have :numbered:
|
2014-01-11 19:52:17 +01:00 |
Victor Stinner
|
99c2ab4b83
|
asyncio doc: oh, asyncio module has its own Future class
Improve also wait() documentation: mention that the first parameter is a
sequence
|
2013-12-03 19:17:25 +01:00 |
Victor Stinner
|
85a2be7da7
|
ayncio: replace the disclamer with a seealso section
|
2013-12-03 15:04:36 +01:00 |
Victor Stinner
|
ea3183f5b8
|
Split asyncio documentation into subfiles
|
2013-12-03 01:08:00 +01:00 |
Victor Stinner
|
fa2ce78a21
|
asyncio doc: change level of titles
Remove also a duplicated Protocols section!
|
2013-12-03 00:56:27 +01:00 |
Victor Stinner
|
b3be72cac3
|
asyncio doc: reorder sections
|
2013-12-03 00:49:26 +01:00 |
Victor Stinner
|
34d8df5171
|
asyncio: document wait() function
|
2013-12-03 00:42:59 +01:00 |
Victor Stinner
|
dd339a248c
|
asyncio doc
* complete create_connection() prototype
* link to Server
* document get_extra_info() keys
|
2013-12-03 00:32:48 +01:00 |
Victor Stinner
|
0c924b83ee
|
asyncio: sort some methods
|
2013-12-02 17:52:31 +01:00 |
Victor Stinner
|
b09f9b33d2
|
asyncio doc: group transport method by classes
Declare classes because they are mentionned in documentation of other functions
|
2013-12-02 17:46:04 +01:00 |
Victor Stinner
|
e91f180efe
|
asyncio: more documentation
|
2013-12-02 17:40:48 +01:00 |
Victor Stinner
|
be490633be
|
asyncio: document network functions, and stream reader/writer
|
2013-12-02 17:28:32 +01:00 |
Victor Stinner
|
c37dd614b6
|
asyncio: document locks
|
2013-12-02 14:31:16 +01:00 |
Victor Stinner
|
0da1d29c8a
|
asyncio: document Queue classes
|
2013-12-02 14:06:03 +01:00 |
Victor Stinner
|
60efaae4f9
|
Document Task class and task functions
|
2013-12-02 13:47:23 +01:00 |
Victor Stinner
|
3c3c4f5a11
|
asyncio: cleanup doc
|
2013-12-02 13:04:25 +01:00 |
Victor Stinner
|
550a09ef86
|
Issue #19833: Document more asyncio.BaseEventLoop methods
|
2013-12-02 12:41:54 +01:00 |
Victor Stinner
|
4e70bb84e6
|
Issue #19833: add 2 examples to asyncio doc (hello world)
|
2013-12-02 12:21:30 +01:00 |
Victor Stinner
|
8dc434e092
|
Issue #19833: asyncio doc: add class name to methods
|
2013-12-02 12:20:57 +01:00 |
Antoine Pitrou
|
a30d82f597
|
Document create_connection
|
2013-11-23 13:55:35 +01:00 |
Antoine Pitrou
|
9a62a1987f
|
Start documenting the event loop
|
2013-11-23 13:10:08 +01:00 |
Antoine Pitrou
|
4d1046c7e6
|
Document asyncio transport APIs
|
2013-11-23 12:50:52 +01:00 |
Guido van Rossum
|
f8d0ff9f42
|
Add source link for asyncio.
|
2013-11-22 16:53:25 -08:00 |
Antoine Pitrou
|
74193af0cf
|
Finish protocol documentation
|
2013-11-23 01:21:11 +01:00 |
Antoine Pitrou
|
a035e1b000
|
Start documenting protocols
|
2013-11-23 01:08:43 +01:00 |
Guido van Rossum
|
f0f5d3844a
|
Mention threadpool interface in asyncio overview.
|
2013-11-22 15:45:02 -08:00 |
Antoine Pitrou
|
bba8682200
|
Issue #19291: add crude stubs to the asyncio docs
|
2013-11-23 00:34:26 +01:00 |
Guido van Rossum
|
7a465647e4
|
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
|
2013-11-22 11:47:22 -08:00 |