index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
asyncio.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various formatting & grammar fixes in asyncio* docs.
Eli Bendersky
2014-02-09
1
-1/+1
*
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
Brian Curtin
2014-02-09
1
-1/+1
*
asyncio: document the new asyncio.subprocess module
Victor Stinner
2014-02-02
1
-0/+1
*
asyncio doc: add "asyncio-" prefix to references
Victor Stinner
2014-02-02
1
-3/+3
*
asyncio doc: Move streams to their own dedicated page
Victor Stinner
2014-01-23
1
-0/+1
*
asyncio: add a new "Develop with asyncio" section to the documentation
Victor Stinner
2014-01-16
1
-0/+1
*
Fix minor markup bug: sub-toctrees should not have :numbered:
Georg Brandl
2014-01-11
1
-1/+0
*
asyncio doc: oh, asyncio module has its own Future class
Victor Stinner
2013-12-03
1
-2/+2
*
ayncio: replace the disclamer with a seealso section
Victor Stinner
2013-12-03
1
-9/+6
*
Split asyncio documentation into subfiles
Victor Stinner
2013-12-03
1
-1555/+8
*
asyncio doc: change level of titles
Victor Stinner
2013-12-02
1
-115/+109
*
asyncio doc: reorder sections
Victor Stinner
2013-12-02
1
-428/+428
*
asyncio: document wait() function
Victor Stinner
2013-12-02
1
-0/+42
*
asyncio doc
Victor Stinner
2013-12-02
1
-7/+35
*
asyncio: sort some methods
Victor Stinner
2013-12-02
1
-76/+84
*
asyncio doc: group transport method by classes
Victor Stinner
2013-12-02
1
-94/+113
*
asyncio: more documentation
Victor Stinner
2013-12-02
1
-19/+83
*
asyncio: document network functions, and stream reader/writer
Victor Stinner
2013-12-02
1
-1/+152
*
asyncio: document locks
Victor Stinner
2013-12-02
1
-0/+216
*
asyncio: document Queue classes
Victor Stinner
2013-12-02
1
-0/+108
*
Document Task class and task functions
Victor Stinner
2013-12-02
1
-0/+200
*
asyncio: cleanup doc
Victor Stinner
2013-12-02
1
-26/+40
*
Issue #19833: Document more asyncio.BaseEventLoop methods
Victor Stinner
2013-12-02
1
-2/+143
*
Issue #19833: add 2 examples to asyncio doc (hello world)
Victor Stinner
2013-12-02
1
-0/+36
*
Issue #19833: asyncio doc: add class name to methods
Victor Stinner
2013-12-02
1
-34/+34
*
Document create_connection
Antoine Pitrou
2013-11-23
1
-0/+71
*
Start documenting the event loop
Antoine Pitrou
2013-11-23
1
-0/+57
*
Document asyncio transport APIs
Antoine Pitrou
2013-11-23
1
-0/+170
*
Add source link for asyncio.
Guido van Rossum
2013-11-23
1
-0/+3
*
Finish protocol documentation
Antoine Pitrou
2013-11-23
1
-12/+54
*
Start documenting protocols
Antoine Pitrou
2013-11-23
1
-0/+130
*
Mention threadpool interface in asyncio overview.
Guido van Rossum
2013-11-22
1
-0/+4
*
Issue #19291: add crude stubs to the asyncio docs
Antoine Pitrou
2013-11-22
1
-5/+94
*
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...
Guido van Rossum
2013-11-22
1
-0/+20