Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Add asyncio source code links (GH-16640) | Miss Islington (bot) | 2019-10-10 | 1 | -1/+4 |
| | | | | | (cherry picked from commit f900064ac4b35226caad7502abc8a7e64f1c0e9d) Co-authored-by: Kyle Stanley <aeros167@gmail.com> | ||||
* | bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) | Yury Selivanov | 2018-09-18 | 1 | -0/+1 |
| | | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io> | ||||
* | bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) | Yury Selivanov | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -2/+3 |
| | |||||
* | bpo-33649: Add a hello world example to asyncio.rst (GH-9374) | Yury Selivanov | 2018-09-17 | 1 | -0/+13 |
| | |||||
* | bpo-33649: Add low-level APIs index. (GH-9364) | Yury Selivanov | 2018-09-17 | 1 | -7/+7 |
| | |||||
* | bpo-33649: Fix asyncio-dev (GH-9324) | Yury Selivanov | 2018-09-14 | 1 | -10/+3 |
| | |||||
* | bpo-33649: Add high-level APIs cheat-sheet (GH-9319) | Yury Selivanov | 2018-09-14 | 1 | -2/+3 |
| | |||||
* | bpo-33649: Refresh asyncio docs landing page (GH-9322) | Yury Selivanov | 2018-09-14 | 1 | -28/+31 |
| | |||||
* | bpo-33649: Refresh Tasks and Futures pages (#9314) | Yury Selivanov | 2018-09-14 | 1 | -18/+31 |
| | | | | | | | | * bpo-33649: Refresh Tasks and Futures pages * Fixes * Fix markup | ||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms | ||||
* | docs: asyncio is no longer provisional | Yury Selivanov | 2016-12-15 | 1 | -7/+0 |
| | |||||
* | 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. | ||||
* | Make asyncio provisional | Yury Selivanov | 2015-08-31 | 1 | -0/+7 |
| | |||||
* | Remove warning about asyncio being provisional (it's not in 3.5 and up). | Guido van Rossum | 2015-08-02 | 1 | -7/+0 |
| | |||||
* | 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-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 |
| | | | | | 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-02 | 1 | -115/+109 |
| | | | | Remove also a duplicated Protocols section! | ||||
* | 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 |
| | | | | | | * 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 |
| |