Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: asyncio is no longer provisional | Yury Selivanov | 2016-12-15 | 1 | -7/+0 |
| | | | | (grafted from 4cb3ea76ce68efd52271e499647abbf0f8a2941f) | ||||
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -4/+4 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | asyncio doc: begin with warnings on asyncio traps | Victor Stinner | 2015-02-25 | 1 | -0/+5 |
| | |||||
* | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Issue #22346: also include asyncio PEP 411 notice in 3.4 | Nick Coghlan | 2014-09-06 | 1 | -0/+7 |
| | |||||
* | Asyncio doc fixes: spelling, grammar, duplication. | Terry Jan Reedy | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | Issue #21680: Document asyncio event loops | Victor Stinner | 2014-07-08 | 1 | -0/+1 |
| | |||||
* | 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-08 | 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 |
| | | | | | Improve also wait() documentation: mention that the first parameter is a sequence | ||||
* | 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-03 | 1 | -115/+109 |
| | | | | Remove also a duplicated Protocols section! | ||||
* | asyncio doc: reorder sections | Victor Stinner | 2013-12-03 | 1 | -428/+428 |
| | |||||
* | asyncio: document wait() function | Victor Stinner | 2013-12-03 | 1 | -0/+42 |
| | |||||
* | asyncio doc | Victor Stinner | 2013-12-03 | 1 | -7/+35 |
| | | | | | | * complete create_connection() prototype * link to Server * document get_extra_info() keys | ||||
* | 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 |
| | | | | Declare classes because they are mentionned in documentation of other functions | ||||
* | 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-22 | 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-23 | 1 | -5/+94 |
| | |||||
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Sa?l ↵ | Guido van Rossum | 2013-11-22 | 1 | -0/+20 |
Ibarra Corretg? (mostly). |