index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Make sure that arcs() and lines() only returns distinct line combination valu...
Stephan Richter
2019-02-17
1
-2
/
+2
*
|
Make sure that the cache is properly filled. (25x speedup on our system that ...
Stephan Richter
2019-01-28
1
-2
/
+3
|
/
*
Make line numbers immune to minimum font size settings. #748
Ned Batchelder
2019-01-04
1
-3
/
+3
*
Contracts and privacy for Analysis methods
Ned Batchelder
2018-12-26
1
-5
/
+11
*
Simplify format_lines a little
Ned Batchelder
2018-12-26
1
-2
/
+2
*
Sort the text missing results by line number, not kind
Ned Batchelder
2018-12-25
2
-44
/
+43
*
Move code to where it belongs
Ned Batchelder
2018-12-24
2
-39
/
+39
*
Tweaks to the fail_under limiting
Ned Batchelder
2018-12-24
1
-4
/
+5
*
Disallow impossible values for fail_under
Mike Fiedler
2018-12-23
1
-0
/
+4
*
Include default encodings in the debug output
Ned Batchelder
2018-12-23
1
-0
/
+2
*
Use a function instead of a method to show help
Ned Batchelder
2018-11-26
1
-65
/
+57
*
Bump version
Ned Batchelder
2018-11-25
1
-1
/
+1
*
PyRunner knows how to run Python files.
Ned Batchelder
2018-11-25
2
-81
/
+111
*
Use implicit mock patching instead of explicit DI for cmdline tests
Ned Batchelder
2018-11-25
1
-17
/
+7
*
Don't try to use PyPy 'filenames' like '<builtin>/lib_pypy/_structseq.py'
Ned Batchelder
2018-11-25
1
-2
/
+4
*
Need to get_data for .annotate() to work
Ned Batchelder
2018-11-15
1
-0
/
+1
*
Fix function call formatting
Ned Batchelder
2018-11-15
1
-5
/
+9
*
Canonicalize the XML output
Ned Batchelder
2018-11-11
1
-5
/
+24
*
Python 3.8 will optimize away "while True:"
Ned Batchelder
2018-11-11
2
-0
/
+23
*
Debug-time environment variables can be set with set_env.py
Ned Batchelder
2018-11-03
3
-0
/
+4
*
Adapt to 3.8's way of tracing decorated functions
Ned Batchelder
2018-11-03
2
-7
/
+30
*
You can turn off contracts while debugging tests
Ned Batchelder
2018-11-03
1
-1
/
+5
*
Always include a documentation link at the end of help messages
Ned Batchelder
2018-10-21
1
-8
/
+10
*
Make directories for the data file if needed. #721
Ned Batchelder
2018-10-21
1
-0
/
+1
*
Helpers for making directories
Ned Batchelder
2018-10-21
3
-7
/
+20
*
PyPy3 fixed an obscure bug long ago, we don't need this override
Ned Batchelder
2018-10-19
1
-7
/
+3
*
One more error case for the command line
Ned Batchelder
2018-10-19
1
-0
/
+4
*
`[run] command_line` is the command line to use for 'coverage run'. #695
Ned Batchelder
2018-10-18
2
-0
/
+10
*
Clean some lint
Ned Batchelder
2018-10-17
1
-1
/
+2
*
Don't clobber sys.path[0]. #715
Ned Batchelder
2018-10-16
1
-4
/
+0
*
Allow later DebugOutputFile to replace earlier ones
Ned Batchelder
2018-10-16
1
-6
/
+12
*
Use one transaction to speed combining
Ned Batchelder
2018-10-15
1
-39
/
+45
*
Defer using the database when calling set_context #716
Ned Batchelder
2018-10-14
1
-11
/
+14
*
Fewer conditionals for debug output
Ned Batchelder
2018-10-13
3
-23
/
+30
*
Debugging improvements
Ned Batchelder
2018-10-13
2
-6
/
+6
*
Version bump
Ned Batchelder
2018-10-06
1
-1
/
+1
*
Finally jumps back to exiting lines
Ned Batchelder
2018-10-06
2
-9
/
+48
*
Python 3.8 uses Constant nodes in the AST
Ned Batchelder
2018-10-04
1
-1
/
+1
*
Python 3.6 changed lnotab to signed bytes
Ned Batchelder
2018-10-04
1
-0
/
+2
*
Simplify
Ned Batchelder
2018-09-28
1
-6
/
+2
*
Deal with properties in qualname_from_frame
Ned Batchelder
2018-09-28
1
-1
/
+4
*
Get qualified names for method contexts
Ned Batchelder
2018-09-28
1
-1
/
+37
*
Move the context determiner to its own file
Ned Batchelder
2018-09-28
2
-8
/
+12
*
Oops, remove noisy debugging code
Ned Batchelder
2018-09-28
1
-2
/
+0
*
Record the sys.argv in the db
Ned Batchelder
2018-09-28
1
-3
/
+5
*
Faster combining
Ned Batchelder
2018-09-27
1
-7
/
+13
*
Even more clarity for an error message
Ned Batchelder
2018-09-25
1
-1
/
+2
*
CoverageSqliteData.__nonzero__: do not create DB
Daniel Hahler
2018-09-24
1
-0
/
+2
*
Merge branch 'nedbat/dynamic-contexts'
Ned Batchelder
2018-09-24
6
-40
/
+61
|
\
|
*
Make static and dynamic contexts work together
Ned Batchelder
2018-09-23
1
-1
/
+7
[prev]
[next]