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 (
Collapse
)
Author
Age
Files
Lines
...
*
Move some code, and fix pep8 things
Ned Batchelder
2014-12-14
1
-34
/
+7
|
*
Source is always Unicode in HTML code. More refactoring to come.
Ned Batchelder
2014-12-12
1
-10
/
+13
|
*
Don't be confused by files with missing final newlines. #293
Ned Batchelder
2014-11-29
1
-6
/
+8
|
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-1
/
+1
|
*
Clean up some pylint messages
Ned Batchelder
2014-11-23
1
-1
/
+1
|
*
Change all pylint message codes to message names
Ned Batchelder
2014-11-23
1
-1
/
+1
|
*
Upgraded pylint to 1.4, removed useless suppressions
Ned Batchelder
2014-11-23
1
-1
/
+1
|
*
A few more metacov clean ups
Ned Batchelder
2014-09-28
1
-2
/
+2
|
*
Hacked-in django template support
Ned Batchelder
2014-06-12
1
-1
/
+1
|
|
|
|
|
--HG-- branch : django
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
1
-1
/
+1
|
*
A bit of refactoring, inching slowly toward nicer CodeUnits
Ned Batchelder
2014-05-18
1
-15
/
+21
|
*
Refactoring, asymptotically approaching multi-language
Ned Batchelder
2014-05-04
1
-23
/
+12
|
*
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-32
/
+47
|
*
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-1
/
+4
|
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
1
-31
/
+19
|
\
|
*
enumerate has a start parameter!
Ned Batchelder
2013-10-23
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
Except clause can now use 'as', no need for lots of sys.exc_info
Ned Batchelder
2013-10-20
1
-7
/
+4
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
with statements: no more finally close
Ned Batchelder
2013-10-20
1
-8
/
+2
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
My own decorators can be decorators
Ned Batchelder
2013-10-20
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
Now I can use collections.defaultdict
Ned Batchelder
2013-10-20
1
-4
/
+2
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-5
/
+5
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
|
*
Now I can use decorators.
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
-2
/
+1
|
|
|
|
|
|
|
|
|
|
--HG-- branch : 4.0
*
|
ByteCodes.__iter__ is expensive, do it once instead of twice.
Ned Batchelder
2013-10-27
1
-2
/
+3
|
|
*
|
Cache generate_tokens to speed HTML reports.
Ned Batchelder
2013-10-26
1
-1
/
+29
|
|
*
|
Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.
Ned Batchelder
2013-10-23
1
-9
/
+14
|
/
*
Pretty soon I'll be able to use generator expressions...
Ned Batchelder
2013-10-05
1
-1
/
+1
|
*
More abstractions for bytes objects. Cleans up some version checks in the ↵
Ned Batchelder
2013-09-28
1
-14
/
+3
|
|
|
|
real code.
*
Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.
Ned Batchelder
2013-06-09
1
-5
/
+0
|
*
Turns out opcode isn't a documented module...
Ned Batchelder
2013-05-01
1
-4
/
+4
|
*
Add some debugging for branch issues.
Ned Batchelder
2013-05-01
1
-0
/
+8
|
*
Better understanding of how the trace function is invoked as byte codes are ↵
Ned Batchelder
2013-01-11
1
-67
/
+80
|
|
|
|
executed. Fixes #175.
*
Use the nice way to reverse a list.
Ned Batchelder
2013-01-09
1
-3
/
+9
|
*
More yieldification of parser.py
Ned Batchelder
2013-01-08
1
-17
/
+13
|
*
Use generators in the byte code parsing. __next__? yikes!
Ned Batchelder
2013-01-08
1
-9
/
+6
|
*
Switch to our own prama syntax, so the tests can use the std without getting ↵
Ned Batchelder
2012-12-01
1
-1
/
+1
|
|
|
|
mixed up.
*
Messages with filenames are not good as %r, because it doubles the ↵
Ned Batchelder
2012-11-23
1
-1
/
+1
|
|
|
|
backslashes...
*
Fix IndentationErrors when parsing non-Python files. #82.
Ned Batchelder
2012-11-21
1
-1
/
+1
|
*
Silence the last of the pylint warnings.
Ned Batchelder
2012-11-20
1
-2
/
+2
|
*
Finish the paperwork on Julian's patch.
Ned Batchelder
2012-07-31
1
-1
/
+0
|
*
Don't report coverage for non-Python source files even if __file__ says they ↵
Julian Berman
2012-07-31
1
-1
/
+10
|
|
|
|
|
|
were executed. Closes #82
*
Properly deal with files encoded as UTF-8 with BOM. Fixes #179.
Ned Batchelder
2012-05-14
1
-0
/
+4
|
*
Split out and improve the ad-hoc parsing and disassembly tool
Ned Batchelder
2011-08-02
1
-155
/
+5
|
*
A test and a fix for issue #122, maybe?
Ned Batchelder
2011-07-04
1
-1
/
+1
|
*
WIP for partial branch exclusion. #113
Ned Batchelder
2011-05-17
1
-6
/
+18
|
*
Deal more gracefully with unexpectedly-not-python source during reporting.
Ned Batchelder
2011-04-08
1
-2
/
+3
|
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-1
/
+1
|
*
A couple more places to use open_source instead of open(fname, 'rU')
Ned Batchelder
2011-01-30
1
-1
/
+1
|
*
A bunch more places where a file close should be in a finally clause.
Ned Batchelder
2011-01-30
1
-4
/
+8
|
*
Isolate the open/tokenize.open distinction into backward.py
Ned Batchelder
2011-01-30
1
-4
/
+2
|
[prev]
[next]