1. 90d9ba6 bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533) by Andrew Svetlov · 6 years ago
  2. 7264e92 bpo-36373: Fix deprecation warnings (GH-15889) by Andrew Svetlov · 6 years ago
  3. 537877d bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Emmanuel Arias · 6 years ago
  4. 9aa7856 bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Zackery Spytz · 6 years ago
  5. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 6 years ago
  6. 0baa72f bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) by Andrew Svetlov · 7 years ago
  7. 5746510 bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) by Bar Harel · 7 years ago
  8. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 8 years ago
  9. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 8 years ago
  10. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  11. 28d8d14 bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) by Andrew Svetlov · 8 years ago
  12. 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 8 years ago
  13. 3f438a9 asyncio: Remove asyncio/compat.py (#4606) by Victor Stinner · 8 years ago
  14. 894a654 Fix waiter cancellation in asyncio.Lock (#1031) by Mathieu Sornay · 8 years ago
  15. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 9 years ago
  16. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 9 years ago
  17. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  18. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
  19. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 10 years ago
  20. eaf16ab asyncio: sync with github by Victor Stinner · 10 years ago
  21. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 10 years ago
  22. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 10 years ago
  23. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  24. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  25. f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 11 years ago
  26. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 11 years ago
  27. ab3c889 asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked. by Guido van Rossum · 12 years ago
  28. 2407f3b asyncio: Don't special-case GeneratorExit in Condition.wait(). by Guido van Rossum · 12 years ago
  29. 994bf43 Shorten lines. by Guido van Rossum · 12 years ago
  30. 10a8e6a asyncio: replace our with asynchronous in docstring by Victor Stinner · 12 years ago
  31. c37dd61 asyncio: document locks by Victor Stinner · 12 years ago
  32. a58d1c3 asyncio: Add BoundedSemaphore to export list in locks.__all__. by Guido van Rossum · 12 years ago
  33. 085869b asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore. by Guido van Rossum · 12 years ago
  34. 9c55a58 asyncio: Make Semaphore(0) work properly. by Guido van Rossum · 12 years ago
  35. ccea084 asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ by Guido van Rossum · 12 years ago
  36. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago