- 26 Eki, 2018 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
"threadsafe"
-
- 17 Eyl, 2018 1 kayıt (commit)
-
-
Elvis Pranskevichus yazdı
-
- 14 Eyl, 2018 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Grant yazdı
-
- 13 Eyl, 2018 1 kayıt (commit)
-
-
Carol Willing yazdı
-
- 11 Eyl, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms
-
- 11 Ara, 2017 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
* Replace 'yield from' to 'await' in asyncio docs * Fix docstrings
-
- 24 Kas, 2017 1 kayıt (commit)
-
-
Ashley Camba yazdı
-
- 20 Kas, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
The new -X dev command line option now also enables asyncio debug mode.
-
- 03 Agu, 2017 1 kayıt (commit)
-
-
Mike DePalatis yazdı
"not only is it .." is the correct form, as opposed to: "not only it is ..."
-
- 13 Eki, 2016 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Agu, 2016 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Julien Palard.
-
- 05 Eki, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Eyl, 2015 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Benjamin Hodgson.
-
- 01 Tem, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Martin Panter.
-
- 11 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 23 Şub, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 04 Şub, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 29 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 09 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 06 Ock, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 25 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
* 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
-
- 08 Tem, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
- 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
-
- 22 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module.
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module.
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 09 Şub, 2014 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 07 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 04 Şub, 2014 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
-
- 02 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 01 Şub, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Improve also the "Logging" section
-