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
/
python.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix name for module in __init__.py file
fix_init_name
Dirk Thomas
2016-10-17
1
-1
/
+4
|
*
issue #231 on BB: provide more verbose error message
nland
2016-06-02
1
-1
/
+3
|
*
Don't get confused by namespace packages #456
Ned Batchelder
2016-05-08
1
-1
/
+8
|
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
1
-2
/
+2
|
*
missing_arc_description is better than arc_destination_description. One test ↵
Ned Batchelder
2016-02-08
1
-2
/
+2
|
|
|
|
broken.
*
Different annotations on missed branches. I don't like them yet.
Ned Batchelder
2016-02-06
1
-4
/
+1
|
*
Add arc_destination_description so we can next make better descriptions
Ned Batchelder
2016-02-04
1
-0
/
+6
|
*
Fix another form-feed problem, #461
Ned Batchelder
2016-01-05
1
-0
/
+2
|
*
Clean up PythonParser a bit.
Ned Batchelder
2015-11-28
1
-8
/
+3
|
*
Try a different strategy for setting and testing output encodings
Ned Batchelder
2015-10-31
1
-1
/
+0
|
*
Use unicode_filename more, and account for missing filesystemencoding
Ned Batchelder
2015-10-25
1
-4
/
+2
|
*
Properly handle filenames with non-ASCII characters. #432
Ned Batchelder
2015-10-25
1
-0
/
+7
|
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-1
/
+3
|
*
Use @expensive at the FileReporter interface.
Ned Batchelder
2015-08-11
1
-1
/
+6
|
*
Rename .statements and .excluded_statements to .lines and .excluded_lines
Ned Batchelder
2015-08-09
1
-2
/
+2
|
*
Get rid of napoleon style docstrings, they don't format nicely.
Ned Batchelder
2015-07-26
1
-0
/
+1
|
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
|
*
Debugging plugin wrappers
Ned Batchelder
2015-06-14
1
-1
/
+4
|
*
Change FileLocator from a class to module-level functions
Ned Batchelder
2015-06-13
1
-7
/
+3
|
*
Pylint weeding
Ned Batchelder
2015-05-23
1
-1
/
+0
|
*
Use more @contract, less assert
Ned Batchelder
2015-05-17
1
-2
/
+0
|
*
Files with incorrect encoding declarations are no longer ignored. #351
Ned Batchelder
2015-05-17
1
-16
/
+5
|
*
All Python source is Unicode internally.
Ned Batchelder
2015-05-17
1
-6
/
+10
|
|
|
|
|
Unfortunately, this meant hacking around a silly Python 2 restriction (can't compile a Unicode string containing an encoding declaration).
*
Rename CodeUnit to FileReporter
Ned Batchelder
2015-02-21
1
-2
/
+4
|
*
Get rid of CodeUnit, FileReporter is the new thing.
Ned Batchelder
2015-02-21
1
-13
/
+26
|
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-3
/
+4
|
*
Start formalizing the FileReporter interface to simplify things
Ned Batchelder
2015-01-02
1
-5
/
+47
|
*
Move python source understanding into python.py
Ned Batchelder
2015-01-01
1
-0
/
+136