| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows fixes due to data changes | Ned Batchelder | 2015-07-26 | 1 | -1/+4 |
* | Get rid of napoleon style docstrings, they don't format nicely. | Ned Batchelder | 2015-07-26 | 1 | -4/+3 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
* | Be more specific with PathAliases tests. | Ned Batchelder | 2015-06-16 | 1 | -1/+3 |
* | Remove FileLocator from PathAliases. Now it always produces canonicalized paths. | Ned Batchelder | 2015-06-13 | 1 | -6/+5 |
* | Change FileLocator from a class to module-level functions | Ned Batchelder | 2015-06-13 | 1 | -42/+50 |
* | Tweak up the last merge | Ned Batchelder | 2015-06-07 | 1 | -0/+1 |
* | Correct path normalization on Windows: the drive was not normalized (differen... | Ionel Cristian Mărieș | 2015-06-06 | 1 | -1/+1 |
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -2/+3 |
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -77/+1 |
* | Don't use %r for filenames, on windows, the backslashes go nuts. | Ned Batchelder | 2014-12-28 | 1 | -1/+1 |
* | Further consolidation of code reading Python source. | Ned Batchelder | 2014-12-28 | 1 | -7/+31 |
* | Refactor some of the encoding detection | Ned Batchelder | 2014-12-27 | 1 | -3/+1 |
* | Make .pyw work again. | Ned Batchelder | 2014-12-27 | 1 | -10/+18 |
* | Unify and clarify reading Python source. Probably broke .pyw files | Ned Batchelder | 2014-12-26 | 1 | -6/+7 |
* | Move some code, and fix pep8 things | Ned Batchelder | 2014-12-14 | 1 | -3/+8 |
* | Zip files always produce bytes, and test that we get them decoded properly. | Ned Batchelder | 2014-12-13 | 1 | -5/+6 |
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -23/+44 |
* | Fix english word. | Ned Batchelder | 2014-12-02 | 1 | -1/+1 |
* | 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 |
| * | ModuleFinder no longer takes a main-module argument. | Buck Golemon | 2014-11-14 | 1 | -15/+5 |
| * | make --source and -m play nice together | buck | 2014-10-15 | 1 | -0/+44 |
* | | 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 |
* | 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 set... | desmaj | 2013-03-18 | 1 | -1/+1 |
* | 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 operati... | Ned Batchelder | 2012-11-11 | 1 | -29/+30 |
* | 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 prope... | Ned Batchelder | 2012-10-29 | 1 | -6/+27 |
* | 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 dir/sub/__i... | Ned Batchelder | 2012-07-04 | 1 | -3/+11 |
* | 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 |