Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1ec63b62035e73111e204a0e03b83503e1c58f2e
/
Lib
/
selectors.py
ced36a9
bpo-30624 remaining bare except (#2108)
by Giampaolo Rodola
· 7 years ago
05dc20f
#30624 / selectors: use bare except clause in order to not leave the fd in a bad state in case of error (#2082)
by Giampaolo Rodola
· 7 years ago
fbfaa6f
bpo-30014: make poll-like selector's modify() method faster (#1030)
by Giampaolo Rodola
· 7 years ago
62c7d90
#30014: refactor poll-related classes (#1035)
by Giampaolo Rodola
· 7 years ago
2e576f5
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
by Serhiy Storchaka
· 8 years ago
525aedc
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
by Yury Selivanov
· 8 years ago
0c6a344
asyncio, selectors: Update to the upstream version
by Yury Selivanov
· 9 years ago
90ecfe6
asyncio: Sync with github repo
by Yury Selivanov
· 10 years ago
2116b12
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
7e7a3db
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
45ca48b
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
4448c08
Issue #23485: select.kqueue.control() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
41eba22
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
3c7d6e0
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
f70e1ca
Issue #23485: select.select() is now retried automatically with the recomputed
by Victor Stinner
· 10 years ago
458fc6f
Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
by Victor Stinner
· 10 years ago
38dc250
Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal
by Victor Stinner
· 10 years ago
c50a9c1
(Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed.
by Victor Stinner
· 10 years ago
686fe6e
Issue #23209: Revert change on selectors, test_selectors failed.
by Victor Stinner
· 10 years ago
6a825a8
Merge 3.4 (asyncio, selectors)
by Victor Stinner
· 10 years ago
587feb1
Issue #23209: Break some reference cycles in asyncio. Patch written by Martin
by Victor Stinner
· 10 years ago
53a6d74
selectors: truncate to 80 characters
by Victor Stinner
· 10 years ago
dfc44e0
selectors: Fix typo in comment.
by Yury Selivanov
· 10 years ago
d60ef4a
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
by Yury Selivanov
· 10 years ago
c57ca93
selectors: Fix typo in comment.
by Yury Selivanov
· 10 years ago
7f98d3e
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
by Yury Selivanov
· 10 years ago
f97e829
Fix issue 18931: selectors module now supports /dev/poll on Solaris.
by Giampaolo Rodola'
· 11 years ago
da492a8
asyncio: remove unused imports and unused variables noticed by pyflakes
by Victor Stinner
· 11 years ago
b0b0e62
asyncio: Fix spelling and typos.
by Yury Selivanov
· 11 years ago
b4c9388
asyncio: remove unused imports and unused variables noticed by pyflakes
by Victor Stinner
· 11 years ago
dec1a45
asyncio: Fix spelling and typos.
by Yury Selivanov
· 11 years ago
85310a5
Issue #20505: Remove resolution and _granularity from selectors and asyncio
by Victor Stinner
· 11 years ago
665758f
Issue #20455: math.ceil() returns an int in Python 3, no need to cast the
by Victor Stinner
· 11 years ago
dcd9740
Issue #20452: select and selectors round (again) timeout away from zero for
by Victor Stinner
· 11 years ago
635fca9
Issue #20311: selectors: Add a resolution attribute to BaseSelector.
by Victor Stinner
· 11 years ago
2041859
Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and
by Victor Stinner
· 11 years ago
567b26e
Issue #20311: EpollSelector now also rounds the timeout towards zero, as
by Victor Stinner
· 11 years ago
7067b5d
selectors: add a comment to explain why and how poll timeout is rounded
by Victor Stinner
· 11 years ago
11da8e2
Issue #20311: selector.PollSelector.select() now rounds the timeout away from
by Victor Stinner
· 11 years ago
9710ff0
Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor.
by Guido van Rossum
· 11 years ago
b3330a0a
Issue #19842: Refactor BaseSelector to make it an actual usable ABC.
by Charles-François Natali
· 11 years ago
f47981f
selectors: use a single return.
by Charles-François Natali
· 11 years ago
d0786a1
Optimize BaseSelector.modify(). Patch by Arnaud Faure.
by Guido van Rossum
· 11 years ago
61a2ced
Close resources owned by subclass before calling super().close().
by Guido van Rossum
· 11 years ago
4574b49
Issue #19172: Add a get_map() method to selectors.
by Charles-François Natali
· 11 years ago
243d8d8
Issue #16853: Add new selectors module.
by Charles-François Natali
· 11 years ago