summaryrefslogtreecommitdiff
path: root/asyncio/selectors.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises aVictor Stinner2015-01-131-0/+3
* Python issue #23209: Revert change on selectors, test_selectors failed.Victor Stinner2015-01-091-1/+0
* Python issue #23209: Break some reference cycles in asyncio. Patch written byVictor Stinner2015-01-091-0/+1
* selectors: truncate to 80 charactersVictor Stinner2015-01-091-1/+2
* selectors: Fix typo.Yury Selivanov2014-12-081-1/+1
* selectors: Make sure EpollSelecrtor.select() works when no FD is registered.Yury Selivanov2014-12-081-1/+6
* Pull in Solaris devpoll support by Giampaolo Rodola'.Guido van Rossum2014-03-241-1/+61
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-2/+1
* Fix spelling & typosYury Selivanov2014-02-181-1/+1
* Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-21/+0
* Copy a bunch of fixes by Victor for the Proactor event loop from the CPython ...Guido van Rossum2014-01-311-1/+1
* selectors: round (again) timeout away from zero for poll and epollVictor Stinner2014-01-311-2/+8
* selectors: add a resolution attribute to BaseSelectorVictor Stinner2014-01-251-1/+22
* Revert changes in selectors for PollSelector and EpollSelector: round again theVictor Stinner2014-01-251-8/+2
* selectors: don't mention the Python bugVictor Stinner2014-01-221-3/+1
* Fix timeout rounding issues in selectorsVictor Stinner2014-01-211-2/+19
* import upstream selectors.py changes.Guido van Rossum2013-12-071-9/+65
* Incorporate selectors.py refactoring from CPython repo.Guido van Rossum2013-12-021-44/+68
* From CPython: use a single return in selectors.py.Guido van Rossum2013-11-221-4/+2
* Optimize BaseSelector.modify(). Patch by Arnaud Faure (without tests).Guido van Rossum2013-11-071-3/+6
* Close resources owned by subclass before calling super().close().Guido van Rossum2013-10-311-2/+2
* Update selectors.py from cpython: add get_map() method (Natali + Pitrou).Guido van Rossum2013-10-301-1/+26
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+405