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
/
backward.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Clean ups in config.py
Ned Batchelder
2015-07-27
1
-0
/
+6
|
*
Better spelling.
Ned Batchelder
2015-07-25
1
-1
/
+0
|
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
|
*
Data files are now JSON instead of pickles. Fixes #236.
Ned Batchelder
2015-07-21
1
-6
/
+0
|
*
Remove functions we're not using.
Ned Batchelder
2015-02-10
1
-8
/
+0
|
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-1
/
+4
|
*
Remove unused imports
Ned Batchelder
2015-01-10
1
-4
/
+1
|
*
Move next/__next__ distinction into backward.py
Ned Batchelder
2014-12-28
1
-0
/
+12
|
*
Move some code, and fix pep8 things
Ned Batchelder
2014-12-14
1
-13
/
+5
|
*
Drop support for CPython 3.2. Now I can use u'' unicode literals freely.
Ned Batchelder
2014-12-13
1
-10
/
+0
|
*
Source is always Unicode in HTML code. More refactoring to come.
Ned Batchelder
2014-12-12
1
-1
/
+18
|
*
Words words
Ned Batchelder
2014-11-30
1
-1
/
+1
|
*
OK, I should really stop fiddling with spell-check...
Ned Batchelder
2014-11-27
1
-3
/
+3
|
*
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
-3
/
+1
|
*
Pragmas for uncovered code
Ned Batchelder
2014-09-28
1
-1
/
+1
|
*
More things we don't need with the latest versions
Ned Batchelder
2014-09-20
1
-16
/
+1
|
*
Get rid of some backward stuff we no longer need
Ned Batchelder
2014-09-20
1
-8
/
+0
|
*
Avoid a bunch of deprecated functions.
Ned Batchelder
2014-05-17
1
-3
/
+31
|
*
Remove an unneeded backward function, and move BUILTINS into backward
Ned Batchelder
2014-05-17
1
-0
/
+8
|
*
Refactor execfile to avoid imp to avoid deprecation warnings
Ned Batchelder
2014-05-16
1
-4
/
+25
|
*
Refactoring, asymptotically approaching multi-language
Ned Batchelder
2014-05-04
1
-3
/
+3
|
*
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-1
/
+1
|
*
No need for paren-less exec any more.
Ned Batchelder
2013-12-14
1
-17
/
+0
|
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-1
/
+1
|
|
|
|
|
--HG-- branch : 4.0
*
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
1
-41
/
+0
|
|
|
|
|
--HG-- branch : 4.0
*
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
-0
/
+26
|
|
|
|
real code.
*
Make iteritems detection more like the rest of backward.py, and add a test ↵
Ned Batchelder
2013-09-28
1
-3
/
+5
|
|
|
|
of it.
*
Use the nice way to reverse a list.
Ned Batchelder
2013-01-09
1
-0
/
+9
|
*
Retro-fit onto 2.3 and 2.4 again.
Ned Batchelder
2012-12-19
1
-0
/
+16
|
*
Use iitems() to avoid lists of dict items on py2.
Ned Batchelder
2012-11-16
1
-0
/
+10
|
*
Refactor the config parsing.
Ned Batchelder
2012-11-10
1
-6
/
+0
|
*
Remove obsolete code paths.
Ned Batchelder
2012-03-25
1
-20
/
+13
|
*
If a source file has an encoding declaration, use it when producing the ↵
Ned Batchelder
2012-03-21
1
-44
/
+31
|
|
|
|
HTML. Fixes issue #157.
*
Appease the pylint gods
Ned Batchelder
2011-08-28
1
-2
/
+2
|
*
Add another way to open source files, that works on 3.1
Ned Batchelder
2011-08-28
1
-4
/
+20
|
*
Properly handle Unicode characters in Python source when creating the HTML ↵
Ned Batchelder
2011-08-17
1
-0
/
+21
|
|
|
|
report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
1
-0
/
+7
|
*
Clean-ups
Ned Batchelder
2011-03-16
1
-1
/
+5
|
*
A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵
Ned Batchelder
2011-03-15
1
-0
/
+16
|
|
|
|
clean-ish way...
*
Some pylint cleanups.
Ned Batchelder
2011-02-01
1
-1
/
+1
|
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-1
/
+1
|
*
Isolate the open/tokenize.open distinction into backward.py
Ned Batchelder
2011-01-30
1
-0
/
+10
|
*
Python source files that don't end with a newline can now be executed, ↵
Ned Batchelder
2010-02-22
1
-8
/
+9
|
|
|
|
fixing #47.
*
Spacing
Ned Batchelder
2010-01-02
1
-7
/
+0
|
*
version_info is a nicer way to check Python versions than hexversion is.
Ned Batchelder
2009-12-13
1
-1
/
+1
|
*
Test the config file support.
Ned Batchelder
2009-11-28
1
-0
/
+7
|
|
|
|
|
--HG-- branch : config
*
Use xrange on py2k and range on py3k
Ned Batchelder
2009-10-05
1
-0
/
+7
|
*
Working toward reading source from eggs, but this isn't right on Py3k yet.
Ned Batchelder
2009-09-29
1
-1
/
+2
|
[next]