Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix this test on windows. | Ned Batchelder | 2012-09-29 | 1 | -1/+5 |
| | |||||
* | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 1 | -0/+7 |
| | |||||
* | With --source=dir, dir/__init__.py need not exist any longer, but ↵ | Ned Batchelder | 2012-07-04 | 1 | -2/+1 |
| | | | | dir/sub/__init__.py still does. | ||||
* | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | PathAliases munges the fnmatch pattern, and could have accidentally borked ↵ | Ned Batchelder | 2011-08-22 | 1 | -0/+7 |
| | | | | the match. | ||||
* | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 1 | -14/+18 |
| | |||||
* | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 1 | -1/+59 |
| | | | | disparate machines. Part of fixing #17. | ||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | 2.3 needs backward support for set | Ned Batchelder | 2010-08-31 | 1 | -0/+1 |
| | |||||
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 1 | -0/+24 |
| | |||||
* | The 'source' option is a list of directories or packages to limit coverage's ↵ | Ned Batchelder | 2010-06-13 | 1 | -4/+35 |
| | | | | attention. | ||||
* | Lint cleanup | Ned Batchelder | 2010-03-21 | 1 | -8/+9 |
| | |||||
* | Undo Ben Finney's patch to use the os.path methods. os.path.commonprefix is ↵ | Ned Batchelder | 2010-03-21 | 1 | -0/+34 |
both useless (beacause it's based on characters, not path components) and wrong (because to compute a relative path name, we need relative to a particular directory, or absolute, not some middle case). |