index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_selectors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Yury Selivanov
2016-09-15
1
-0
/
+23
*
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner
2015-03-31
1
-3
/
+34
*
Merge 3.4
Victor Stinner
2015-01-22
1
-10
/
+16
|
\
|
*
Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
Victor Stinner
2015-01-13
1
-4
/
+7
|
|
\
|
*
|
Issue #23009: Skip test_selectors.test_empty_select() on Windows
Victor Stinner
2014-12-17
1
-0
/
+3
|
*
|
Merge 3.4 (test_selectors)
Victor Stinner
2014-12-12
1
-6
/
+11
|
|
\
\
|
|
*
\
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
Yury Selivanov
2014-12-08
1
-0
/
+5
|
|
|
\
\
|
|
*
|
|
Issue #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
1
-4
/
+1
|
|
*
|
|
Issue #21566: Make use of socket.listen() default backlog.
Charles-Fran?ois Natali
2014-07-23
1
-1
/
+1
|
|
*
|
|
Issue #21901: Cap the maximum number of file descriptors to use for the test.
Charles-Fran?ois Natali
2014-07-22
1
-1
/
+1
|
|
|
\
\
\
|
|
*
|
|
|
Fix issue 18931: selectors module now supports /dev/poll on Solaris.
Giampaolo Rodola'
2014-03-20
1
-1
/
+9
*
|
|
|
|
|
Issue #23009: Skip test_selectors.test_empty_select() on Windows
Victor Stinner
2015-01-22
1
-0
/
+4
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal
Victor Stinner
2015-01-13
1
-0
/
+3
|
/
/
/
/
*
|
|
|
test_selectors: Tolerate 2.0 seconds instead of 1.6 sec for very slow buildbots
Victor Stinner
2014-12-12
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
Yury Selivanov
2014-12-08
1
-0
/
+5
|
|
/
|
/
|
*
|
Issue #21901: Cap the maximum number of file descriptors to use for the test.
Charles-Fran?ois Natali
2014-07-22
1
-1
/
+1
|
/
*
Issue #20505: Remove resolution and _granularity from selectors and asyncio
Victor Stinner
2014-02-07
1
-5
/
+0
*
test_selectors: remove unused imports
Victor Stinner
2014-01-25
1
-1
/
+1
*
Issue #20311: selectors: Add a resolution attribute to BaseSelector.
Victor Stinner
2014-01-25
1
-0
/
+5
*
Issue #20311: Revert e042ea77a152 and 7ce7295393c2, PollSelector.select() and
Victor Stinner
2014-01-25
1
-19
/
+0
*
Issue #20311: add debug help in test_selectors
Victor Stinner
2014-01-23
1
-2
/
+5
*
Issue #20311: selector.PollSelector.select() now rounds the timeout away from
Victor Stinner
2014-01-21
1
-1
/
+17
*
Backed out changeset c4c1c4bc8086
Victor Stinner
2013-12-09
1
-1
/
+1
*
Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reus...
Victor Stinner
2013-12-09
1
-1
/
+1
*
Fix test_selectors failure introduced by 39e7995f9ad1.
Charles-Fran?ois Natali
2013-12-08
1
-0
/
+1
*
Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...
Guido van Rossum
2013-12-07
1
-37
/
+59
*
test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax
Victor Stinner
2013-11-17
1
-1
/
+2
*
Optimize BaseSelector.modify(). Patch by Arnaud Faure.
Guido van Rossum
2013-11-07
1
-0
/
+10
*
Issue #19172: Add a get_map() method to selectors.
Charles-Fran?ois Natali
2013-10-30
1
-0
/
+27
*
test_selectors: make timeout-related errors report the actual elapsed timeout.
Charles-Fran?ois Natali
2013-10-25
1
-4
/
+5
*
test_selectors: rename test_interrupted_retry() (since it doesn't actually
Charles-Fran?ois Natali
2013-10-25
1
-1
/
+1
*
Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions.
Charles-Fran?ois Natali
2013-09-08
1
-0
/
+2
*
Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where the
Charles-Fran?ois Natali
2013-09-08
1
-2
/
+1
*
Issue #16853: Add new selectors module.
Charles-Fran?ois Natali
2013-09-04
1
-0
/
+390