| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-102795: Fix use of poll in test_epoll's test_control_and_wait (#102796) | Kevin Krakauer | 2023-05-04 | 1 | -4/+11 |
|
|
* | bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) | Victor Stinner | 2020-12-16 | 1 | -13/+11 |
|
|
* | bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) | Victor Stinner | 2020-01-07 | 1 | -1/+4 |
|
|
* | bpo-35934: Add socket.create_server() utility function (GH-11784) | Giampaolo Rodola | 2019-04-08 | 1 | -3/+1 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) | Serhiy Storchaka | 2019-03-05 | 1 | -9/+8 |
|
|
* | bpo-32568: make select.epoll() and its docs consistent (#7840) | Tal Einat | 2018-06-30 | 1 | -9/+16 |
|
|
* | Issue #20100: Simplify newPyEpoll_Object() | Berker Peksag | 2016-09-26 | 1 | -0/+2 |
|
|
* | Remove unused support.run_unittest imports. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
|
|
* | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -1/+1 |
|
|
* | Issue #21038: Use monotonic clock to compute timeout, not the system clock | Victor Stinner | 2014-03-25 | 1 | -8/+8 |
|
|
* | Issue #21038: Cleanup test_epoll.py | Victor Stinner | 2014-03-25 | 1 | -3/+0 |
|
|
* | (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), | Victor Stinner | 2014-01-25 | 1 | -11/+0 |
|\ |
|
| * | Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout | Victor Stinner | 2014-01-25 | 1 | -11/+0 |
|
|
* | | (Merge 3.3) Issue #20311: Try to fix the unit test, use time.monotonic() | Victor Stinner | 2014-01-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #20311: Try to fix the unit test, use time.monotonic() instead of | Victor Stinner | 2014-01-21 | 1 | -12/+12 |
|
|
* | | Issue #20311: selector.PollSelector.select() now rounds the timeout away from | Victor Stinner | 2014-01-21 | 1 | -12/+11 |
|
|
* | | (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from | Victor Stinner | 2014-01-21 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #20311: select.epoll.poll() now rounds the timeout away from zero, | Victor Stinner | 2014-01-21 | 1 | -0/+11 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -2/+8 |
|
|
* | | Close #18794: Add a fileno() method and a closed attribute to select.devpoll | Victor Stinner | 2013-08-21 | 1 | -0/+25 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -5/+5 |
|
|
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue #16488: epoll() objects now support the `with` statement. | Antoine Pitrou | 2012-12-15 | 1 | -0/+7 |
|/ |
|
* | don't fail if CLOEXEC doesn't exist | Benjamin Peterson | 2011-12-27 | 1 | -2/+3 |
|
|
* | merge 3.2 | Benjamin Peterson | 2011-12-27 | 1 | -0/+1 |
|\ |
|
| * | propgate error in other conditions | Benjamin Peterson | 2011-12-27 | 1 | -0/+1 |
|
|
* | | add a flags parameter to select.epoll | Benjamin Peterson | 2011-12-27 | 1 | -0/+2 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -4/+4 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -2/+0 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
|
|
* | Merged revisions 73077 via svnmerge from | R. David Murray | 2009-05-31 | 1 | -0/+28 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -2/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -0/+6 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -0/+189 |
|
|