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