summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-dev.rst
Commit message (Collapse)AuthorAgeFilesLines
* Docs and one small improvement for issue #25304, by Vincent Michel.Guido van Rossum2015-10-051-3/+9
|
* Fix #25208: Improve "Develop with asyncio" doc page.Andrew Svetlov2015-09-241-5/+5
| | | | Patch by Benjamin Hodgson.
* docs/asyncio: Document new ensure_future() and deprecated async()Yury Selivanov2015-05-111-13/+13
|
* asyncio doc: close explicitly event loopsVictor Stinner2015-02-231-0/+2
|
* asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
|
* asyncio doc: document the new ResourceWarning warningsVictor Stinner2015-01-301-0/+11
|
* asyncio doc: add a section about task cancellationVictor Stinner2015-01-291-0/+37
|
* asyncio doc: list limitations to run subprocesses from different threadsVictor Stinner2015-01-091-0/+5
|
* Cosmetic fixes to the 'Develop with asyncio' pageZachary Ware2015-01-061-8/+10
|
* asyncio doc: update debug tracesVictor Stinner2014-10-121-16/+27
|
* asyncio: update the docVictor Stinner2014-08-251-1/+9
| | | | | | * dev: mention that the logging must be configured at DEBUG level * streams: drain() has no more a strange return value, it's just a standard coroutine
* Update asyncio documentationVictor Stinner2014-07-081-29/+66
| | | | | | | | | - Document the new create_task() method - "Hide" the Task class: point to the create_task() method for interoperability - Rewrite the documentation of the Task class - Document the "Pending task destroyed" - Update output in debug mode of examples in the dev section - Replace Task() with create_task() in examples
* asyncio: document the debug modeVictor Stinner2014-06-221-4/+27
|
* asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUGVictor Stinner2014-02-201-1/+0
| | | | env var), document the default debug mode
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-191-4/+6
| | | | | | Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module.
* Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon.Victor Stinner2014-02-181-1/+1
|
* Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-091-1/+1
|
* asyncio doc: mention that asyncio is not thread-safeVictor Stinner2014-02-071-0/+6
|
* Add missing word ("thread") to sentence about call_soon_threadsafe.Guido van Rossum2014-02-041-1/+1
|
* asyncio doc: add an example to schedule a coroutine from a different threadVictor Stinner2014-02-041-5/+8
|
* asyncio doc: add "asyncio-" prefix to referencesVictor Stinner2014-02-021-1/+1
|
* asyncio doc: add "Concurrency and multithreading" sectionVictor Stinner2014-02-011-3/+27
|
* asyncio doc: document the granularity of the event loopVictor Stinner2014-02-011-6/+11
| | | | Improve also the "Logging" section
* asyncio doc: close the loop at exitVictor Stinner2014-01-281-0/+1
|
* Fix grammar and add markupEli Bendersky2014-01-201-5/+6
|
* asyncio: oops, add missing word :-)Victor Stinner2014-01-171-2/+2
|
* asyncio: add a new "Develop with asyncio" section to the documentationVictor Stinner2014-01-161-0/+210