1. 525aedc Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  2. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 8 years ago
  3. 90ecfe6 asyncio: Sync with github repo by Yury Selivanov · 9 years ago
  4. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  5. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  6. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  7. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  8. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  9. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  10. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 9 years ago
  11. 458fc6f Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a by Victor Stinner · 9 years ago
  12. 38dc250 Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal by Victor Stinner · 9 years ago
  13. c50a9c1 (Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 9 years ago
  14. 686fe6e Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 9 years ago
  15. 6a825a8 Merge 3.4 (asyncio, selectors) by Victor Stinner · 9 years ago
  16. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 9 years ago
  17. 53a6d74 selectors: truncate to 80 characters by Victor Stinner · 9 years ago
  18. dfc44e0 selectors: Fix typo in comment. by Yury Selivanov · 9 years ago
  19. d60ef4a selectors: Make sure EpollSelecrtor.select() works when no FD is registered. by Yury Selivanov · 9 years ago
  20. c57ca93 selectors: Fix typo in comment. by Yury Selivanov · 9 years ago
  21. 7f98d3e selectors: Make sure EpollSelecrtor.select() works when no FD is registered. by Yury Selivanov · 9 years ago
  22. f97e829 Fix issue 18931: selectors module now supports /dev/poll on Solaris. by Giampaolo Rodola' · 10 years ago
  23. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 10 years ago
  24. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 10 years ago
  25. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 10 years ago
  26. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 10 years ago
  27. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 10 years ago
  28. 665758f Issue #20455: math.ceil() returns an int in Python 3, no need to cast the by Victor Stinner · 10 years ago
  29. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 10 years ago
  30. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. by Victor Stinner · 10 years ago
  31. 2041859 Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and by Victor Stinner · 10 years ago
  32. 567b26e Issue #20311: EpollSelector now also rounds the timeout towards zero, as by Victor Stinner · 10 years ago
  33. 7067b5d selectors: add a comment to explain why and how poll timeout is rounded by Victor Stinner · 10 years ago
  34. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 10 years ago
  35. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 10 years ago
  36. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 10 years ago
  37. f47981f selectors: use a single return. by Charles-François Natali · 11 years ago
  38. d0786a1 Optimize BaseSelector.modify(). Patch by Arnaud Faure. by Guido van Rossum · 11 years ago
  39. 61a2ced Close resources owned by subclass before calling super().close(). by Guido van Rossum · 11 years ago
  40. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  41. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago