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
/
env.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: pypy3.9 traces decorators like CPython 3.8
Ned Batchelder
2022-02-20
1
-1
/
+1
*
test: dropping old Python versions mean we no longer need optimize_if_not_deb...
Ned Batchelder
2022-02-06
1
-3
/
+2
*
debug: pybehave is now an option on `coverage debug`
Ned Batchelder
2022-02-06
1
-0
/
+14
*
test: make if_not_debug optimization testing a little more rational
Ned Batchelder
2022-02-06
1
-15
/
+16
*
test: adapt to PyPy 3.9 v7.8.8
Ned Batchelder
2022-02-06
1
-7
/
+13
*
fix: 3.11 now traces decorator lines as the decorators execute
Ned Batchelder
2022-01-15
1
-0
/
+4
*
build(test): PyContracts doesn't work on 3.11
Ned Batchelder
2022-01-02
1
-1
/
+5
*
refactor: remove code that was only needed for Python 3.6
Ned Batchelder
2021-12-31
1
-12
/
+0
*
test(fix): skip tests that trip a specific Mac 3.9 eventlet bug
Ned Batchelder
2021-11-24
1
-0
/
+1
*
refactor(test): don't even import contracts if not using PyContracts
Ned Batchelder
2021-11-04
1
-0
/
+5
*
fix: changes for PyPy3.8
Ned Batchelder
2021-10-25
1
-1
/
+4
*
feat: soft keywords are shown in bold in the HTML report
Ned Batchelder
2021-06-06
1
-0
/
+4
*
feat: add support for Python 3.10 match-case statements
Ned Batchelder
2021-06-06
1
-0
/
+3
*
fix: in Python 3.10, leaving a with block exits through the with statement.
Ned Batchelder
2021-06-05
1
-0
/
+3
*
refactor: remove a few more version checks
Ned Batchelder
2021-05-02
1
-7
/
+4
*
refactor: pyupgrade --py36-plus coverage/*.py
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: remove some unneeded behavior conditionals
Ned Batchelder
2021-05-01
1
-15
/
+0
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-4
/
+0
*
fix: pypy3 7.3.4 uses a non-empty sys.path[0]
Ned Batchelder
2021-04-12
1
-1
/
+4
*
docs: note what pep626 is
Ned Batchelder
2021-03-14
1
-0
/
+2
*
PEP 626: Docstring-only functions changed again
Ned Batchelder
2021-01-10
1
-0
/
+3
*
PEP 626: constant tests are kept as no-ops
Ned Batchelder
2021-01-10
1
-2
/
+18
*
Clean up the platform constants in env.py
Ned Batchelder
2021-01-10
1
-6
/
+7
*
In 3.10, modules always have firstlineno==1
Ned Batchelder
2021-01-10
1
-0
/
+4
*
Py 3.10 doesn't jump back from finally any more
Ned Batchelder
2021-01-10
1
-1
/
+1
*
Python 3.10 doesn't compile statments after unconditional jumps.
Ned Batchelder
2021-01-10
1
-0
/
+7
*
PyPy 3.7 doesn't act exactly like CPython 3.7
Ned Batchelder
2020-10-10
1
-1
/
+1
*
Fix bug with missing negative line numbers on PyPy3 7.1 #943
Ned Batchelder
2020-02-23
1
-1
/
+1
*
Remove a temporary xfail for 3.9a2
Ned Batchelder
2020-01-25
1
-4
/
+0
*
A better name for a thing I will soon delete
Ned Batchelder
2020-01-04
1
-1
/
+1
*
bpo-39114 will be fixed soon.
Ned Batchelder
2019-12-31
1
-4
/
+5
*
xfail a test due to a PyPy3 7.3.0 change
Ned Batchelder
2019-12-31
1
-5
/
+8
*
bpo 39114 broke 3.9, but maybe it's their bug
Ned Batchelder
2019-12-21
1
-0
/
+4
*
Adapt to 3.9's way of reporting files using absolute paths.
Ned Batchelder
2019-11-25
1
-0
/
+3
*
Meta on linux; makefile target rationalization
Ned Batchelder
2019-11-08
1
-1
/
+1
*
Adapt to optimization tweak in CPython 3.8.0b1
Ned Batchelder
2019-06-05
1
-1
/
+4
*
Move more PYVERSION to be PYBEHAVIOR
Ned Batchelder
2019-03-24
1
-0
/
+27
*
Move some version conditionals to PYBEHAVIOR
Ned Batchelder
2019-03-24
1
-0
/
+6
*
Python 3.8 will optimize away "while True:"
Ned Batchelder
2018-11-11
1
-0
/
+2
*
Adapt to 3.8's way of tracing decorated functions
Ned Batchelder
2018-11-03
1
-0
/
+6
*
Finally jumps back to exiting lines
Ned Batchelder
2018-10-06
1
-0
/
+10
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Minimal IronPython support.
Ned Batchelder
2017-03-14
1
-0
/
+1
*
Reporting doesn't work on Jython, so don't run reporting tests there.
Ned Batchelder
2017-01-14
1
-1
/
+4
*
The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...
Ned Batchelder
2016-12-31
1
-0
/
+2
*
Make PyContracts disablable during debugging.
Ned Batchelder
2015-08-09
1
-1
/
+3
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Dict literals changed in 3.5b1
Ned Batchelder
2015-05-27
1
-2
/
+3
*
Use PyContracts so we can declare/enforce parameter and return types.
Ned Batchelder
2015-05-17
1
-0
/
+5
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-0
/
+21