Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Fri, 17 Jun 2005 11:45:16 +0000 | cmlenz | Remove dependency of distutils unittest command on ElementTree -- use {{{bitten.util.xmlio}}} instead. |
Fri, 17 Jun 2005 11:23:22 +0000 | cmlenz | Proper {{{optparse}}}-based command-line interface for master and slave. |
Fri, 17 Jun 2005 09:09:07 +0000 | cmlenz | * {{{beep.Listener}}} now has an event loop (based on code mostly from medusa) |
Fri, 17 Jun 2005 09:07:06 +0000 | cmlenz | {{{bitten.distutils}}} renamed to {{{bitten.setuptools}}}. |
Fri, 17 Jun 2005 09:06:16 +0000 | cmlenz | Renamed {{{distutils}}} package to {{{setuptools}}} to avoid conflict with the real {{{distutils}}} package. |
Thu, 16 Jun 2005 23:04:12 +0000 | cmlenz | * Use logging in the BEEP core as well as in the master and slave scripts. Closes #4. |
Thu, 16 Jun 2005 20:37:38 +0000 | cmlenz | Refactored the asyncore loop and shutdown procedure into {{{beep.Initiator}}}. |