1. 6dc57e2 bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) by Tal Einat · 6 years ago
  2. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  3. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  4. 3e0f1fc bpo-30047: Fix a typo in Doc/library/select.rst (#1086) by NAKAMURA Osamu · 7 years ago
  5. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  6. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  7. fa0c885 Issue #20100: Merge from 3.5 by Berker Peksag · 8 years ago
  8. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 8 years ago
  9. fe8d966 Issue #27567: Expose the POLLRDHUP constant in the select module by Berker Peksag · 8 years ago
  10. 0715ce3 add EPOLLEXCLUSIVE by Benjamin Peterson · 8 years ago
  11. 96e9716 expose EPOLLRDHUP (closes #27567) by Benjamin Peterson · 8 years ago
  12. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  13. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  14. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  15. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  16. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  17. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  18. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 9 years ago
  19. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  20. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  21. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  22. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 10 years ago
  23. 050f9ea Fix the doc: add deprecation warning in select module. by Andrew Svetlov · 10 years ago
  24. 632c812 small grammar fix. by Georg Brandl · 11 years ago
  25. 2bc930f whatsnew: epoll supports with. by R David Murray · 11 years ago
  26. 73821c4 Issue #16853: Mention the new selectors module in the select module by Victor Stinner · 11 years ago
  27. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  28. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  29. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  30. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  31. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  32. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  33. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  34. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  35. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  36. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  37. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 13 years ago
  38. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  39. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  40. 9b7fcf8 Minimal update of select docs for PEP 3151. by Antoine Pitrou · 13 years ago
  41. cfad97b Fix the description of PIPE_BUF by Antoine Pitrou · 14 years ago
  42. da7be3e Fix the doc for PIPE_BUF by Antoine Pitrou · 14 years ago
  43. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  44. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  45. 7f54dce Document the extra epoll flags by Jean-Paul Calderone · 14 years ago
  46. 7f94f39 There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. by Jean-Paul Calderone · 14 years ago
  47. e767e04 #9258: fix copy-paste errors. by Georg Brandl · 14 years ago
  48. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  49. 574b1d6 More versionadded/versionchanged fixes by Mark Dickinson · 15 years ago
  50. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  51. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  52. ace3102 Merged revisions 73916 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  53. b970b86 Merged revisions 73818 via svnmerge from by Gregory P. Smith · 15 years ago
  54. 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 15 years ago
  55. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  57. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 16 years ago
  58. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  59. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  60. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  61. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  62. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  63. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  64. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago