Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Tue, 18 Apr 2006 10:28:43 +0000 | cmlenz | Updated change log for [milestone:0.5.3]. |
Thu, 13 Apr 2006 08:20:50 +0000 | cmlenz | Ported [361] to 0.5.x. 0.5.x 0.5.3 |
Wed, 12 Apr 2006 16:09:52 +0000 | cmlenz | Some version of PySQLite seems to return `None` instead of an empty list for a `fetchall()` call that produces no results. |
Wed, 12 Apr 2006 14:38:38 +0000 | cmlenz | Ported [359] to 0.5.x. 0.5.x |
Wed, 12 Apr 2006 14:34:33 +0000 | cmlenz | Fix bug in the model classes where `db.executemany()` was being called with an empty list. This could happen for an empty build log, for example. |
Wed, 12 Apr 2006 12:36:26 +0000 | cmlenz | Fix double-escaping of report summaries reported in #113. 0.5.x |
Wed, 12 Apr 2006 10:23:13 +0000 | cmlenz | The unit test and test coverage summarizers weren't restricting their report input to the given step. Fixes #94. Thanks to Walter Bell for the patch. |