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
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adapt to https://github.com/python/cpython/pull/22027
nedbat/test-2506
Ned Batchelder
2020-09-12
1
-2
/
+2
*
Thanks, Kjell Braden
Ned Batchelder
2020-03-26
1
-1
/
+0
*
handle decorators for AsyncFunctionDefs. Closes #964
Kjell Braden
2020-03-24
1
-0
/
+2
*
Exit arcs have to be corrected to first lines
Ned Batchelder
2019-09-21
1
-1
/
+5
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-19
/
+19
*
This class was simpler as a function
Ned Batchelder
2019-06-17
1
-3
/
+2
*
Move more PYVERSION to be PYBEHAVIOR
Ned Batchelder
2019-03-24
1
-1
/
+1
*
Python 3.8 will optimize away "while True:"
Ned Batchelder
2018-11-11
1
-0
/
+21
*
Debug-time environment variables can be set with set_env.py
Ned Batchelder
2018-11-03
1
-0
/
+2
*
Adapt to 3.8's way of tracing decorated functions
Ned Batchelder
2018-11-03
1
-7
/
+24
*
Finally jumps back to exiting lines
Ned Batchelder
2018-10-06
1
-9
/
+38
*
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
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
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
loic@dachary.org
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
-5
/
+7
|
\
|
*
finally happens before return in a try #493
loic@dachary.org
2016-12-18
1
-5
/
+7
*
|
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
|
/
*
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
[next]