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
*
Properly handle empty decorated functions in 3.7. #640
Ned Batchelder
2018-02-09
1
-6
/
+7
*
Update to pylint 1.7.1
Ned Batchelder
2017-04-22
1
-1
/
+0
*
One more tweak to StopEverything
Ned Batchelder
2017-01-21
1
-2
/
+2
*
More-precise no-coverage pragmas
Ned Batchelder
2017-01-19
1
-1
/
+1
*
A few more lines covered
Ned Batchelder
2017-01-17
1
-1
/
+1
*
Properly handle if-statements optimized away. #522
Ned Batchelder
2017-01-16
1
-9
/
+95
*
Slight AST_DUMP improvements
Ned Batchelder
2017-01-16
1
-3
/
+3
*
Reporting doesn't work on Jython, so don't run reporting tests there.
Ned Batchelder
2017-01-14
1
-4
/
+4
*
2.6 and 2.7 are not different wrt constants in while loops
Ned Batchelder
2016-12-24
1
-2
/
+1
*
Move the test program into the test
Ned Batchelder
2016-12-24
1
-1
/
+1
*
also use AST for while constants in python-2.7 #502
issue-502-7
loic
2016-12-15
1
-5
/
+6
*
Fix #496, while-true loop with a continue.
Ned Batchelder
2016-12-18
1
-1
/
+1
*
More parser code clean-up
Ned Batchelder
2016-12-18
1
-14
/
+25
*
Clean up #493 fix
Ned Batchelder
2016-12-18
1
-0
/
+2
*
Merged in dachary/coverage.py/issue-493-2 (pull request #108)
Ned Batchelder
2016-12-18
1
-14
/
+52
|
\
|
*
More ast parsing clean-up.
Ned Batchelder
2016-12-18
1
-8
/
+19
|
*
More doc and cleanup of ast parsing
Ned Batchelder
2016-12-18
1
-6
/
+29
|
*
Add some to the ArcStart docstring, and remove defaultable arguments
Ned Batchelder
2016-12-18
1
-5
/
+9
*
|
finally happens before return in a try #493
issue-493-2
loic
2016-12-18
1
-5
/
+7
|
/
*
Conditionalize the ast_dump code
Ned Batchelder
2016-11-22
1
-55
/
+60
*
Downgrading these from TODO
Ned Batchelder
2016-10-22
1
-6
/
+6
*
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
[next]