log bitten/build/pythontools.py @ 608:3e018dcb1b91

age author description
Fri, 31 Jul 2009 22:40:20 +0000 osimons 0.6dev: Minor issue with `python:trace` where percentage was calculated based on covered lines as read from .cover file divided by code line count as read by `bitten.util.loc`. They obviously count code lines with some minor differences.
Mon, 27 Jul 2009 21:48:24 +0000 osimons 0.6dev: Fix for filenames in pylint report that made incorrect absolute pathnames. Filenames should now be properly shortened, and link correctly to source browser from lint report.
Fri, 21 Mar 2008 05:48:24 +0000 mgood fix figleaf reporting with Windows paths
Mon, 17 Mar 2008 23:25:16 +0000 mgood add figleaf coverage support
Fri, 05 Oct 2007 00:45:55 +0000 mgood add line counts for coverage.py and some initial unit tests
Fri, 31 Aug 2007 16:31:13 +0000 cmlenz `py:exec` recipe command now reports an error for process exit codes <> 0. Should close #174.
Tue, 21 Aug 2007 16:42:53 +0000 cmlenz Improve the still experimental support for using `coverage.py`.
Tue, 14 Aug 2007 22:22:37 +0000 cmlenz Start webadmin integration.
Tue, 07 Aug 2007 11:29:11 +0000 cmlenz Use reStructuredText as the API documentation syntax.
Tue, 07 Aug 2007 08:58:38 +0000 cmlenz Update file headers and other stuff pointing to the old home.
Fri, 03 Aug 2007 15:48:42 +0000 cmlenz Add `options` attribute to `<py:distutils>` recipe command.
Fri, 03 Aug 2007 15:32:37 +0000 cmlenz Fix build master unit tests broken in [449].
Tue, 24 Jul 2007 17:32:02 +0000 cmlenz Use UTF-8 as encoding of source files.
Sun, 04 Jun 2006 13:21:14 +0000 cmlenz Use "-" instead of "0" to mark a non-code line in `<py:trace>` reports, just as the new `<java:cobertura>` command does.
Wed, 12 Apr 2006 07:55:31 +0000 cmlenz Fix variable reference in `<py:trace>`.
Thu, 24 Nov 2005 12:34:27 +0000 cmlenz More and improved docstrings (using epydoc format).
Thu, 20 Oct 2005 14:33:53 +0000 cmlenz Remove percent sign from coverage report.
Thu, 20 Oct 2005 14:22:11 +0000 cmlenz Fix regression in test coverage collection introduced in [303]. Closes #67 (again).
Thu, 20 Oct 2005 13:54:48 +0000 cmlenz Change the way coverage statistics are collected, so that line number counting in covered and not covered files matches. Closes #67.
Thu, 06 Oct 2005 23:55:14 +0000 cmlenz * Fix some typos.
Thu, 06 Oct 2005 10:09:38 +0000 cmlenz * Improve build log formatter performance: now only matches strings using the `path:line` format, and checks the existance of files in the repository when they are encountered. Should fix (or at least improve) #54.
Tue, 04 Oct 2005 11:23:48 +0000 cmlenz If `<python:unittest>` sees test failures, it logs an appropriate error containing the number of failures versus the total number of tests.
Mon, 03 Oct 2005 21:15:31 +0000 cmlenz Store the reason(s) for build step failure in the database.
Mon, 03 Oct 2005 19:35:21 +0000 cmlenz * Allowing specifying the main entry point of a module in `<python:exec>`. This can be used to execute Python scripts in modules that don't map to files on the file system. See #49.
Sun, 02 Oct 2005 14:40:51 +0000 cmlenz New recipe command `<java:ant>` for running Ant builds.
Fri, 30 Sep 2005 15:42:50 +0000 cmlenz * Moved SlaveConfiguration logic into new module ([source:/trunk/bitten/build/config.py bitten.build.config]).
Sat, 24 Sep 2005 12:21:34 +0000 cmlenz * Get rid of `xmlio.SubElement`.
Wed, 21 Sep 2005 23:06:12 +0000 cmlenz Some pylint-inspired cleanup.
Wed, 21 Sep 2005 22:46:15 +0000 cmlenz Fix regression in line counting in `<python:trace>` command, introduced in [226]. The number of covered lines was mistakenly being used as the total number of lines of code.
Wed, 21 Sep 2005 22:20:11 +0000 cmlenz Handle relative file paths in `trace.py` output. Closes #51.
Copyright (C) 2012-2017 Edgewall Software