Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577) | Valentin Lab | 2021-01-17 | 1 | -2/+4 |
| | | | | Signed-off-by: Valentin Lab <valentin.lab@kalysto.org> | ||||
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 1 | -3/+2 |
| | | | | It meant file names could be incorrectly expanded. | ||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 1 | -0/+7 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Make sure that the cache is properly filled. (25x speedup on our system that ↵ | Stephan Richter | 2019-01-28 | 1 | -2/+3 |
| | | | | | | has a large sys.path.) It is always a bad idea to reassign the cachekey during the computation. | ||||
* | Keep windows working in the face of bizarre errors | Ned Batchelder | 2018-09-09 | 1 | -1/+3 |
| | |||||
* | Move fiddly fnmatch logic into its own testable function | Ned Batchelder | 2018-09-02 | 1 | -25/+37 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Simplify the aliases structure | Ned Batchelder | 2018-01-23 | 1 | -4/+4 |
| | |||||
* | Ensure mapped paths use the separator of the result. #618 | Ned Batchelder | 2018-01-22 | 1 | -2/+1 |
| | |||||
* | Don't ever create HTML filenames longer than ~200 chars. Fixes #627. | Ned Batchelder | 2018-01-20 | 1 | -1/+9 |
| | |||||
* | Root is acceptable as a combining path (the manylinux tests end up with one ↵ | Ned Batchelder | 2017-10-26 | 1 | -2/+10 |
| | | | | of these) | ||||
* | Avoid a deprecation warning (from https://github.com/nedbat/coveragepy/pull/33) | Ned Batchelder | 2017-10-12 | 1 | -5/+4 |
| | |||||
* | Python3.7 removed an unneeded backslash from fnmatch.translate | Ned Batchelder | 2017-10-05 | 1 | -1/+3 |
| | |||||
* | Clarify how TreeMatcher works. | Ned Batchelder | 2017-02-20 | 1 | -9/+15 |
| | |||||
* | Don't collapse in an ascii-only file-world. #533 | Ned Batchelder | 2016-11-17 | 1 | -2/+10 |
| | |||||
* | In Python 3.6, fnmatch changed a little bit. Adapt. | Ned Batchelder | 2016-09-13 | 1 | -2/+5 |
| | |||||
* | Use unicode_filename more, and account for missing filesystemencoding | Ned Batchelder | 2015-10-25 | 1 | -3/+2 |
| | |||||
* | Properly handle filenames with non-ASCII characters. #432 | Ned Batchelder | 2015-10-25 | 1 | -5/+30 |
| | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -1/+3 |
| | |||||
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -5/+5 |
| | |||||
* | Use ntpath so Windows file manipulation can be tested the same everywhere. | Ned Batchelder | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | Move flat_rootname from FileReporter to a utility function. | Ned Batchelder | 2015-08-09 | 1 | -0/+14 |
| | |||||
* | 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 ↵ | Ionel Cristian Mărieș | 2015-06-06 | 1 | -1/+1 |
| | | | | | | | (different inputs like "c:\asdf" and "C:\asdf" did not return the same path). --HG-- branch : ionelmc/correct-path-normalization-on-windows-th-1433618255921 | ||||
* | 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 |
| | | | | | | | | | | --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 |
| |