Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -1/+1 | |
| | ||||||
* | Remove unused .add methods, and show the source_pkg_match in the debug output | Ned Batchelder | 2014-11-25 | 1 | -10/+1 | |
| | ||||||
* | Merged pull request 42, fixing issue #328. | Ned Batchelder | 2014-11-24 | 1 | -0/+33 | |
|\ | ||||||
| * | ned code review, part 1 | Buck Golemon | 2014-11-14 | 1 | -2/+1 | |
| | | | | | | | | | | --HG-- branch : __main__-support | |||||
| * | ModuleFinder no longer takes a main-module argument. | Buck Golemon | 2014-11-14 | 1 | -15/+5 | |
| | | | | | | | | | | | | | | --HG-- branch : __main__-support extra : rebase_source : 3f4c29876960153907b65b6e8e818b8228ca4ec0 extra : histedit_source : 6567adaf9c89483b71501fd91e9d3c83ed3daec7%2C2c5c8a7af95b8b26af384b9a65815d077e4313ec | |||||
| * | make --source and -m play nice together | buck | 2014-10-15 | 1 | -0/+44 | |
| | | | | | | | | | | | | --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab | |||||
* | | fnmatch doesn't seem to use dollar any more | Ned Batchelder | 2014-11-23 | 1 | -3/+2 | |
|/ | ||||||
* | On Windows, we need file matching to be case-insensitive. | Ned Batchelder | 2014-09-21 | 1 | -2/+7 | |
| | ||||||
* | Make the Fnmatcher work right on Windows. | Ned Batchelder | 2014-09-21 | 1 | -1/+6 | |
| | ||||||
* | Use a set where a set is appropriate | Ned Batchelder | 2014-08-19 | 1 | -1/+1 | |
| | ||||||
* | Remove debugging | Ned Batchelder | 2014-06-03 | 1 | -1/+0 | |
| | ||||||
* | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 1 | -0/+1 | |
| | ||||||
* | Avoid filling the fnmatch cache | Ned Batchelder | 2014-06-02 | 1 | -5/+3 | |
| | ||||||
* | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | Allow relative paths in the [paths] aliases. #267. | Ned Batchelder | 2013-09-26 | 1 | -2/+15 | |
| | ||||||
* | Find .pyw files when searching for source files. | Ned Batchelder | 2013-09-16 | 1 | -2/+2 | |
| | ||||||
* | Give the matchers a way to get info out of them. | Ned Batchelder | 2013-09-06 | 1 | -0/+8 | |
| | ||||||
* | Tweaks to Matt's merged pull request. | Ned Batchelder | 2013-04-21 | 1 | -2/+1 | |
| | ||||||
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵ | desmaj | 2013-03-18 | 1 | -1/+1 | |
| | | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental | |||||
* | If a file is missing, don't show an error message with the wrong path. #60. | Ned Batchelder | 2012-11-23 | 1 | -9/+5 | |
| | ||||||
* | A faster way to get the actual path of Windows files, especially when ↵ | Ned Batchelder | 2012-11-11 | 1 | -29/+30 | |
| | | | | operating on lots of files in the same directory. | |||||
* | WTF? | Ned Batchelder | 2012-11-11 | 1 | -3/+3 | |
| | ||||||
* | Windows now reports file names in their correct case. #89 and #203. | Ned Batchelder | 2012-11-11 | 1 | -4/+45 | |
| | ||||||
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -1/+1 | |
| | ||||||
* | Fix #163: embarassingly, the wildcards for include and omit didn't work ↵ | Ned Batchelder | 2012-10-29 | 1 | -6/+27 | |
| | | | | properly for reporting functions. This is now fixed. | |||||
* | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 1 | -1/+1 | |
| | ||||||
* | With --source=dir, dir/__init__.py need not exist any longer, but ↵ | Ned Batchelder | 2012-07-04 | 1 | -3/+11 | |
| | | | | dir/sub/__init__.py still does. | |||||
* | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 1 | -1/+4 | |
| | ||||||
* | Remove debugging effluvia | Ned Batchelder | 2011-09-03 | 1 | -1/+0 | |
| | ||||||
* | Fix the [paths] feature to actually work for reporting. | Ned Batchelder | 2011-09-03 | 1 | -1/+7 | |
| | ||||||
* | More windows tweaking. | Ned Batchelder | 2011-08-23 | 1 | -0/+4 | |
| | ||||||
* | Move a method to be a function. | Ned Batchelder | 2011-08-22 | 1 | -11/+12 | |
| | ||||||
* | PathAliases munges the fnmatch pattern, and could have accidentally borked ↵ | Ned Batchelder | 2011-08-22 | 1 | -1/+1 | |
| | | | | the match. | |||||
* | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 1 | -2/+4 | |
| | ||||||
* | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 1 | -1/+77 | |
| | | | | disparate machines. Part of fixing #17. | |||||
* | A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵ | Ned Batchelder | 2011-03-15 | 1 | -3/+2 | |
| | | | | clean-ish way... | |||||
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 1 | -0/+14 | |
| | ||||||
* | Add some __repr__ methods to help when debugging. | Ned Batchelder | 2010-06-21 | 1 | -0/+6 | |
| | ||||||
* | The 'source' option is a list of directories or packages to limit coverage's ↵ | Ned Batchelder | 2010-06-13 | 1 | -1/+35 | |
| | | | | attention. | |||||
* | Undo Ben Finney's patch to use the os.path methods. os.path.commonprefix is ↵ | Ned Batchelder | 2010-03-21 | 1 | -6/+6 | |
| | | | | 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). | |||||
* | I like this punctuation better | Ned Batchelder | 2010-03-13 | 1 | -1/+2 | |
| | ||||||
* | Merged Ben Finney's use-os-path-module fixes (again?) | Ned Batchelder | 2010-03-13 | 1 | -2/+4 | |
|\ | ||||||
| * | Use ‘os.path.commonprefix’ to find the “relative directory” at the ↵ | Ben Finney | 2010-02-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | start of a path. --HG-- branch : use-os-path-module | |||||
* | | Add more tests of omitting files during HTML reporting, and a better way to ↵ | Ned Batchelder | 2009-12-27 | 1 | -0/+2 | |
| | | | | | | | | enable re-importing modules during test_farm tests. | |||||
* | | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 | |
|/ | ||||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -6/+6 | |
| | ||||||
* | Everything should derive from object. | Ned Batchelder | 2009-10-24 | 1 | -1/+1 | |
| | ||||||
* | Make egg source reading work on py2k and py3k, though i don't like it much... | Ned Batchelder | 2009-09-30 | 1 | -3/+5 | |
| | ||||||
* | Working toward reading source from eggs, but this isn't right on Py3k yet. | Ned Batchelder | 2009-09-29 | 1 | -2/+3 | |
| | ||||||
* | The best way to get py3k support: same source runs on both, with some ↵ | Ned Batchelder | 2009-09-22 | 1 | -1/+1 | |
| | | | | contortions. |