summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_select.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-1/+2
|
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-5/+3
| | | | print() function syntax
* Hub initialization is no longer needed hereRyan Williams2010-02-241-2/+0
|
* Convert test_select to patcherRyan Williams2009-11-261-4/+5
|
* Fixed test_select so it runs on 2.6, moved get_fileno into ↵Ryan Williams2009-11-241-1/+7
| | | | eventlet.green.select which is the only place it appears to be used.
* Fix for twistedhub incompatibility. Added the stdlib select test, which ↵Ryan Williams2009-10-301-0/+7
uncovered a few more minor issues. Thanks to Luci Stanescu for the bug report.