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
/
files.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A file opened in 'b' mode needs bytes, not strings. Try to do this in a clea...
Ned Batchelder
2011-03-15
1
-3
/
+2
*
Some prep work for finding completely uncovered files.
Ned Batchelder
2010-08-30
1
-0
/
+14
*
Add some __repr__ methods to help when debugging.
Ned Batchelder
2010-06-21
1
-0
/
+6
*
The 'source' option is a list of directories or packages to limit coverage's ...
Ned Batchelder
2010-06-13
1
-1
/
+35
*
Undo Ben Finney's patch to use the os.path methods. os.path.commonprefix is ...
Ned Batchelder
2010-03-21
1
-6
/
+6
*
I like this punctuation better
Ned Batchelder
2010-03-13
1
-1
/
+2
*
Merged Ben Finney's use-os-path-module fixes (again?)
Ned Batchelder
2010-03-13
1
-1
/
+3
|
\
|
*
Add more tests of omitting files during HTML reporting, and a better way to e...
Ned Batchelder
2009-12-27
1
-0
/
+2
|
*
version_info is a nicer way to check Python versions than hexversion is.
Ned Batchelder
2009-12-13
1
-1
/
+1
*
|
Use ‘os.path.commonprefix’ to find the “relative directory” at the st...
Ben Finney
2010-02-03
1
-2
/
+4
|
/
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-6
/
+6
*
Everything should derive from object.
Ned Batchelder
2009-10-24
1
-1
/
+1
*
Make egg source reading work on py2k and py3k, though i don't like it much...
Ned Batchelder
2009-09-30
1
-3
/
+5
*
Working toward reading source from eggs, but this isn't right on Py3k yet.
Ned Batchelder
2009-09-29
1
-2
/
+3
*
The best way to get py3k support: same source runs on both, with some contort...
Ned Batchelder
2009-09-22
1
-1
/
+1
*
Better docstrings.
Ned Batchelder
2009-05-06
1
-6
/
+11
*
FileLocator is a better name than FileWrangler.
Ned Batchelder
2009-03-11
1
-1
/
+1
*
Split out the filename operations; Morf -> CodeUnit.
Ned Batchelder
2009-03-11
1
-0
/
+65