summaryrefslogtreecommitdiff
path: root/Doc/library/select.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Tal Einat2019-07-111-3/+4
* bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)Manjusaka2018-12-191-0/+3
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-1/+3
* bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)Tal Einat2018-06-301-1/+1
* bpo-32568: make select.epoll() and its docs consistent (#7840)Tal Einat2018-06-301-1/+10
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-1/+1
* bpo-30047: Fix a typo in Doc/library/select.rst (#1086)NAKAMURA Osamu2017-04-121-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* | Issue #20100: Merge from 3.5Berker Peksag2016-09-111-3/+5
|\ \ | |/
| * Issue #20100: Clarify that passing flags to epoll() has no effectBerker Peksag2016-09-111-3/+5
* | Issue #27567: Expose the POLLRDHUP constant in the select moduleBerker Peksag2016-07-191-0/+3
* | add EPOLLEXCLUSIVEBenjamin Peterson2016-07-181-32/+37
* | expose EPOLLRDHUP (closes #27567)Benjamin Peterson2016-07-181-0/+3
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Issue #23485: select.devpoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-311-0/+6
* Issue #23485: select.kqueue.control() is now retried when interrupted by a si...Victor Stinner2015-03-311-0/+6
* Issue #23485: select.epoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-0/+6
* Issue #23485: select.poll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-0/+6
* Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-301-0/+7
* merge with 3.4Georg Brandl2014-10-291-4/+1
|\
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-4/+1
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
|/
* #16716: remove deprecation warningAndrew Svetlov2014-04-011-4/+0
* Fix the doc: add deprecation warning in select module.Andrew Svetlov2014-04-011-1/+5
* small grammar fix.Georg Brandl2014-01-121-1/+1
* whatsnew: epoll supports with.R David Murray2013-12-311-3/+8
* Issue #16853: Mention the new selectors module in the select moduleVictor Stinner2013-09-041-0/+8
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-0/+13
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-16/+16
|\
| * Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-16/+16
* | Close #18794: Add a fileno() method and a closed attribute to select.devpollVictor Stinner2013-08-221-0/+31
* | Issue #16488: epoll() objects now support the `with` statement.Antoine Pitrou2012-12-151-1/+4
|/
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-1/+0
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
|\
| * Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
* | #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-2/+2
|\ \ | |/
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-2/+2
* | add a flags parameter to select.epollBenjamin Peterson2011-12-271-5/+12
* | reST fixes for /dev/pollJesus Cea2011-11-151-1/+2
* | Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...Jesus Cea2011-11-141-1/+83
* | Minimal update of select docs for PEP 3151.Antoine Pitrou2011-10-121-8/+4
|/
* Fix the description of PIPE_BUFAntoine Pitrou2011-01-251-1/+1
* Fix the doc for PIPE_BUFAntoine Pitrou2011-01-251-3/+5
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-12/+12
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-5/+6
* Document the extra epoll flagsJean-Paul Calderone2010-07-181-5/+5
* There is no method named "register(fd, eventmask)"; fix markup to just indica...Jean-Paul Calderone2010-07-181-1/+1
* #9258: fix copy-paste errors.Georg Brandl2010-07-141-3/+3