Serhiy Storchaka
|
148679982f
|
Issue #22369: Change "context manager protocol" to "context management protocol".
|
2014-09-10 23:43:41 +03:00 |
Andrew Svetlov
|
f200ce6333
|
Document lock parameter for asyncio.Condition()
|
2014-07-26 19:50:37 +03:00 |
Larry Hastings
|
3732ed2414
|
Merge in all documentation changes since branching 3.4.0rc1.
|
2014-03-15 21:13:56 -07:00 |
Yury Selivanov
|
37f15bcfed
|
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706
|
2014-02-20 16:20:44 -05:00 |
Victor Stinner
|
606ab031c1
|
asyncio doc: add "Concurrency and multithreading" section
|
2014-02-01 03:18:58 +01:00 |
Guido van Rossum
|
9ad116bcd0
|
Document asyncio.QueueFull/Empty.
|
2014-01-25 17:38:31 -08:00 |
Victor Stinner
|
8c462c5a80
|
asyncio doc: move AbstractServer to the event loop page
Add also entries in the table of content for each synchronization primitive
class.
|
2014-01-24 18:11:43 +01:00 |
Victor Stinner
|
59759ff234
|
asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"
|
2014-01-16 19:30:21 +01:00 |
R David Murray
|
6a14381530
|
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
|
2013-12-20 14:37:39 -05:00 |
Victor Stinner
|
2748bc735e
|
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Patch written by Vajrasky Kok.
|
2013-12-13 10:57:04 +01:00 |
Victor Stinner
|
ea3183f5b8
|
Split asyncio documentation into subfiles
|
2013-12-03 01:08:00 +01:00 |