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
Commit message (
Expand
)
Author
Age
Files
Lines
*
marks near the scroll
shishov
2016-01-31
2
-0
/
+88
*
Write separate wtw files for each process
Ned Batchelder
2016-01-31
1
-1
/
+2
*
Make a BOOL type for the C code.
Ned Batchelder
2016-01-30
4
-4
/
+5
*
Merged who-tests-what-170
Ned Batchelder
2016-01-30
15
-559
/
+829
|
\
|
*
Clean up in the C code
Ned Batchelder
2016-01-30
2
-26
/
+23
|
*
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
|
*
Let's call it beta 3 until we learn more
Ned Batchelder
2016-01-24
1
-1
/
+1
|
*
Bump to 4.1c1
Ned Batchelder
2016-01-23
1
-1
/
+1
|
*
Merge the windows fix
Ned Batchelder
2016-01-23
1
-1
/
+1
|
|
\
|
|
*
Remove an unused variable
Ned Batchelder
2016-01-23
1
-1
/
+1
|
*
|
Windows fixes
Ned Batchelder
2016-01-23
1
-3
/
+3
|
|
/
|
*
Do a better job with sources in the XML report
Ned Batchelder
2016-01-23
1
-12
/
+16
|
*
Fix #466: multi-line statements first in decorated functions
Ned Batchelder
2016-01-18
1
-7
/
+25
|
*
Add a missing docstring.
Ned Batchelder
2016-01-18
1
-0
/
+1
|
*
Add some control over how many stack frames are shown
Ned Batchelder
2016-01-18
1
-5
/
+7
|
*
Plain-text output no longer includes trailing spaces
Ned Batchelder
2016-01-17
1
-9
/
+8
|
*
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
|
*
Bump to 4.1b2
Ned Batchelder
2016-01-11
1
-1
/
+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
|
*
Prep for 4.1b1
Ned Batchelder
2016-01-10
1
-1
/
+1
|
*
A little clean up of the monkey-patch
Ned Batchelder
2016-01-10
1
-10
/
+10
|
*
Make multiprocessing support work with spawned processes, which is what Windo...
Ned Batchelder
2016-01-10
1
-1
/
+29
|
*
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
|
*
Branch analysis is now done with AST instead of bytecode
Ned Batchelder
2016-01-07
2
-2
/
+3
|
|
\
|
|
*
Fix another form-feed problem, #461
Ned Batchelder
2016-01-05
2
-2
/
+3
|
*
|
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
2
-4
/
+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
3
-432
/
+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
|
*
|
Clarify when delayed_assertions is known to work.
Ned Batchelder
2016-01-04
1
-1
/
+5
|
*
|
Fix 2.6, as usual
Ned Batchelder
2016-01-04
1
-1
/
+1
|
*
|
Add a delayed_assertions context manager
Ned Batchelder
2016-01-04
1
-0
/
+49
|
*
|
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
3
-22
/
+27
|
|
\
\
|
|
|
/
[next]