1. 686fe6e Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
  2. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
  3. dfc44e0 selectors: Fix typo in comment. by Yury Selivanov · 10 years ago
  4. d60ef4a selectors: Make sure EpollSelecrtor.select() works when no FD is registered. by Yury Selivanov · 10 years ago
  5. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 10 years ago
  6. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 10 years ago
  7. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 10 years ago
  8. 665758f Issue #20455: math.ceil() returns an int in Python 3, no need to cast the by Victor Stinner · 10 years ago
  9. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 10 years ago
  10. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. by Victor Stinner · 10 years ago
  11. 2041859 Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and by Victor Stinner · 10 years ago
  12. 567b26e Issue #20311: EpollSelector now also rounds the timeout towards zero, as by Victor Stinner · 10 years ago
  13. 7067b5d selectors: add a comment to explain why and how poll timeout is rounded by Victor Stinner · 10 years ago
  14. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 10 years ago
  15. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  16. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago
  17. f47981f selectors: use a single return. by Charles-François Natali · 11 years ago
  18. d0786a1 Optimize BaseSelector.modify(). Patch by Arnaud Faure. by Guido van Rossum · 11 years ago
  19. 61a2ced Close resources owned by subclass before calling super().close(). by Guido van Rossum · 11 years ago
  20. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  21. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago