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
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-0
/
+1
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
1
-6
/
+22
*
Entry arcs now use the negative first line of the code object instead of -1.
Ned Batchelder
2016-03-02
1
-6
/
+6
*
Better branch-missed messages for lambdas.
Ned Batchelder
2016-02-25
1
-2
/
+5
*
Pick off some lint
Ned Batchelder
2016-02-15
1
-7
/
+15
*
Add missing branch explanations for while-loop
Ned Batchelder
2016-02-15
1
-4
/
+6
*
Clean up new helper
Ned Batchelder
2016-02-15
1
-6
/
+11
*
Combine add_arc and add_missing_fragments
Ned Batchelder
2016-02-15
1
-39
/
+19
*
More missing-branch descriptions
Ned Batchelder
2016-02-15
1
-11
/
+19
*
Make the arc and fragment collection easier to trace
Ned Batchelder
2016-02-14
1
-63
/
+45
*
More work on better missing branch descriptions
Ned Batchelder
2016-02-14
1
-29
/
+67
*
Add missing branch descriptions for handling exceptions
Ned Batchelder
2016-02-13
1
-2
/
+3
*
Clean up some of the ArcStart causes
Ned Batchelder
2016-02-13
1
-15
/
+19
*
More work on the better missed-branch messages
Ned Batchelder
2016-02-13
1
-16
/
+22
*
missing_arc_description is better than arc_destination_description. One test ...
Ned Batchelder
2016-02-08
1
-21
/
+32
*
Move AST code together
Ned Batchelder
2016-02-07
1
-76
/
+77
*
Centralize the no-op-iness of contracts
Ned Batchelder
2016-02-07
1
-5
/
+4
*
More work to get better descriptions of arc behavior
Ned Batchelder
2016-02-07
1
-43
/
+83
*
Properly handle {**{'a':1}} literals
Ned Batchelder
2016-02-07
1
-2
/
+7
*
Different annotations on missed branches. I don't like them yet.
Ned Batchelder
2016-02-06
1
-31
/
+60
*
Don't track unhandled exception branches
Ned Batchelder
2016-01-29
1
-17
/
+0
*
How to flag uncaught exception branches
Ned Batchelder
2016-01-29
1
-0
/
+5
*
Simplify a condition
Ned Batchelder
2016-01-27
1
-6
/
+5
*
Fix #466: multi-line statements first in decorated functions
Ned Batchelder
2016-01-18
1
-7
/
+25
*
Stop treating yield-from and await as function returns
Ned Batchelder
2016-01-16
1
-17
/
+0
*
Class docstrings shouldn't be considered executable. Not sure what happened ...
Ned Batchelder
2016-01-11
1
-4
/
+1
*
Clean up the ast analyzer a little
Ned Batchelder
2016-01-10
1
-11
/
+23
*
Properly handle break/continue/raise/return from except/else clauses
Ned Batchelder
2016-01-10
1
-20
/
+35
*
Class docstrings are executable.
Ned Batchelder
2016-01-10
1
-8
/
+12
*
Properly skip lines that are optimized away
Ned Batchelder
2016-01-09
1
-9
/
+12
*
Use all statements instead of specialized class and funcs sets in ast analysis
Ned Batchelder
2016-01-09
1
-18
/
+12
*
Add some docstrings, etc
Ned Batchelder
2016-01-09
1
-12
/
+35
*
Add a test of partial lambdas
Ned Batchelder
2016-01-09
1
-1
/
+0
*
Put the lambda tests together
Ned Batchelder
2016-01-08
1
-0
/
+1
*
Add tests of multiline lambdas, though i don't quite understand the line numb...
Ned Batchelder
2016-01-07
1
-3
/
+2
*
Clean up small stuff
Ned Batchelder
2016-01-07
1
-0
/
+9
*
Bytecode not byte code
Ned Batchelder
2016-01-07
1
-2
/
+2
*
Remove the old bytecode-based branch analyzer
Ned Batchelder
2016-01-06
1
-359
/
+2
*
Name the dispatched-to methods more unusually
Ned Batchelder
2016-01-06
1
-34
/
+34
*
More uniform dispatch: use methods for everything, and handle defaults in the...
Ned Batchelder
2016-01-06
1
-54
/
+66
*
Clean up some TODO's and code paths
Ned Batchelder
2016-01-06
1
-14
/
+10
*
Add some tests for uncovered cases
Ned Batchelder
2016-01-06
1
-7
/
+10
*
Support while-else
Ned Batchelder
2016-01-05
1
-5
/
+7
*
Support comprehensions better
Ned Batchelder
2016-01-04
1
-12
/
+3
*
Clean up some lint
Ned Batchelder
2016-01-03
1
-27
/
+29
*
Fix arcs for function and class decorators
Ned Batchelder
2016-01-03
1
-10
/
+33
*
Merge in the default branch
Ned Batchelder
2016-01-02
1
-1
/
+4
|
\
|
*
Non-ascii characters work again in config regexes. Fixes #455.
Ned Batchelder
2015-12-24
1
-1
/
+5
*
|
Support returning through a finally
Ned Batchelder
2016-01-02
1
-4
/
+4
*
|
Better exception support, include except-except arcs, and except-else
Ned Batchelder
2016-01-02
1
-21
/
+60
[next]