summaryrefslogtreecommitdiffstats
path: root/Doc/library/selectors.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵Berker Peksag2015-12-081-4/+4
| | | | the docs more explicitly
* Make it clearer that the constants in the selectors docs are module-levelBrett Cannon2015-09-181-2/+2
|
* Issue #23485: Enhance and update selectors doc and test_selectorsVictor Stinner2015-03-311-0/+6
| | | | | | | | Selector.select() is now retried with the recomputed timeout when interrupted by a signal. Write an unit test with a signal handler raising an exception, and a unit with a signal handler which does not raise an exception (it does nothing).
* merge with 3.4Georg Brandl2014-03-241-1/+1
|\
* | Fix issue 18931: selectors module now supports /dev/poll on Solaris.Giampaolo Rodola'2014-03-201-0/+11
|/
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-4/+0
| | | | | * Remove selectors.BaseSelector.resolution attribute * Remove asyncio.BaseEventLoop._granularity attribute
* 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
| | | | slight test refactor.
* Issue #19849: selectors: Document the possibility of early select() wakeup uponCharles-François Natali2013-12-011-0/+5
| | | | EINTR.
* 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