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 |