summaryrefslogtreecommitdiff
path: root/eventlet/green/os.py
Commit message (Expand)AuthorAgeFilesLines
* Fix monkey-patched os.open(): add dir_fd parameterVictor Stinner2014-12-211-2/+5
* Reformat with autopep8Jakub Stasiak2014-10-111-0/+2
* PEP-8 fixesSergey Shepelev2014-08-271-9/+20
* Fix octal literalSimon Jagoe2014-08-191-2/+2
* Fix second simultaneous read (parallel paramiko issue)Jan Grant2014-08-121-3/+14
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-5/+5
* fix waitpid returning (0, 0)Vishvananda Ishaya2012-11-081-1/+1
* Using slurp_properties throughout eventlet.green.Ryan Williams2011-04-091-4/+5
* More robust transference of properties from stdlib modules. Also more effici...Ryan Williams2010-08-181-1/+4
* Consolidated execs in various green modules.Ryan Williams2010-06-251-3/+1
* Fix NameError in eventlet.green.os, thanks to David Ziegler. Fixes #53.Ryan Williams2010-04-301-1/+1
* Fixed incompatibilities with os module.amajorek2010-03-311-1/+4
* Reimplemented GreenPipe without using file object.amajorek2010-03-301-3/+4
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-1/+1
* Thanks for the patch, Benoit. Fixes #45.Ryan Williams2010-03-031-1/+1
* New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-1/+1
* py3k - extracting errno from exception wrapped into get_errno function to wor...amajorek2010-02-271-4/+5
* first draft of making eventlet py3k compatible.amajorek2010-02-261-2/+2
* Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...Ryan Williams2010-02-091-5/+9
* Tweaked the way monkey_patch works so that it'll work better if called after ...Ryan Williams2010-02-071-0/+2
* Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t...Ryan Williams2010-02-051-0/+71