Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Tue, 24 Jul 2007 19:11:00 +0000 | wbell | Remove overzealous partial merge of heartbeating code. |
Tue, 24 Jul 2007 17:32:02 +0000 | cmlenz | Use UTF-8 as encoding of source files. |
Tue, 24 Jul 2007 17:05:56 +0000 | cmlenz | "Completed" label on the build page should really be "Started". |
Tue, 24 Jul 2007 14:37:04 +0000 | cmlenz | Tabs and line length. |
Tue, 24 Jul 2007 09:27:56 +0000 | cmlenz | Use `req.href` instead of `env.href` as that works much better in Trac>=0.10. That also means Trac 0.9 is no longer supported. |
Mon, 23 Jul 2007 22:03:07 +0000 | wbell | Protect the main beep loop from exceptions-- either problems in callbacks or errors in the asyncore handlers, which can stop the scheduled events from getting run. Also move over to using the asyncore.loop function over the poll function-- using poll as we were seeing use_poll=False (the default) hang forever, making scheduled events not get run. |