summaryrefslogtreecommitdiffstats
path: root/Doc/library/selectors.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-4/+0
* Issue #20311: selectors: Add a resolution attribute to BaseSelector.Victor Stinner2014-01-251-0/+4
* Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...Guido van Rossum2013-12-071-2/+5
* Issue #19849: selectors: Document the possibility of early select() wakeup uponCharles-François Natali2013-12-011-0/+5
* More realistic example for selectors.py.Guido van Rossum2013-11-291-30/+37
* Remove trailing blanks.Charles-François Natali2013-11-291-7/+7
* Set the FDs non-blocking in the selectors example.Charles-François Natali2013-11-291-9/+12
* Wording changesAndrew Kuchling2013-11-221-5/+5
* Issue #19172: Add a get_map() method to selectors.Charles-François Natali2013-10-301-0/+8
* Issue #16853: Add new selectors module.Charles-François Natali2013-09-041-0/+231