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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding visual indicators to column sorting in HTML output
issues-298
karlw00t
2016-06-02
1
-0
/
+14
*
Remove the test helpers into their own repo
Ned Batchelder
2016-06-01
7
-511
/
+9
*
Add a method to support unittest
Ned Batchelder
2016-05-31
1
-0
/
+4
*
Remove a spurious character
Ned Batchelder
2016-05-25
1
-2
/
+2
*
Coverage 4.1
Ned Batchelder
2016-05-21
0
-0
/
+0
*
Make a note of how to properly do my working tree
coverage-4.1
Ned Batchelder
2016-05-21
1
-0
/
+6
*
Latest sample html report
Ned Batchelder
2016-05-21
13
-4183
/
+4307
*
dstufft added the 3.6 classifier for me :)
Ned Batchelder
2016-05-21
1
-0
/
+1
*
Getting ready for 4.1 final
Ned Batchelder
2016-05-21
7
-14
/
+18
*
Clean ups
Ned Batchelder
2016-05-20
3
-2
/
+6
*
Admit that this is an rc
Ned Batchelder
2016-05-20
1
-1
/
+1
*
Keep the version of sphinx that works for now.
Ned Batchelder
2016-05-20
1
-1
/
+1
*
Use the latest of everything
Ned Batchelder
2016-05-20
4
-6
/
+6
*
Test system installation changes to get appveyor to work.
Ned Batchelder
2016-05-20
1
-1
/
+8
*
Restore Reporter.file_reporters, with a deprecation warning.
Ned Batchelder
2016-05-20
3
-1
/
+41
*
Add 3.6 to the test matrix
Ned Batchelder
2016-05-17
1
-4
/
+4
*
One more pylint setting to modernize
Ned Batchelder
2016-05-12
1
-2
/
+1
*
Modernize pylintrc so we don't find code snippets in it any more
Ned Batchelder
2016-05-12
1
-15
/
+10
*
Move self-less methods to be functions.
Ned Batchelder
2016-05-12
1
-12
/
+11
*
Correct inaccuracies in CHANGES
Ned Batchelder
2016-05-10
2
-5
/
+5
*
Scooch to 4.1b4
Ned Batchelder
2016-05-10
1
-1
/
+1
*
Coverage 4.1b3
Ned Batchelder
2016-05-10
0
-0
/
+0
*
Update words for 4.1b3
coverage-4.1b3
Ned Batchelder
2016-05-10
4
-10
/
+54
*
This didn't need to be an attribute on the object
Ned Batchelder
2016-05-10
2
-10
/
+9
*
Make the two teplate rendering calls look alike
Ned Batchelder
2016-05-09
1
-6
/
+11
*
Correct the defaults for coverage.report(show_missing=None, skip_covered=None)
Ned Batchelder
2016-05-08
5
-6
/
+14
*
Return the Coverage instance from process_startup
Ned Batchelder
2016-05-08
2
-2
/
+11
*
Update dependencies
Ned Batchelder
2016-05-08
2
-4
/
+4
*
Added an example to [omit] docs
Ned Batchelder
2016-05-08
1
-1
/
+10
*
Use the latest for quick tests
Ned Batchelder
2016-05-08
1
-1
/
+1
*
Don't need this old css file any more
Ned Batchelder
2016-05-08
2
-229
/
+0
*
Don't get confused by namespace packages #456
Ned Batchelder
2016-05-08
3
-1
/
+34
*
A thread tweak suggested in #245
Ned Batchelder
2016-05-07
2
-1
/
+5
*
Mark a few more bugs as fixed
Ned Batchelder
2016-05-07
1
-1
/
+4
*
Clarify a plea
Ned Batchelder
2016-05-07
1
-1
/
+1
*
Fix nose URLs to not point to a weird spammy site
Ned Batchelder
2016-05-05
2
-3
/
+3
*
Test on PyPy 5.1, and note the support
Ned Batchelder
2016-05-03
4
-4
/
+10
*
readthedocs.io now
Ned Batchelder
2016-04-30
42
-51
/
+51
*
Use ->exit for missed branches in the textual report. #469
Ned Batchelder
2016-04-18
3
-4
/
+8
*
No need to break these lines
Ned Batchelder
2016-04-12
1
-4
/
+2
*
The daily downloads badge is always zero, use weekly instead
Ned Batchelder
2016-04-12
1
-2
/
+2
*
Add mentions to the docs about the need for the C extension
Ned Batchelder
2016-03-29
4
-9
/
+26
*
A better way to indicate the presence of the C extension
Ned Batchelder
2016-03-29
4
-12
/
+23
*
Update the doc examples of --version output
Ned Batchelder
2016-03-29
1
-4
/
+4
*
Show the tracer class in help output. #479
Ned Batchelder
2016-03-28
4
-8
/
+21
*
#475 is fixed, say so
Ned Batchelder
2016-03-28
1
-0
/
+5
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
6
-15
/
+68
*
Latest gevent
Ned Batchelder
2016-03-26
1
-1
/
+1
*
Keep things running and quiet for 3.2
Ned Batchelder
2016-03-26
1
-1
/
+3
*
Force 2.7 wheels to be built with both builds of Python
Ned Batchelder
2016-03-06
1
-0
/
+4
[next]