1. b0d8203 Fix typo in selectors.rst (#1383) by Tong SHEN · 7 years ago
  2. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  3. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  4. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  5. aa00324 Make it clearer that the constants in the selectors docs are module-level by Brett Cannon · 9 years ago
  6. b310173 Issue #23485: Enhance and update selectors doc and test_selectors by Victor Stinner · 9 years ago
  7. 77605cb merge with 3.4 by Georg Brandl · 10 years ago
  8. f97e829 Fix issue 18931: selectors module now supports /dev/poll on Solaris. by Giampaolo Rodola' · 10 years ago
  9. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 11 years ago
  10. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. 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. 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
  13. 8519e5a More realistic example for selectors.py. by Guido van Rossum · 11 years ago
  14. a951f3d Remove trailing blanks. by Charles-François Natali · 11 years ago
  15. a9f90bc Set the FDs non-blocking in the selectors example. by Charles-François Natali · 11 years ago
  16. b3931d2 Wording changes by Andrew Kuchling · 11 years ago
  17. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  18. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago