summaryrefslogtreecommitdiffstats
path: root/Doc/library/select.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-8/+8
|
* update to new C roles and directivesSandro Tosi2012-01-141-12/+12
|
* Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via ↵Georg Brandl2010-10-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Mi, 14 Jul 2010) | 3 lines High byte is the exit status. ........ r82958 | jean-paul.calderone | 2010-07-18 18:13:27 +0200 (So, 18 Jul 2010) | 1 line There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. ........ r82959 | jean-paul.calderone | 2010-07-18 18:30:31 +0200 (So, 18 Jul 2010) | 1 line Document the extra epoll flags ........ r83109 | brett.cannon | 2010-07-23 18:58:21 +0200 (Fr, 23 Jul 2010) | 4 lines Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. ........ r83127 | martin.v.loewis | 2010-07-24 12:09:11 +0200 (Sa, 24 Jul 2010) | 2 lines Put listdir default argument into declaration. ........ r83224 | mark.dickinson | 2010-07-29 15:56:56 +0200 (Do, 29 Jul 2010) | 1 line Fix typo. ........ r83747 | gerhard.haering | 2010-08-06 08:12:05 +0200 (Fr, 06 Aug 2010) | 2 lines Issue #3854: Documented using the sqlite3 module with multiple threads. ........ r84162 | victor.stinner | 2010-08-18 00:01:02 +0200 (Mi, 18 Aug 2010) | 3 lines Replace :func: by :cfunc: To get links to the C functions ........
* Merged revisions 82871,82960-82961 via svnmerge fromGeorg Brandl2010-08-011-3/+3
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82871 | georg.brandl | 2010-07-14 10:00:22 +0200 (Mi, 14 Jul 2010) | 1 line #9258: fix copy-paste errors. ........ r82960 | georg.brandl | 2010-07-19 08:52:35 +0200 (Mo, 19 Jul 2010) | 1 line Clarify. ........ r82961 | georg.brandl | 2010-07-19 08:57:52 +0200 (Mo, 19 Jul 2010) | 1 line Clarify :option: description. ........
* #7595: fix typo in argument default constant.Georg Brandl2009-12-291-1/+1
|
* Fix punctuation and one copy-paste error.Georg Brandl2009-08-061-13/+10
|
* #6416: Fix compilation of the select module on Windows, as well as ↵Amaury Forgeot d'Arc2009-07-091-1/+1
| | | | | | | | test_subprocess: PIPE_BUF is not defined on Windows, and probably has no meaning there. Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
* Adds the select.PIPE_BUF attribute to expose the system constant.Gregory P. Smith2009-07-031-0/+9
|
* Issue 3848: document the fact that epoll register raises an IOError ifR. David Murray2009-05-311-0/+5
| | | | | an fd is registered twice, and add some additional epoll tests. Patch by Christian Heimes.
* #4167: fix markup glitches.Georg Brandl2008-11-041-4/+4
|
* #3852: fix some select.kqueue and kevent docs.Georg Brandl2008-09-211-3/+3
|
* Clarify the meaning of the select() parameters and syncGeorg Brandl2008-08-041-12/+18
| | | | names with docstring.
* fix various doc typos #3320Benjamin Peterson2008-07-121-2/+2
|
* Typo fixAndrew M. Kuchling2008-04-071-2/+2
|
* Fix-up syntax problems.Georg Brandl2008-03-221-21/+19
|
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-211-4/+300
| | | | | The patch adds wrappers for the Linux epoll syscalls and the BSD kqueue syscalls. Thanks to Thomas Herve and the Twisted people for their support and help. TODO: Finish documentation documentation
* Some cleanup in the docs.Georg Brandl2007-12-291-2/+0
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+141