Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Tue, 20 Sep 2005 23:03:03 +0000 | cmlenz | Paging on build configuration page. Closes #24. |
Tue, 20 Sep 2005 22:16:41 +0000 | cmlenz | * Refactoring of build recipes, the file format has changed slightly: |
Tue, 20 Sep 2005 17:19:31 +0000 | cmlenz | Removed the use of the `fcntl` module to make the file IO non-blocking in the `CommandLine` class. Instead, use the functions `os.read()` and `os.write()`, which should only block when no data is available -- and that cannot happen because of the preceding `select()`. |