aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_epoll.py
Commit message (Expand)AuthorAge
* gh-102795: Fix use of poll in test_epoll's test_control_and_wait (#102796)Kevin Krakauer2023-05-04
* bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)Victor Stinner2020-12-16
* bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)Victor Stinner2020-01-07
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-09
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-05
* bpo-32568: make select.epoll() and its docs consistent (#7840)Tal Einat2018-06-30
* Issue #20100: Simplify newPyEpoll_Object()Berker Peksag2016-09-26
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-24
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-23
* Issue #21038: Use monotonic clock to compute timeout, not the system clockVictor Stinner2014-03-25
* Issue #21038: Cleanup test_epoll.pyVictor Stinner2014-03-25
* (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e),Victor Stinner2014-01-25
|\
| * Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeoutVictor Stinner2014-01-25
* | (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic()Victor Stinner2014-01-21
|\|
| * Issue #20311: Try to fix the unit test, use time.monotonic() instead ofVictor Stinner2014-01-21
* | Issue #20311: selector.PollSelector.select() now rounds the timeout away fromVictor Stinner2014-01-21
* | (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away fromVictor Stinner2014-01-21
|\|
| * Issue #20311: select.epoll.poll() now rounds the timeout away from zero,Victor Stinner2014-01-21
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-28
* | Close #18794: Add a fileno() method and a closed attribute to select.devpollVictor Stinner2013-08-22
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
* | Issue #16488: epoll() objects now support the `with` statement.Antoine Pitrou2012-12-15
|/
* don't fail if CLOEXEC doesn't existBenjamin Peterson2011-12-27
* merge 3.2Benjamin Peterson2011-12-27
|\
| * propgate error in other conditionsBenjamin Peterson2011-12-27
* | add a flags parameter to select.epollBenjamin Peterson2011-12-27
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 73077 via svnmerge fromR. David Murray2009-05-31
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-23
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-22