index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
plugin.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up of the new plugin method. Thanks, Emil Madsen
Ned Batchelder
2017-03-28
1
-2
/
+6
*
Allow plugins to report files they haven't executed.
Ned Batchelder
2017-03-28
1
-0
/
+9
*
Be absolutely explicit about non-hashability of some objects.
Ned Batchelder
2016-09-23
1
-0
/
+2
*
Clarify a plea
Ned Batchelder
2016-05-07
1
-1
/
+1
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
1
-1
/
+7
*
Pick off some lint
Ned Batchelder
2016-02-15
1
-10
/
+4
*
missing_arc_description is better than arc_destination_description. One test ...
Ned Batchelder
2016-02-08
1
-5
/
+5
*
Add arc_destination_description so we can next make better descriptions
Ned Batchelder
2016-02-04
1
-0
/
+15
*
Doc tweaks
Ned Batchelder
2015-08-21
1
-1
/
+1
*
Clean up changes.rst, including removing noisy issue links.
Ned Batchelder
2015-08-15
1
-2
/
+2
*
Separate the plugin API docs from the 'using plugins' docs.
Ned Batchelder
2015-08-15
1
-1
/
+9
*
Plugin doc tweaking
Ned Batchelder
2015-08-15
1
-18
/
+21
*
Be consistent in the use of "filename" and "file name".
Ned Batchelder
2015-08-15
1
-14
/
+17
*
Finish the plugin docstrings.
Ned Batchelder
2015-08-15
1
-38
/
+142
*
More plugin docs
Ned Batchelder
2015-08-15
1
-11
/
+21
*
Oops, get the _needs_to_implement line right.
Ned Batchelder
2015-08-11
1
-1
/
+1
*
Make sure source_token_lines always returns Unicode strings for the token text.
Ned Batchelder
2015-08-11
1
-9
/
+10
*
Add docstring for source_token_lines
Ned Batchelder
2015-08-10
1
-2
/
+20
*
Simpler empty set
Ned Batchelder
2015-08-09
1
-1
/
+1
*
Rename .statements and .excluded_statements to .lines and .excluded_lines
Ned Batchelder
2015-08-09
1
-24
/
+42
*
Remove should_be_python from the FileReporter interface
Ned Batchelder
2015-08-09
1
-9
/
+0
*
Move flat_rootname from FileReporter to a utility function.
Ned Batchelder
2015-08-09
1
-18
/
+0
*
More plugin docs
coverage-4.0b1
Ned Batchelder
2015-08-02
1
-6
/
+16
*
Plugins can get built-in python reporting.
Ned Batchelder
2015-08-01
1
-6
/
+6
*
Get rid of napoleon style docstrings, they don't format nicely.
Ned Batchelder
2015-07-26
1
-24
/
+12
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Constructing the plugin is the plugin's business
Ned Batchelder
2015-07-05
1
-13
/
+0
*
Add some docstrings
Ned Batchelder
2015-07-03
1
-5
/
+1
*
Debugging plugin wrappers
Ned Batchelder
2015-06-14
1
-3
/
+10
*
Protect against misbehaving plugins.
Ned Batchelder
2015-02-15
1
-0
/
+2
*
foo
Ned Batchelder
2015-02-14
1
-2
/
+2
*
Pylint
Ned Batchelder
2015-02-14
1
-5
/
+7
*
Add a no-op method to the base class to make branch coverage work with plugin...
Ned Batchelder
2015-02-06
1
-0
/
+3
*
Keep windows working
Ned Batchelder
2015-01-25
1
-2
/
+3
*
More plugin doc tweaks
Ned Batchelder
2015-01-25
1
-11
/
+9
*
More docs about plugins.
Ned Batchelder
2015-01-25
1
-5
/
+30
*
Move flat_rootname to the base class
Ned Batchelder
2015-01-24
1
-6
/
+12
*
Move a helper from plugin.py to misc.py
Ned Batchelder
2015-01-24
1
-26
/
+11
*
Trying to get the doc format and references right.
Ned Batchelder
2015-01-24
1
-12
/
+17
*
Change sysinfo to sys_info
Ned Batchelder
2015-01-24
1
-1
/
+1
*
Plugins can provide sysinfo
Ned Batchelder
2015-01-24
1
-0
/
+11
*
Pylint didn't like .format(self=self): Argument 'self' passed by position and...
Ned Batchelder
2015-01-16
1
-2
/
+2
*
Move base-class logic from CodeUnit to FileReporter
Ned Batchelder
2015-01-09
1
-0
/
+52
*
Start formalizing the FileReporter interface to simplify things
Ned Batchelder
2015-01-02
1
-4
/
+38
*
Move python source understanding into python.py
Ned Batchelder
2015-01-01
1
-2
/
+0
*
Move Plugins so that plugin.py is just interface definitions
Ned Batchelder
2015-01-01
1
-37
/
+0
*
Don't use %r for filenames, on windows, the backslashes go nuts.
Ned Batchelder
2014-12-28
1
-4
/
+4
*
Finished the plugin2 test of a dynamic tracing plugin.
Ned Batchelder
2014-11-27
1
-3
/
+3
*
Change how dynamic source filenames work in plugins.
Ned Batchelder
2014-11-24
1
-8
/
+44
*
Move to the misc.py file
Ned Batchelder
2014-11-21
1
-23
/
+0
[next]