1. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  2. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  3. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  4. e2197d1 Issue #20100: Simplify newPyEpoll_Object() by Berker Peksag · 8 years ago
  5. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  6. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  7. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  8. b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock by Victor Stinner · 10 years ago
  9. 6f20b7c Issue #21038: Cleanup test_epoll.py by Victor Stinner · 10 years ago
  10. 38c72bd (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), by Victor Stinner · 10 years ago
  11. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 10 years ago
  12. 240cae7 (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() by Victor Stinner · 11 years ago
  13. 39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of by Victor Stinner · 11 years ago
  14. 11da8e2 Issue #20311: selector.PollSelector.select() now rounds the timeout away from by Victor Stinner · 11 years ago
  15. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 11 years ago
  16. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  17. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  18. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  19. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  20. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  21. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  22. 70069fc don't fail if CLOEXEC doesn't exist by Benjamin Peterson · 13 years ago
  23. a5f6f2a merge 3.2 by Benjamin Peterson · 13 years ago
  24. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  25. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 13 years ago
  26. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  27. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  28. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  29. 1855c21 Merged revisions 73077 via svnmerge from by R. David Murray · 15 years ago
  30. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  31. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  32. 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
  33. 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