summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-25Prepare release 1.11coverage-test-runner-1.11Lars Wirzenius3-3/+8
2015-09-07Adapt Salim's change for older coverage.pyLars Wirzenius1-1/+6
2015-09-07Adjust for removal of top-level module functions in coverage 4.0a6Michel Alexandre Salim1-5/+6
2015-04-18Make regexp string r''Lars Wirzenius1-1/+1
2015-04-18Fix whitespace problemsLars Wirzenius1-28/+27
2014-03-29Tweak debian/controlLars Wirzenius2-2/+11
2013-10-06Revert patch from JannisLars Wirzenius12-51/+3
Merging this breaks test suite for cliapp. I don't know why.
2013-10-06Fix importing of modules with the same basenameLars Wirzenius12-3/+51
By Jannis Pohlmann
2013-09-27Fix importing submodules with the same basenamesJannis Pohlmann11-3/+44
This patch fixes a bug in CoverageTestRunner.py, where submodules with the same basenames were not loaded into separate module objects. Because the module names passed to imp.load_module() were the same, previously loaded modules would be reloaded in place, causing different problems: 1. Imports of the affected modules in the test and tested code would sometimes import a different module and cause AttributeError exceptions when expected symbols were not present in the imported module. 2. Sometimes, all but one of the imported modules would incorrectly be considered to have zero test coverage.
2013-04-17Bump version number for releaseLars Wirzenius3-3/+3
2013-04-17Prepare release version 1.9.1Lars Wirzenius3-1/+13
2013-04-17Remove outdated project.meta fileLars Wirzenius1-3/+0
2013-04-16Add license summariesLars Wirzenius4-2/+15
2013-04-16Fix license summary shortnamesLars Wirzenius3-3/+3
GPL-3+, not GPL3+. The dash is significant.
2013-04-16Add license summaries and update copyright infoLars Wirzenius4-2/+15
2012-09-25Fix home page URL and copyright years in READMELars Wirzenius1-2/+2
2012-09-23Fix debian/changelog release nameLars Wirzenius1-1/+1
2012-09-23Prepare release 1.9Lars Wirzenius2-1/+7
2012-09-23Update NEWS for releaseLars Wirzenius1-0/+5
2012-05-05Update home page addressLars Wirzenius1-1/+1
2012-01-19add publishing of docs to my websiteLars Wirzenius1-0/+1
2012-01-19Prepare release version 1.8.Lars Wirzenius1-0/+6
2012-01-19disable logging output while unit tests are runLars Wirzenius3-3/+29
2011-12-26update NEWS with new featureLars Wirzenius1-0/+6
2011-12-26disable progress reporting when output does not go to a terminalLars Wirzenius1-3/+7
2011-09-04Release version 1.7.1.Lars Wirzenius3-3/+14
2011-09-04Add project.meta for unperish.Lars Wirzenius1-0/+2
2011-09-04Release version 1.7.Lars Wirzenius3-4/+5
2011-08-29Update NEWS file with new features.Lars Wirzenius1-0/+9
2011-08-29Normalize paths in --ignored-missing-from file.Lars Wirzenius1-0/+1
This avoids having to say ./setup.py: one can just say setup.py now. The old form also works still, though.
2011-08-29Find tests in all specified directories.Lars Wirzenius1-2/+2
2011-08-29Change CoverageTestRunner.py to run stuff only in named dirs.Lars Wirzenius6-9/+19
2011-06-28Update packaging to use dh_python2.Lars Wirzenius4-4/+9
2011-06-03Update NEWS for release 1.6.Lars Wirzenius1-0/+8
2011-06-03Update debian/changelog with changes.Lars Wirzenius1-0/+11
2011-06-03Add Homepage: field to Debian packaging.Lars Wirzenius1-0/+1
2011-06-03Add debian/source/format.Lars Wirzenius1-0/+1
2011-06-03Bump upstream version number.Lars Wirzenius1-1/+1
2011-06-03Make package use non-native version number and set upload target.Lars Wirzenius1-1/+1
2011-06-03Add missing build-dep on python-coverage.Lars Wirzenius1-1/+2
2011-06-03Tweak build-deps and add X-Python-Version header.Lars Wirzenius1-1/+2
2011-06-03Bump Standards-Version.Lars Wirzenius1-1/+1
No other changes necessary.
2011-06-03Fix typo.Lars Wirzenius1-1/+1
2011-06-03Update setup.py for PyPI submission.Lars Wirzenius2-2/+39
2011-06-03Update the README.Lars Wirzenius1-38/+52
2011-06-02Remove non-DEP5 parts of debian/copyright.Lars Wirzenius1-24/+0
2011-06-02Update copyright license to GPL3+.Lars Wirzenius5-325/+690
2011-05-26Prepare changelog for re-uploading to Debian.Lars Wirzenius1-0/+6
2011-02-18Release version 1.5.Lars Wirzenius3-1/+13
2011-02-18Ignore setup.py by default.Lars Wirzenius1-1/+1