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
/
control.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the warning about --include and --source be a real warning
Ned Batchelder
2017-10-24
1
-1
/
+1
*
Move the --source and --include check so it's only during 'run'
Ned Batchelder
2017-10-24
1
-2
/
+3
*
* --source and --include are mutually exclusive (take 2) #265
loic
2017-01-07
1
-7
/
+10
*
Don't warn that namespace packages have no code. #572
Ned Batchelder
2017-05-04
1
-12
/
+32
*
Update to pylint 1.7.1
Ned Batchelder
2017-04-22
1
-1
/
+0
*
Warnings can be disabled
Ned Batchelder
2017-04-04
1
-0
/
+4
*
Add slugs to warnings in prep for suppressable warnings
Ned Batchelder
2017-04-03
1
-6
/
+14
*
Make the use of coverage.files more uniform
Ned Batchelder
2017-03-28
1
-6
/
+7
*
Clean up of the new plugin method. Thanks, Emil Madsen
Ned Batchelder
2017-03-28
1
-1
/
+2
*
Allow plugins to report files they haven't executed.
Ned Batchelder
2017-03-28
1
-5
/
+13
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
1
-5
/
+9
*
Minimal IronPython support.
Ned Batchelder
2017-03-14
1
-1
/
+5
*
Small steps in refactoring initialization
Ned Batchelder
2017-03-04
1
-2
/
+6
*
Slightly better way to organize the condition on activity
Ned Batchelder
2017-03-04
1
-5
/
+10
*
Collecting continues after saving data. #79 #448
Ned Batchelder
2017-03-03
1
-6
/
+3
*
Sometimes we match against files, sometimes directories.
Ned Batchelder
2017-02-21
1
-23
/
+28
*
Fix this comment that was left behind
Ned Batchelder
2017-02-03
1
-2
/
+1
*
Clean up for pull request #122
Ned Batchelder
2017-01-14
1
-22
/
+27
*
Merged in dachary/coverage.py/issue-426 (pull request #122)
Ned Batchelder
2017-01-14
1
-39
/
+27
|
\
|
*
comment explaining the rationale of --source pkg
issue-426
loic
2017-01-10
1
-0
/
+6
|
*
use the new source_for_file helper where it makes sense
loic
2017-01-10
1
-2
/
+2
|
*
source_for_file helper with unit tests
loic
2017-01-10
1
-2
/
+2
|
*
move _source_for_file to python.py
loic
2017-01-10
1
-32
/
+0
|
*
make --source module do the same as --source directory #426
loic
2017-01-06
1
-5
/
+19
*
|
Jython has no multiprocessing module
Ned Batchelder
2017-01-13
1
-1
/
+10
|
/
*
control.Coverage._init: check "source" is a directory, not just it exists; th...
check-source-isdir
Cosimo Lupo
2016-12-25
1
-1
/
+1
*
implement --skip-covered for html report #433
loic
2016-12-18
1
-1
/
+3
*
Document report API skip_covered argument
loic
2016-12-12
1
-0
/
+2
*
Move the config logic out of the Coverage constructor
Ned Batchelder
2016-11-20
1
-36
/
+3
*
Update the docs about reading tox.ini
Ned Batchelder
2016-11-19
1
-3
/
+3
*
Clean up line wraps and leftover prints
Ned Batchelder
2016-11-19
1
-7
/
+2
*
Read options from tox.ini
issue-519
Stephen Finucane
2016-11-18
1
-8
/
+14
*
A better word
Ned Batchelder
2016-11-10
1
-1
/
+1
*
Update changes
Ned Batchelder
2016-10-22
1
-1
/
+1
*
Remove two temporary debugging log messages
Ned Batchelder
2016-10-21
1
-2
/
+0
*
Test the debug settings more, and strip spaces from the environment variable
Ned Batchelder
2016-10-21
1
-1
/
+1
*
Fix the new deleting file debug message
Ned Batchelder
2016-10-21
1
-1
/
+3
*
A better way to prevent call stacks during multi-line output
Ned Batchelder
2016-09-25
1
-12
/
+13
*
Add more debugging for thorny multiprocessing issues
Ned Batchelder
2016-09-23
1
-0
/
+2
*
Combining twice shouldn't lose data. #412, #516
Ned Batchelder
2016-08-07
1
-2
/
+10
*
Remove orphaned commented-out line
Ned Batchelder
2016-08-07
1
-1
/
+0
*
Add support for PyPy3 5.2 alpha 1
Ned Batchelder
2016-08-03
1
-6
/
+16
*
Separate auto-loading from auto-saving, and don't auto-load for subprocesses
Ned Batchelder
2016-07-29
1
-5
/
+6
*
Set the rcfile for multiprocessing subprocesses
Ned Batchelder
2016-07-24
1
-1
/
+1
*
Multiprocessing needs to communicate the rcfile down to the subprocesses
Ned Batchelder
2016-07-13
1
-1
/
+2
*
Rename to multiproc.py, since it only does one thing.
Ned Batchelder
2016-07-12
1
-1
/
+1
*
Fix metacov after a recent change
Ned Batchelder
2016-07-10
1
-1
/
+2
*
Let the concurrency option be multi-valued. #484
Ned Batchelder
2016-07-04
1
-5
/
+9
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-1
/
+4
*
Combine no longer appends by default
Ned Batchelder
2016-06-25
1
-0
/
+3
[next]