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
/
misc.py
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
|
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
1
-1
/
+1
|
/
*
Now we can run .pyc files directly. Closes #264.
Ned Batchelder
2013-09-28
1
-0
/
+4
|
*
A less-weird weird line
Ned Batchelder
2013-02-24
1
-1
/
+1
|
*
One more 2.3 thing.
Ned Batchelder
2012-12-22
1
-1
/
+1
|
*
Debugging to understand why 'trace function changed' appears.
Ned Batchelder
2012-12-20
1
-0
/
+6
|
*
Refactor, and make it work on older Pythons.
Ned Batchelder
2012-11-14
1
-0
/
+14
|
*
Better handling of the partial-branch exclusion regexes. Finishes issue #113.
Ned Batchelder
2011-05-31
1
-1
/
+3
|
*
WIP for partial branch exclusion. #113
Ned Batchelder
2011-05-17
1
-0
/
+8
|
*
Deal more gracefully with unexpectedly-not-python source during reporting.
Ned Batchelder
2011-04-08
1
-1
/
+5
|
*
Got 2.3 to build, so now this is tested and works against 2.3
Ned Batchelder
2011-03-25
1
-1
/
+2
|
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
1
-0
/
+39
|
*
If the product code throws an exception, 'coverage run' now produces the ↵
Ned Batchelder
2010-02-19
1
-0
/
+8
|
|
|
|
same traceback as 'python' would, without the coverage-internal frames distracting from your code.
*
Parallel mode can be set from the .coveragerc file.
Ned Batchelder
2010-01-03
1
-0
/
+8
|
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-6
/
+6
|
*
Docstrings for lint
Ned Batchelder
2009-11-24
1
-0
/
+1
|
*
Some per-instance caching to speed code parsing and analysis.
Ned Batchelder
2009-11-10
1
-0
/
+14
|
*
Touch-ups in an ancient function.
Ned Batchelder
2009-11-02
1
-3
/
+2
|
*
Treat missing source files nicer.
Ned Batchelder
2009-10-25
1
-0
/
+4
|
*
More docstrings all around.
Ned Batchelder
2009-05-09
1
-0
/
+1
|
*
The name of the project is Coverage, not coverage.py.
Ned Batchelder
2009-04-30
1
-1
/
+1
|
*
Move format_lines into misc.py since it doesn't need to be a method of coverage.
Ned Batchelder
2009-03-12
1
-0
/
+32
|
*
Initial coverage.py 3.0 beta 1
Ned Batchelder
2009-03-05
1
-0
/
+18
[prev]