1. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 8 years ago
  2. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  3. 28d8d14 bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) by Andrew Svetlov · 8 years ago
  4. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 8 years ago
  5. 3f438a9 asyncio: Remove asyncio/compat.py (#4606) by Victor Stinner · 8 years ago
  6. 894a654 Fix waiter cancellation in asyncio.Lock (#1031) by Mathieu Sornay · 8 years ago
  7. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 9 years ago
  8. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 9 years ago
  9. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  10. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
  11. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 10 years ago
  12. eaf16ab asyncio: sync with github by Victor Stinner · 10 years ago
  13. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 10 years ago
  14. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 10 years ago
  15. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  16. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  17. f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 11 years ago
  18. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 11 years ago
  19. ab3c889 asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked. by Guido van Rossum · 11 years ago
  20. 2407f3b asyncio: Don't special-case GeneratorExit in Condition.wait(). by Guido van Rossum · 11 years ago
  21. 994bf43 Shorten lines. by Guido van Rossum · 12 years ago
  22. 10a8e6a asyncio: replace our with asynchronous in docstring by Victor Stinner · 12 years ago
  23. c37dd61 asyncio: document locks by Victor Stinner · 12 years ago
  24. a58d1c3 asyncio: Add BoundedSemaphore to export list in locks.__all__. by Guido van Rossum · 12 years ago
  25. 085869b asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore. by Guido van Rossum · 12 years ago
  26. 9c55a58 asyncio: Make Semaphore(0) work properly. by Guido van Rossum · 12 years ago
  27. ccea084 asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ by Guido van Rossum · 12 years ago
  28. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago