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
/
execfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: no need for special handling of compiling unicode source
Ned Batchelder
2022-11-06
1
-3
/
+1
*
refactor: remove code that was only needed for Python 3.6
Ned Batchelder
2021-12-31
1
-15
/
+8
*
refactor: super-nit-picky tweaks from mypy
Ned Batchelder
2021-11-21
1
-1
/
+1
*
docs: document the exceptions
Ned Batchelder
2021-11-14
1
-2
/
+2
*
style: convert more string formatting to f-strings
Ned Batchelder
2021-11-11
1
-1
/
+1
*
test: add more tests of run_python_file
Ned Batchelder
2021-10-11
1
-4
/
+2
*
style: prefer explicit string concatenation
Ned Batchelder
2021-10-10
1
-3
/
+2
*
fix: correct previous refactorings
Ned Batchelder
2021-07-28
1
-4
/
+4
*
refactor: convert %-strings to f-strings
Ned Batchelder
2021-07-28
1
-2
/
+2
*
fix: raise chained errors with "from" #998
Ned Batchelder
2021-07-20
1
-8
/
+8
*
fix: Python 3.8.10 changed how __file__ is reported when running directories
Ned Batchelder
2021-05-11
1
-0
/
+5
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+2
*
refactor: pyupgrade --py36-plus coverage/*.py
Ned Batchelder
2021-05-02
1
-6
/
+6
*
refactor: move the remaining backward.py code, no more backward.py
Ned Batchelder
2021-05-01
1
-67
/
+23
*
refactor: remove some unneeded behavior conditionals
Ned Batchelder
2021-05-01
1
-3
/
+2
*
refactor: remove yet more unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-9
/
+8
*
refactor: remove more unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-2
/
+1
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-5
/
+1
*
Refine the conditions for tweaking sys.path[0]. Fixes #862
Ned Batchelder
2020-01-11
1
-9
/
+18
*
Don't import anything before start(). Fixes #909.
Ned Batchelder
2020-01-03
1
-21
/
+31
*
Python 3.9a2 reverted how argv[0] is handled
Ned Batchelder
2019-12-21
1
-1
/
+0
*
Adapt to 3.9's way of reporting files using absolute paths.
Ned Batchelder
2019-11-25
1
-1
/
+6
*
Report file names the way Python does: '{}', not {!r}
Ned Batchelder
2019-11-25
1
-1
/
+1
*
Implement __spec__ for files we run. #745 #838
Ned Batchelder
2019-11-24
1
-15
/
+40
*
Linux tests are runnable
Ned Batchelder
2019-11-07
1
-1
/
+1
*
Clarify two functions
Ned Batchelder
2019-11-01
1
-0
/
+4
*
Add tests of bug #806, and ensure it's fixed even if the program ends with an...
Ned Batchelder
2019-07-06
1
-4
/
+5
*
Return to the original directory after exec'ing a file
Dan Hemberger
2019-07-06
1
-0
/
+4
*
Use pylint 2.x
Ned Batchelder
2019-05-13
1
-2
/
+2
*
Move more PYVERSION to be PYBEHAVIOR
Ned Batchelder
2019-03-24
1
-5
/
+1
*
Move some version conditionals to PYBEHAVIOR
Ned Batchelder
2019-03-24
1
-2
/
+2
*
PyRunner knows how to run Python files.
Ned Batchelder
2018-11-25
1
-76
/
+102
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Make version checking more uniform
Ned Batchelder
2018-06-13
1
-4
/
+5
*
Adapt to the 3.7.0b3 change in -m sys.path[0] behavior
Ned Batchelder
2018-03-31
1
-1
/
+9
*
Fine tune some more
Ned Batchelder
2018-01-13
1
-1
/
+1
*
Fine-tune the 3.7 decisions
Ned Batchelder
2018-01-13
1
-1
/
+1
*
Python 3.7 tweaked the layout of .pyc files
Ned Batchelder
2018-01-10
1
-5
/
+14
*
Suppress the coverage.py frame when reporting exceptions
Ned Batchelder
2016-12-26
1
-0
/
+2
*
Make excepthook execution more accurate. Pypy tests failing
Ned Batchelder
2016-12-26
1
-4
/
+12
*
Merged in andrewhoos/coverage.py (pull request #93)
Ned Batchelder
2016-12-26
1
-1
/
+11
|
\
|
*
Update change with tests and fixes for tests
Andrew Hoos
2016-11-30
1
-8
/
+9
|
*
Remove the unused import
Andrew Hoos
2016-11-29
1
-1
/
+0
|
*
Limit changes to only execfile.py
Andrew Hoos
2016-11-29
1
-1
/
+0
|
*
Update code to better handle calling sys.excepthook when it throws
Andrew Hoos
2016-11-29
1
-1
/
+8
|
*
Update handling of sys.excepthook to only call custom excepthooks and re-rais...
Andrew Hoos
2016-11-29
1
-1
/
+6
|
*
Explicitely call sys.excepthook
Andrew Hoos
2016-11-29
1
-2
/
+1
*
|
Provide a more useful error message if failing to run a non-Python file. #514
Ned Batchelder
2016-12-17
1
-6
/
+12
|
/
*
Fix explicit imports of __init__. #410
Ned Batchelder
2015-10-13
1
-1
/
+1
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-1
/
+3
[next]