index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-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
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-2
/
+2
|
*
Remove the old bytecode-based branch analyzer
Ned Batchelder
2016-01-06
1
-8
/
+0
|
*
Extend import_local_file so I can use a file in another directory.
Ned Batchelder
2015-11-22
1
-3
/
+5
|
*
Cleanups for style, docs, etc from #438
Ned Batchelder
2015-11-14
1
-0
/
+9
|
*
Add pickle2json converter. Closes #395
Alexander Todorov
2015-08-07
1
-0
/
+6
|
*
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
|
*
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
1
-41
/
+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.
[next]