summaryrefslogtreecommitdiff
path: root/Doc/library/selectors.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in selectors.rst (#1383)Tong SHEN2017-05-021-1/+1
* 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
* Issue #21240: Add an abstractmethod directive to mark abstract methods in the...Berker Peksag2015-12-081-4/+4
* 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
* 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
* 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