| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -1/+1 |
| | | | | | | For now, pep8 check is only run for some files known to be clean, we should clean the rest and enable pep8 check for all files then. | ||||
| * | Reimplemented GreenPipe without using file object. | amajorek | 2010-03-30 | 1 | -4/+1 |
| | | | | | | | | | file.write is not returning number of bytes writen and partial writes were not handled properly. New implementation is using os module calls which support partial writes. It also implements missing calls from file object (like seek, tell, truncate, ...). The later is not very usefull, because regular files never return EAGAIN. New GreenPipe can be constructed from int, string or file object. | ||||
| * | Moved GreenPipe context unit test into separate file. Skip that test in ↵ | Scott Robinson | 2010-03-04 | 1 | -0/+28 |
| Python versions less than 2.5 | |||||
