summaryrefslogtreecommitdiff
path: root/coverage/python.py
Commit message (Expand)AuthorAgeFilesLines
* temp: more debugging for #1554nedbat/debug-1554Ned Batchelder2023-02-081-1/+6
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-2/+2
* mypy: summary.py, test_summary.py, tests/coveragetest.pyNed Batchelder2023-01-041-1/+1
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-301-8/+0
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-301-2/+0
* mypy: check python.pyNed Batchelder2022-12-291-34/+48
* fix: when checking source existence for remapping, zipfiles are okNed Batchelder2022-12-011-14/+13
* fix: more relative_files=true fixes. #1280Ned Batchelder2022-10-301-1/+8
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-2/+2
* fix: warn about more source file problemsNed Batchelder2021-11-091-3/+1
* refactor: remove a now no-op functionNed Batchelder2021-05-021-5/+5
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-5/+5
* Remove unused attributeNed Batchelder2019-09-201-1/+0
* No need for format indexes (mostly)Ned Batchelder2019-09-011-2/+2
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* In 3.7, namespace modules can have: mod.__file__ is NoneNed Batchelder2018-03-051-1/+1
* Refactoring to prep for more refactoringNed Batchelder2018-02-241-11/+17
* Add a __repr__ for debuggingNed Batchelder2017-05-051-3/+5
* Use correct name for package source files. #526Ned Batchelder2017-05-031-5/+4
* Merged in dirk-thomas/coverage.py/fix_init_name (pull request #91)Ned Batchelder2017-05-041-1/+4
|\
| * fix name for module in __init__.py fileDirk Thomas2016-10-171-1/+4
* | Minimal IronPython support.Ned Batchelder2017-03-141-1/+7
* | use the new source_for_file helper where it makes senseloic@dachary.org2017-01-101-7/+1
* | source_for_file helper with unit testsloic@dachary.org2017-01-101-1/+1
* | move _source_for_file to python.pyloic@dachary.org2017-01-101-0/+33
* | Merged in pebers/coverage.py (pull request #57)Ned Batchelder2016-12-181-1/+1
|\ \ | |/ |/|
| * Add support for searching inside .pex archives similarly to .zip and .egg.Peter Ebden2015-07-131-1/+1
* | issue #231 on BB: provide more verbose error messagenland2016-06-021-1/+3
* | Don't get confused by namespace packages #456Ned Batchelder2016-05-081-1/+8
* | Better descriptions of missing one-line executables. Part of #475Ned Batchelder2016-03-271-2/+2
* | missing_arc_description is better than arc_destination_description. One test ...Ned Batchelder2016-02-081-2/+2
* | Different annotations on missed branches. I don't like them yet.Ned Batchelder2016-02-061-4/+1
* | Add arc_destination_description so we can next make better descriptionsNed Batchelder2016-02-041-0/+6
* | Fix another form-feed problem, #461Ned Batchelder2016-01-051-0/+2
* | Clean up PythonParser a bit.Ned Batchelder2015-11-281-8/+3
* | Try a different strategy for setting and testing output encodingsNed Batchelder2015-10-311-1/+0
* | Use unicode_filename more, and account for missing filesystemencodingNed Batchelder2015-10-251-4/+2
* | Properly handle filenames with non-ASCII characters. #432Ned Batchelder2015-10-251-0/+7
* | Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-1/+3
* | Use @expensive at the FileReporter interface.Ned Batchelder2015-08-111-1/+6
* | Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-091-2/+2
* | Get rid of napoleon style docstrings, they don't format nicely.Ned Batchelder2015-07-261-0/+1
* | Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|/
* Debugging plugin wrappersNed Batchelder2015-06-141-1/+4
* Change FileLocator from a class to module-level functionsNed Batchelder2015-06-131-7/+3
* Pylint weedingNed Batchelder2015-05-231-1/+0
* Use more @contract, less assertNed Batchelder2015-05-171-2/+0
* Files with incorrect encoding declarations are no longer ignored. #351Ned Batchelder2015-05-171-16/+5
* All Python source is Unicode internally.Ned Batchelder2015-05-171-6/+10