summaryrefslogtreecommitdiff
path: root/test/test_wait.py
Commit message (Expand)AuthorAgeFilesLines
* Start using final CPython 3.11 and dev 3.12 in CI (#2760)Illia Volochii2023-02-011-0/+3
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-8/+10
* Update mypy to 0.930Hasan Ramezani2021-12-221-4/+4
* Add type hints to test.test_waitHasan Ramezani2021-08-171-12/+17
* Remove no longer needed import protection of time.monotonic() in testsRan Benita2021-07-291-10/+4
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-5/+3
* Sort imports with 'isort'Quentin Pradet2020-10-011-5/+7
* Auto formatting using blackRatan Kulshreshtha2019-05-251-16/+5
* Handle EINTR from poll with zero timeout (#1399)Bruce Merry2018-06-211-0/+34
* Just verify that waiting on an invalid socket raises *some* errorNathaniel J. Smith2018-04-211-2/+3
* Add test for wait_for_socket EINTR handling w/ infinite timeoutNathaniel J. Smith2018-04-211-0/+43
* Remove selectors backport (#1358)Nathaniel J. Smith2018-04-201-0/+134