summaryrefslogtreecommitdiff
path: root/eventlet/green/select.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-1/+1
* hubs: defang after remove; related to second simultaneous read issue94-second-readMichael Kerrin2014-08-121-2/+2
* python3 compatibility: print functionSergey Shepelev2014-04-231-2/+2
* python3 compat fixes; Thanks to Astrum Kuo郭旭星Astrum Kuo2014-04-021-1/+1
* python3 compat fixesVictor Sergeyev2014-03-281-2/+6
* green: select: ensure that hub can .wait() at least once before timeoutYAMAMOTO Takashi2013-04-161-5/+13
* Deprecated api.py and removed references to it.Ryan Williams2010-02-201-3/+1
* Tweaked the way monkey_patch works so that it'll work better if called after ...Ryan Williams2010-02-071-0/+2
* Additional error checking, as required by test_select's exacting standards.Ryan Williams2010-01-151-0/+8
* Added select commentRyan Williams2010-01-151-0/+4
* Fixed a few rare errors revealed by copious testing, moved long-duration tpoo...Ryan Williams2010-01-151-1/+4
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ...Ryan Williams2009-12-171-1/+2
* Fixed test_select so it runs on 2.6, moved get_fileno into eventlet.green.sel...Ryan Williams2009-11-241-0/+10
* Removed fake_select method which seemed like an incomplete version of api.sel...Ryan Williams2009-11-241-1/+49
* eventlet.green.select: avoid NameError on platforms where 'poll' is not avail...Denis Bilenko2009-06-181-3/+1
* fix green package not to use absolute_import and otherwise be nice on 2.4Denis Bilenko2009-05-191-2/+4
* added green/select.pyDenis Bilenko2008-10-071-0/+3