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
/
codeunit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move flat_rootname to the base class
Ned Batchelder
2015-01-24
1
-13
/
+0
*
Delete obsolete attribute.
Ned Batchelder
2015-01-24
1
-6
/
+0
*
Clean up the module->file logic
Ned Batchelder
2015-01-17
1
-13
/
+11
*
Use file names with extensions in reports.
Ned Batchelder
2015-01-17
1
-9
/
+5
*
Remove unused imports
Ned Batchelder
2015-01-10
1
-1
/
+0
*
Move base-class logic from CodeUnit to FileReporter
Ned Batchelder
2015-01-09
1
-48
/
+2
*
Start formalizing the FileReporter interface to simplify things
Ned Batchelder
2015-01-02
1
-3
/
+0
*
Move python source understanding into python.py
Ned Batchelder
2015-01-01
1
-55
/
+1
*
Move code_unit_factory into Coverage
Ned Batchelder
2015-01-01
1
-61
/
+1
*
Refactoring FileLocators and codeunit factories, more to come.
Ned Batchelder
2015-01-01
1
-7
/
+11
*
Be a little clearer about when we expect one thing, and when we expect a list
Ned Batchelder
2015-01-01
1
-17
/
+43
*
Refactor some of the encoding detection
Ned Batchelder
2014-12-27
1
-4
/
+6
*
Make .pyw work again.
Ned Batchelder
2014-12-27
1
-43
/
+0
*
Unify and clarify reading Python source. Probably broke .pyw files
Ned Batchelder
2014-12-26
1
-0
/
+2
*
Zip files always produce bytes, and test that we get them decoded properly.
Ned Batchelder
2014-12-13
1
-2
/
+3
*
Source is always Unicode in HTML code. More refactoring to come.
Ned Batchelder
2014-12-12
1
-27
/
+17
*
Remove Django hackery
Ned Batchelder
2014-11-23
1
-59
/
+0
*
More plugin re-shaping
Ned Batchelder
2014-10-19
1
-17
/
+9
*
Pylint upgrade and cleanup.
Ned Batchelder
2014-09-21
1
-2
/
+0
*
Don't ask people to pass source back into CodeUnits
Ned Batchelder
2014-09-14
1
-12
/
+17
*
Progress on plugins
Ned Batchelder
2014-09-14
1
-9
/
+13
*
Crazy-ugly start to extensions for Django and Mako
Ned Batchelder
2014-07-04
1
-14
/
+21
*
Hacked-in django template support
Ned Batchelder
2014-06-12
1
-6
/
+35
*
Adapt to the full_line_map change in Mako
Ned Batchelder
2014-05-27
1
-2
/
+6
*
Clean up codeunit, as usual
Ned Batchelder
2014-05-20
1
-5
/
+5
*
Improved Mako support. Needs Mako tip
Ned Batchelder
2014-05-20
1
-52
/
+23
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
1
-15
/
+18
*
Move shell globbing into cmdline.py
Ned Batchelder
2014-05-18
1
-10
/
+1
*
Refactoring, asymptotically approaching multi-language
Ned Batchelder
2014-05-04
1
-2
/
+2
*
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-35
/
+52
*
Fix the Mako regexes
Ned Batchelder
2014-03-08
1
-2
/
+2
*
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-2
/
+115
*
Start on splitting into different parsers for different languages
Ned Batchelder
2014-03-06
1
-6
/
+31
*
Comment spelling and todo bookkeeping.
Ned Batchelder
2014-03-06
1
-1
/
+1
*
Now I can use tuples with startswith and endswith.
Ned Batchelder
2013-10-19
1
-1
/
+1
*
One more pylint improvement: no more multi-statement lines.
Ned Batchelder
2012-12-30
1
-6
/
+12
*
Messages with filenames are not good as %r, because it doubles the backslashe...
Ned Batchelder
2012-11-23
1
-1
/
+1
*
Change one bit.
Ned Batchelder
2012-11-23
1
-1
/
+1
*
Merged Geoff's change
Ned Batchelder
2012-11-23
1
-0
/
+2
|
\
|
*
Handle compiled files under Jython
Geoff Bache
2010-12-10
1
-0
/
+2
*
|
Where we deal with .pyc files, also deal with .pyo files. Fixes #195.
Ned Batchelder
2012-09-06
1
-1
/
+1
*
|
Don't complain about files that can't be parsed as Python if they didn't seem...
Ned Batchelder
2012-04-18
1
-0
/
+20
*
|
Isolate the open/tokenize.open distinction into backward.py
Ned Batchelder
2011-01-30
1
-6
/
+3
*
|
Properly close files.
Brett Cannon
2011-01-28
1
-2
/
+5
|
/
*
Refactor the --omit and --include support during reporting, and add a test fo...
Ned Batchelder
2010-08-28
1
-31
/
+3
*
There aren't many places I like putting a function body on the def line, but ...
Ned Batchelder
2010-08-28
1
-17
/
+6
*
Merge latest code from main coverage.py repo
Ned Batchelder
2010-05-29
1
-31
/
+21
|
\
|
*
Omit and include are now filename patterns rather than prefixes. BACKWARD IN...
Ned Batchelder
2010-05-23
1
-17
/
+15
*
|
fixed a bug caused in 8e1995c8156a - refactoring out omit_filter never really...
David Stanek
2010-05-22
1
-2
/
+2
*
|
merged in latest changes from Ned's repo
David Stanek
2010-05-21
1
-10
/
+17
|
\
\
|
|
/
|
/
|
[next]