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