Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio doc: update debug traces | Victor Stinner | 2014-10-12 | 1 | -16/+27 |
| | |||||
* | asyncio: update the doc | Victor Stinner | 2014-08-25 | 1 | -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 documentation | Victor Stinner | 2014-07-08 | 1 | -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 mode | Victor Stinner | 2014-06-22 | 1 | -4/+27 |
| | |||||
* | asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG | Victor Stinner | 2014-02-20 | 1 | -1/+0 |
| | | | | env var), document the default debug mode | ||||
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -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 Stinner | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | Various formatting & grammar fixes in asyncio* docs. | Eli Bendersky | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | asyncio doc: mention that asyncio is not thread-safe | Victor Stinner | 2014-02-07 | 1 | -0/+6 |
| | |||||
* | Add missing word ("thread") to sentence about call_soon_threadsafe. | Guido van Rossum | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | asyncio doc: add an example to schedule a coroutine from a different thread | Victor Stinner | 2014-02-04 | 1 | -5/+8 |
| | |||||
* | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | asyncio doc: add "Concurrency and multithreading" section | Victor Stinner | 2014-02-01 | 1 | -3/+27 |
| | |||||
* | asyncio doc: document the granularity of the event loop | Victor Stinner | 2014-02-01 | 1 | -6/+11 |
| | | | | Improve also the "Logging" section | ||||
* | asyncio doc: close the loop at exit | Victor Stinner | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | Fix grammar and add markup | Eli Bendersky | 2014-01-20 | 1 | -5/+6 |
| | |||||
* | asyncio: oops, add missing word :-) | Victor Stinner | 2014-01-17 | 1 | -2/+2 |
| | |||||
* | asyncio: add a new "Develop with asyncio" section to the documentation | Victor Stinner | 2014-01-16 | 1 | -0/+210 |