| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backed out changeset c4c1c4bc8086 | Victor Stinner | 2013-12-09 | 1 | -1/+1 |
| | | |||||
| * | Issue #19876: Run also ↵ | Victor Stinner | 2013-12-09 | 1 | -1/+1 |
| | | | | | | | test_selectors.test_unregister_after_fd_close_and_reuse() on Windows os.dup2() is available on Windows. | ||||
| * | 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 |
| | | | | | slight test refactor. | ||||
| * | test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax | Victor Stinner | 2013-11-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | the unit test on max time (but be more strict on mon time). Example of failure: http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/6978/steps/test/logs/stdio ====================================================================== FAIL: test_timeout (test.test_selectors.PollSelectorTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_selectors.py", line 316, in test_timeout self.assertTrue(0.5 < t1 - t0 < 1.5, t1 - t0) AssertionError: False is not true : 1.5033390671014786 | ||||
| * | 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 |
| | | | | | retry on EINTR). | ||||
| * | 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 |
| | | | | | default RLIMIT_NOFILE hard limit can be RLIMIT_INFINITY. | ||||
| * | Issue #16853: Add new selectors module. | Charles-François Natali | 2013-09-04 | 1 | -0/+390 |
