Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Fix typo in selectors.rst (#1383) | Tong SHEN | 2017-05-02 | 1 | -1/+1 |
| | | | decriptor -> descriptor | ||||
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -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 Peksag | 2015-12-08 | 1 | -4/+4 |
| | | | | the docs more explicitly | ||||
* | Make it clearer that the constants in the selectors docs are module-level | Brett Cannon | 2015-09-18 | 1 | -2/+2 |
| | |||||
* | Issue #23485: Enhance and update selectors doc and test_selectors | Victor Stinner | 2015-03-31 | 1 | -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.4 | Georg Brandl | 2014-03-24 | 1 | -1/+1 |
|\ | |||||
* | | Fix issue 18931: selectors module now supports /dev/poll on Solaris. | Giampaolo Rodola' | 2014-03-20 | 1 | -0/+11 |
|/ | |||||
* | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 1 | -4/+0 |
| | | | | | * Remove selectors.BaseSelector.resolution attribute * Remove asyncio.BaseEventLoop._granularity attribute | ||||
* | Issue #20311: selectors: Add a resolution attribute to BaseSelector. | Victor Stinner | 2014-01-25 | 1 | -0/+4 |
| | |||||
* | Silently ignore unregistering closed files. Fixes issue 19876. With docs and ↵ | Guido van Rossum | 2013-12-07 | 1 | -2/+5 |
| | | | | slight test refactor. | ||||
* | Issue #19849: selectors: Document the possibility of early select() wakeup upon | Charles-François Natali | 2013-12-01 | 1 | -0/+5 |
| | | | | EINTR. | ||||
* | More realistic example for selectors.py. | Guido van Rossum | 2013-11-29 | 1 | -30/+37 |
| | |||||
* | Remove trailing blanks. | Charles-François Natali | 2013-11-29 | 1 | -7/+7 |
| | |||||
* | Set the FDs non-blocking in the selectors example. | Charles-François Natali | 2013-11-29 | 1 | -9/+12 |
| | |||||
* | Wording changes | Andrew Kuchling | 2013-11-22 | 1 | -5/+5 |
| | |||||
* | Issue #19172: Add a get_map() method to selectors. | Charles-François Natali | 2013-10-30 | 1 | -0/+8 |
| | |||||
* | Issue #16853: Add new selectors module. | Charles-François Natali | 2013-09-04 | 1 | -0/+231 |