Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Sat, 05 Sep 2009 00:50:25 +0000 | osimons | 0.6dev: Follow-up to [746] - forgot the `svn:mimetype` property. |
Sat, 05 Sep 2009 00:39:24 +0000 | osimons | 0.6dev: Adding documentation for Notification. Closes #440. |
Sat, 05 Sep 2009 00:20:09 +0000 | osimons | 0.6dev: Changing Windows `CommandLine.execute()` to not go through a shell. This makes execution consistent across platforms, and also fixes the quoting and escaping issues reported in #441. Also adds proper documentation for quoting and escaping. |
Sat, 05 Sep 2009 00:09:18 +0000 | osimons | 0.6dev: Follow-up on #436 / [737], changing to use `string.Template()` instead of `os.path.expandvars()` as this produces a consistent result across platforms and python version. |