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 (
Collapse
)
Author
Age
Files
Lines
*
This is fully merged
combine-from-multiple-dirs
Ned Batchelder
2015-05-02
1
-1
/
+1
|
*
remove unneeded conditional
Christine Lytwynec
2015-04-24
1
-3
/
+1
|
*
Update tests
Christine Lytwynec
2015-04-23
3
-26
/
+34
|
*
Update docstring and command line help text.
Christine Lytwynec
2015-04-22
2
-1
/
+8
|
*
Added ability to combine coverage data files from multiple directories into ↵
Christine Lytwynec
2015-04-21
6
-21
/
+62
|
|
|
|
one file via command line args.
*
AUTHORS too
Ned Batchelder
2015-04-15
1
-0
/
+1
|
*
Update CHANGES for #361.
Ned Batchelder
2015-04-15
1
-0
/
+6
|
*
Merged in jchappell82/coverage.py/issue361 (pull request #45)
Ned Batchelder
2015-04-15
13
-129
/
+129
|
\
|
*
Fix Issue 361, and update tests accordingly.
Jon Chappell
2015-04-13
9
-40
/
+40
|
|
|
*
Convert single quoted html output to use double quotes.
Jon Chappell
2015-04-13
4
-89
/
+89
|
|
*
|
backout b98fc53, so that tip is clean for merging pull requests.
Ned Batchelder
2015-04-15
2
-7
/
+6
|
|
*
|
Make tox useful when interpreters are missing.
Ned Batchelder
2015-04-14
1
-0
/
+1
|
|
*
|
Remove multiprocessing from the trouble.rst list.
Ned Batchelder
2015-03-13
1
-6
/
+0
|
|
*
|
Absolute names in data, fixes Windows plugins, breaks data tests.
Ned Batchelder
2015-03-01
2
-6
/
+7
|
|
*
|
Stick to old-school C syntax
Ned Batchelder
2015-02-28
1
-1
/
+2
|
|
*
|
Last of the C extension review comments addressed.
Ned Batchelder
2015-02-28
1
-11
/
+31
|
|
*
|
Finish the plugin error checking in CTracer.
Ned Batchelder
2015-02-28
2
-9
/
+101
|
|
*
|
Refactor the plugin-disabler so we can use it in other places.
Ned Batchelder
2015-02-28
1
-27
/
+69
|
|
*
|
Tox 1.9 knows about Python 3.5
Ned Batchelder
2015-02-28
2
-5
/
+1
|
|
*
|
Fix bug with \f in HTML report. #360.
Ned Batchelder
2015-02-28
3
-1
/
+19
|
|
*
|
This seems to work better. Windows didn't like the other way.
Ned Batchelder
2015-02-26
1
-3
/
+5
|
|
*
|
More tracer.c improvements from code review
Ned Batchelder
2015-02-26
1
-11
/
+8
|
|
*
|
No need to zero new memory, and be consistent about checking returns
Ned Batchelder
2015-02-26
1
-48
/
+15
|
|
*
|
Handle exceptions from dynamic_source_filename.
Ned Batchelder
2015-02-26
3
-48
/
+106
|
|
|
|
|
|
|
|
This required disabling plugins from the C tracer.
*
|
Merge other work
Ned Batchelder
2015-02-22
4
-16
/
+91
|
\
\
|
*
|
Ensure all FileReporter's have a .name attribute
Ned Batchelder
2015-02-22
3
-12
/
+88
|
|
|
|
*
|
Testing multiprocessing occasionally failed, due to randomness. Try harder.
Ned Batchelder
2015-02-22
1
-4
/
+3
|
|
|
*
|
|
Use a windows-friendly way to find files in line_data
Ned Batchelder
2015-02-22
1
-3
/
+2
|
/
/
*
|
Remove every last trace of CodeUnit, and bring me a glass of vodka
Ned Batchelder
2015-02-22
9
-53
/
+53
|
|
*
|
codeunit -> filereporter
Ned Batchelder
2015-02-21
1
-0
/
+0
|
|
*
|
Rename CodeUnit to FileReporter
Ned Batchelder
2015-02-21
3
-23
/
+25
|
|
*
|
Get rid of CodeUnit, FileReporter is the new thing.
Ned Batchelder
2015-02-21
5
-60
/
+36
|
|
*
|
Fix a symptom-less error in tracer.c, and lots of other suggested fixes ↵
Ned Batchelder
2015-02-21
1
-4
/
+18
|
|
|
|
|
|
|
|
noted from Yhg1s.
*
|
Make the test a little nicer.
Ned Batchelder
2015-02-21
1
-5
/
+6
|
|
*
|
Oops, test broken by last commit.
Ned Batchelder
2015-02-21
1
-3
/
+7
|
|
*
|
Disable plugins if we can't support them, and show that in debug output.
Ned Batchelder
2015-02-21
1
-4
/
+11
|
|
*
|
Keep cleaning even if test_farm doesn't succeed.
Ned Batchelder
2015-02-21
1
-1
/
+1
|
|
*
|
Don't report negative line numbers through get_line_data
Ned Batchelder
2015-02-19
3
-2
/
+34
|
|
*
|
Pep8 fixes.
Ned Batchelder
2015-02-19
1
-27
/
+27
|
|
*
|
A Makefile target for copying kits to a local distribution point.
Ned Batchelder
2015-02-19
1
-0
/
+3
|
|
*
|
Don't need this variable
Ned Batchelder
2015-02-19
1
-1
/
+1
|
|
*
|
Make branch=True get along with plugins.
Ned Batchelder
2015-02-18
2
-14
/
+38
|
|
*
|
Properly handle crazy-long code objects. #359
Ned Batchelder
2015-02-17
5
-9
/
+51
|
|
*
|
Change the tagging scheme so rtfd.org will work better.
Ned Batchelder
2015-02-16
3
-4
/
+6
|
|
*
|
Scooch the version to a6
Ned Batchelder
2015-02-16
1
-1
/
+1
|
|
*
|
Coverage 4.0a5
Ned Batchelder
2015-02-16
0
-0
/
+0
|
/
*
Ship 4.0a5
coverage-4.0a5
Ned Batchelder
2015-02-16
7
-19
/
+75
|
*
Do at least a little error checking on the return from line_number_range.
Ned Batchelder
2015-02-16
1
-0
/
+3
|
*
Fix some refcounting mistakes
Ned Batchelder
2015-02-16
1
-8
/
+8
|
*
Refactor the trace function into smaller pieces
Ned Batchelder
2015-02-15
1
-219
/
+296
|
[next]