Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ↵ | Miss Islington (bot) | 2023-07-23 | 1 | -21/+21 |
| | | | | | | | | utility functions and system calls (GH-107062) (#107154) (cherry picked from commit b447e19e720e6781025432a40eb72b1cc93ac944) Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
| | | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru> | ||||
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -1/+1 |
| | | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 1 | -0/+1 |
| | | | | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Michael Droettboom <mdboom@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵ | Ned Batchelder | 2022-07-05 | 1 | -2/+2 |
| | | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021 | ||||
* | bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) | Serhiy Storchaka | 2021-09-22 | 1 | -2/+2 |
| | | | | | | | Replace old names when they refer to actual versions of macOS. Keep historical names in references to older versions. Co-authored-by: Patrick Reader <_@pxeger.com> | ||||
* | bpo-38580: Document that select() accepts iterables, not just sequences ↵ | Jakub Stasiak | 2020-05-25 | 1 | -3/+3 |
| | | | | (GH-16832) | ||||
* | bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) | Victor Stinner | 2020-01-07 | 1 | -0/+3 |
| | | | | The select.epoll.unregister() method no longer ignores the EBADF error. | ||||
* | bpo-34369: make kqueue.control() docs better reflect that timeout is ↵ | Tal Einat | 2019-07-11 | 1 | -3/+4 |
| | | | | positional-only (GH-9499) | ||||
* | bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) | Manjusaka | 2018-12-19 | 1 | -0/+3 |
| | |||||
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -1/+3 |
| | | | | | | Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org> | ||||
* | bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) | Tal Einat | 2018-06-30 | 1 | -1/+1 |
| | |||||
* | bpo-32568: make select.epoll() and its docs consistent (#7840) | Tal Einat | 2018-06-30 | 1 | -1/+10 |
| | | | | | | | | | | | | | * `flags` is indeed deprecated, but there is a validation on its value for backwards compatibility reasons. This adds mention of this in the docs. * The docs say that `sizehint` is deprecated and ignored, but it is still used when `epoll_create1()` is unavailable. This adds mention of this in the docs. * `sizehint=-1` is acceptable again, and is replaced with `FD_SETSIZE-1`. This is needed to have a default value available at the Python level, since `FD_SETSIZE` is not exposed to Python. (see: bpo-31938) * Reject `sizehint=0` since it is invalid to pass on to `epoll_create()`. The relevant tests have also been updated. | ||||
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | bpo-30047: Fix a typo in Doc/library/select.rst (#1086) | NAKAMURA Osamu | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ | |||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #20100: Merge from 3.5 | Berker Peksag | 2016-09-11 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Issue #20100: Clarify that passing flags to epoll() has no effect | Berker Peksag | 2016-09-11 | 1 | -3/+5 |
| | | |||||
* | | Issue #27567: Expose the POLLRDHUP constant in the select module | Berker Peksag | 2016-07-19 | 1 | -0/+3 |
| | | |||||
* | | add EPOLLEXCLUSIVE | Benjamin Peterson | 2016-07-19 | 1 | -32/+37 |
| | | |||||
* | | expose EPOLLRDHUP (closes #27567) | Benjamin Peterson | 2016-07-19 | 1 | -0/+3 |
|/ | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-31 | 1 | -0/+6 |
| | |||||
* | Issue #23485: select.kqueue.control() is now retried when interrupted by a ↵ | Victor Stinner | 2015-03-31 | 1 | -0/+6 |
| | | | | signal | ||||
* | Issue #23485: select.epoll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-30 | 1 | -0/+6 |
| | |||||
* | Issue #23485: select.poll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-30 | 1 | -0/+6 |
| | |||||
* | Issue #23485: select.select() is now retried automatically with the recomputed | Victor Stinner | 2015-03-30 | 1 | -0/+7 |
| | | | | | | | | | timeout when interrupted by a signal, except if the signal handler raises an exception. This change is part of the PEP 475. The asyncore and selectors module doesn't catch the InterruptedError exception anymore when calling select.select(), since this function should not raise InterruptedError anymore. | ||||
* | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -4/+1 |
|\ | |||||
| * | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -4/+1 |
| | | |||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
|/ | |||||
* | #16716: remove deprecation warning | Andrew Svetlov | 2014-03-31 | 1 | -4/+0 |
| | |||||
* | Fix the doc: add deprecation warning in select module. | Andrew Svetlov | 2014-03-31 | 1 | -1/+5 |
| | |||||
* | small grammar fix. | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | whatsnew: epoll supports with. | R David Murray | 2013-12-31 | 1 | -3/+8 |
| | | | | Also reworded the description of the feature in the docs. | ||||
* | Issue #16853: Mention the new selectors module in the select module | Victor Stinner | 2013-09-04 | 1 | -0/+8 |
| | |||||
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -0/+13 |
| | | | | | are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable(). | ||||
* | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-23 | 1 | -16/+16 |
|\ | |||||
| * | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-23 | 1 | -16/+16 |
| | | |||||
* | | Close #18794: Add a fileno() method and a closed attribute to select.devpoll | Victor Stinner | 2013-08-21 | 1 | -0/+31 |
| | | | | | | | | | | | | objects. Add also tests on fileno() method and closed attribute of select.epoll and select.kqueue. | ||||
* | | Issue #16488: epoll() objects now support the `with` statement. | Antoine Pitrou | 2012-12-15 | 1 | -1/+4 |
|/ | | | | Patch by Serhiy Storchaka. | ||||
* | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+0 |
| | |||||
* | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
|\ | |||||
| * | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
| | | | | | | | | Reverts some changes of d13fdd97cc8e. | ||||
* | | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -2/+2 |
| | | |||||
* | | add a flags parameter to select.epoll | Benjamin Peterson | 2011-12-27 | 1 | -5/+12 |
| | | |||||
* | | reST fixes for /dev/poll | Jesus Cea | 2011-11-15 | 1 | -1/+2 |
| | | |||||
* | | Issue #6397: Support '/dev/poll' polling objects in select module, under ↵ | Jesus Cea | 2011-11-14 | 1 | -1/+83 |
| | | | | | | | | Solaris & derivatives. |