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
...
*
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
|
*
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
|
*
The best way to get py3k support: same source runs on both, with some ↵
Ned Batchelder
2009-09-22
1
-38
/
+39
|
|
|
|
contortions.
*
Remove stray comment
Ned Batchelder
2009-08-09
1
-1
/
+0
|
*
Py3k: some output is bytes instead of string, so convert since it doesn't ↵
Ned Batchelder
2009-07-09
1
-2
/
+9
|
|
|
|
matter.
*
Have the tests use the script explicitly until I can figure out how to ↵
Ned Batchelder
2009-07-09
1
-1
/
+7
|
|
|
|
install a usable script for Py3k
*
Py3k: unify subprocess and popen4.
Ned Batchelder
2009-07-08
1
-0
/
+27
|
*
Move the backward-compatibility definitions to a common file. There seems to ↵
Ned Batchelder
2009-07-03
1
-0
/
+24
be no pretty way to do this.
[prev]