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
/
misc.py
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
More pep8 compliance
Ned Batchelder
2015-01-19
1
-2
/
+7
|
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-2
/
+2
|
*
Source is always Unicode in HTML code. More refactoring to come.
Ned Batchelder
2014-12-12
1
-0
/
+2
|
*
Move to the misc.py file
Ned Batchelder
2014-11-21
1
-0
/
+24
|
*
Use json for html status file instead of pickle.
Ned Batchelder
2014-10-27
1
-3
/
+3
|
*
Pragmas for uncovered code
Ned Batchelder
2014-09-28
1
-1
/
+1
|
*
On Windows, we need file matching to be case-insensitive.
Ned Batchelder
2014-09-21
1
-6
/
+1
|
*
Get rid of some backward stuff we no longer need
Ned Batchelder
2014-09-20
1
-2
/
+2
|
*
Fix the new FnmatchMatcher for >100 patterns
Ned Batchelder
2014-06-03
1
-1
/
+1
|
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
1
-6
/
+4
|
\
|
*
Except clause can now use 'as', no need for lots of sys.exc_info
Ned Batchelder
2013-10-20
1
-3
/
+1
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
1
-1
/
+1
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
*
|
Turns out we were spinning on Nones a lot in the Hasher.
Ned Batchelder
2013-10-27
1
-1
/
+3
|
|
*
|
Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.
Ned Batchelder
2013-10-23
1
-0
/
+2
|
/
*
Now we can run .pyc files directly. Closes #264.
Ned Batchelder
2013-09-28
1
-0
/
+4
|
*
More --debug options, split code into separate objects.
Ned Batchelder
2013-09-08
1
-20
/
+0
|
*
Better to leave the space out.
Ned Batchelder
2013-09-06
1
-1
/
+1
|
*
Move the info formatting into its own function.
Ned Batchelder
2013-09-06
1
-0
/
+20
|
*
A less-weird weird line
Ned Batchelder
2013-02-24
1
-1
/
+1
|
*
One more 2.3 thing.
Ned Batchelder
2012-12-22
1
-1
/
+1
|
*
Debugging to understand why 'trace function changed' appears.
Ned Batchelder
2012-12-20
1
-0
/
+6
|
*
Refactor, and make it work on older Pythons.
Ned Batchelder
2012-11-14
1
-0
/
+14
|
*
Better handling of the partial-branch exclusion regexes. Finishes issue #113.
Ned Batchelder
2011-05-31
1
-1
/
+3
|
*
WIP for partial branch exclusion. #113
Ned Batchelder
2011-05-17
1
-0
/
+8
|
*
Deal more gracefully with unexpectedly-not-python source during reporting.
Ned Batchelder
2011-04-08
1
-1
/
+5
|
*
Got 2.3 to build, so now this is tested and works against 2.3
Ned Batchelder
2011-03-25
1
-1
/
+2
|
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
1
-0
/
+39
|
*
If the product code throws an exception, 'coverage run' now produces the ↵
Ned Batchelder
2010-02-19
1
-0
/
+8
|
|
|
|
same traceback as 'python' would, without the coverage-internal frames distracting from your code.
*
Parallel mode can be set from the .coveragerc file.
Ned Batchelder
2010-01-03
1
-0
/
+8
|
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-6
/
+6
|
*
Docstrings for lint
Ned Batchelder
2009-11-24
1
-0
/
+1
|
*
Some per-instance caching to speed code parsing and analysis.
Ned Batchelder
2009-11-10
1
-0
/
+14
|
*
Touch-ups in an ancient function.
Ned Batchelder
2009-11-02
1
-3
/
+2
|
*
Treat missing source files nicer.
Ned Batchelder
2009-10-25
1
-0
/
+4
|
*
More docstrings all around.
Ned Batchelder
2009-05-09
1
-0
/
+1
|
*
The name of the project is Coverage, not coverage.py.
Ned Batchelder
2009-04-30
1
-1
/
+1
|
*
Move format_lines into misc.py since it doesn't need to be a method of coverage.
Ned Batchelder
2009-03-12
1
-0
/
+32
|
*
Initial coverage.py 3.0 beta 1
Ned Batchelder
2009-03-05
1
-0
/
+18
[prev]