- 10 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
The original form is incorrect grammar and feels awkward, even though the meaning is clear.
-
- 11 Ock, 2016 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 15 Ara, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 18 Kas, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 05 Eki, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Tem, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Martin Panter.
-
- 24 Haz, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Martin Panter.
-
- 11 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
the wait is cancelled, the future *fut* is now also cancelled.
-
- 25 Şub, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 12 Şub, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 02 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 28 Kas, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 15 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
The function schedules the execution of coroutines, it's not just a wrapper for something.
-
- 11 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 27 Eyl, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 10 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
-
- 24 Tem, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 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
-
- 05 Tem, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
- 10 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
be empty.
-
- 02 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Kok.
-
- 28 May, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 17 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
also typo. Patch written by Vajrasky Kok.
-
- 20 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 17 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
also typo. Patch written by Vajrasky Kok.
-
- 09 Şub, 2014 2 kayıt (commit)
-
-
Brian Curtin yazdı
-
Victor Stinner yazdı
-
- 01 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Improve also the "Logging" section
-
- 29 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Mention that wait_for() now accepts None for the timeout.
-
- 28 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Ock, 2014 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-