index
:
delta/python-packages/trollius.git
asyncio
iocp
issue-26
master
newcancel
pep479
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-py26
trollius-win
trollius_greenio
trollius_interop_asyncio
uninterpolate
bitbucket.org: Obsolete (use python-packages/trollius-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asyncio
/
selectors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
Victor Stinner
2015-01-13
1
-0
/
+3
*
Python issue #23209: Revert change on selectors, test_selectors failed.
Victor Stinner
2015-01-09
1
-1
/
+0
*
Python issue #23209: Break some reference cycles in asyncio. Patch written by
Victor Stinner
2015-01-09
1
-0
/
+1
*
selectors: truncate to 80 characters
Victor Stinner
2015-01-09
1
-1
/
+2
*
selectors: Fix typo.
Yury Selivanov
2014-12-08
1
-1
/
+1
*
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
Yury Selivanov
2014-12-08
1
-1
/
+6
*
Pull in Solaris devpoll support by Giampaolo Rodola'.
Guido van Rossum
2014-03-24
1
-1
/
+61
*
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
1
-2
/
+1
*
Fix spelling & typos
Yury Selivanov
2014-02-18
1
-1
/
+1
*
Remove resolution and _granularity from selectors and asyncio
Victor Stinner
2014-02-07
1
-21
/
+0
*
Copy a bunch of fixes by Victor for the Proactor event loop from the CPython ...
Guido van Rossum
2014-01-31
1
-1
/
+1
*
selectors: round (again) timeout away from zero for poll and epoll
Victor Stinner
2014-01-31
1
-2
/
+8
*
selectors: add a resolution attribute to BaseSelector
Victor Stinner
2014-01-25
1
-1
/
+22
*
Revert changes in selectors for PollSelector and EpollSelector: round again the
Victor Stinner
2014-01-25
1
-8
/
+2
*
selectors: don't mention the Python bug
Victor Stinner
2014-01-22
1
-3
/
+1
*
Fix timeout rounding issues in selectors
Victor Stinner
2014-01-21
1
-2
/
+19
*
import upstream selectors.py changes.
Guido van Rossum
2013-12-07
1
-9
/
+65
*
Incorporate selectors.py refactoring from CPython repo.
Guido van Rossum
2013-12-02
1
-44
/
+68
*
From CPython: use a single return in selectors.py.
Guido van Rossum
2013-11-22
1
-4
/
+2
*
Optimize BaseSelector.modify(). Patch by Arnaud Faure (without tests).
Guido van Rossum
2013-11-07
1
-3
/
+6
*
Close resources owned by subclass before calling super().close().
Guido van Rossum
2013-10-31
1
-2
/
+2
*
Update selectors.py from cpython: add get_map() method (Natali + Pitrou).
Guido van Rossum
2013-10-30
1
-1
/
+26
*
Rename tulip package to asyncio.
Guido van Rossum
2013-10-14
1
-0
/
+405