| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] Fix typo in selectors.rst (GH-1383) (#1414) | Mariatta | 2017-05-03 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Issue #21240: Add an abstractmethod directive to mark abstract methods in the... | Berker Peksag | 2015-12-08 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Issue #19849: selectors: Document the possibility of early select() wakeup upon | Charles-François Natali | 2013-12-01 | 1 | -0/+5 |
|
|
* | 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 |
|
|