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
/
CHANGES.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
A better description of issue 361.
Ned Batchelder
2015-05-03
1
-2
/
+2
*
Add an old change to CHANGES
Ned Batchelder
2015-04-26
1
-0
/
+6
*
Fix a test, and finish the paperwork for #363.
Ned Batchelder
2015-04-24
1
-0
/
+4
*
Finish up clytwynec's pull request to implement combining directories. #354.
Ned Batchelder
2015-04-24
1
-0
/
+6
*
More work on #299
Ned Batchelder
2015-04-21
1
-0
/
+4
*
Update CHANGES
Ned Batchelder
2015-04-20
1
-0
/
+6
*
Update CHANGES for #361.
Ned Batchelder
2015-04-15
1
-0
/
+6
*
Fix bug with \f in HTML report. #360.
Ned Batchelder
2015-02-28
1
-0
/
+5
*
Properly handle crazy-long code objects. #359
Ned Batchelder
2015-02-17
1
-0
/
+9
*
Ship 4.0a5
coverage-4.0a5
Ned Batchelder
2015-02-16
1
-5
/
+5
*
Always make the current directory importable. #358
Ned Batchelder
2015-02-13
1
-0
/
+4
*
CHANGES tweaks
Ned Batchelder
2015-02-12
1
-2
/
+2
*
Treat config_file=".coveragerc" the same as config_file=True. #357
Ned Batchelder
2015-02-11
1
-0
/
+5
*
Plugin support is now only in the CTracer, not in the PyTracer.
Ned Batchelder
2015-02-09
1
-1
/
+2
*
CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py suppo...
Ned Batchelder
2015-02-08
1
-0
/
+2
*
Plugin support is in C tracer as well as Python tracer
Ned Batchelder
2015-02-08
1
-0
/
+2
*
Trailing whitespace.
Ned Batchelder
2015-02-02
1
-1
/
+1
*
Make process_startup idempotent, to fix #340.
Ned Batchelder
2015-02-01
1
-0
/
+5
*
Multiprocess support doesn't work yet on Windows.
Ned Batchelder
2015-01-31
1
-2
/
+2
*
Wildly experimental multiprocessing support. Covers most of #117.
Ned Batchelder
2015-01-30
1
-1
/
+7
*
Give a reasonable warning for a previous assert. Closes #353.
Ned Batchelder
2015-01-26
1
-0
/
+9
*
Prepare for 4.0a4
coverage-4.0a4
Ned Batchelder
2015-01-25
1
-0
/
+12
*
Update the changes.rst file in the docs
Ned Batchelder
2015-01-24
1
-1
/
+1
*
Issue #315 was fixed
Ned Batchelder
2015-01-21
1
-1
/
+3
*
An official 4.0a3
coverage-4.0a3
Ned Batchelder
2015-01-20
1
-3
/
+4
*
XML package_depth configuration option. Thanks, Lex Berezhny
Ned Batchelder
2015-01-19
1
-0
/
+5
*
Fix bad regression: XML report now reports packages again. #235
Ned Batchelder
2015-01-19
1
-0
/
+5
*
Issue #69 was fixed yesterday
Ned Batchelder
2015-01-18
1
-1
/
+2
*
Issue #290 was fixed with the filename cleanup today.
Ned Batchelder
2015-01-18
1
-1
/
+3
*
Clean up the module->file logic
Ned Batchelder
2015-01-17
1
-0
/
+3
*
Use file names with extensions in reports.
Ned Batchelder
2015-01-17
1
-2
/
+6
*
Provide early error messages for bad regexes in config. #349
Ned Batchelder
2015-01-16
1
-0
/
+4
*
Report empty files as 100% instead of 0%, fixes #345
Ned Batchelder
2015-01-16
1
-0
/
+9
*
Update for 4.0a2
Ned Batchelder
2015-01-14
1
-2
/
+2
*
Another bug had been fixed
Ned Batchelder
2014-12-28
1
-1
/
+2
*
Keep support for only the latest PyPy's.
Ned Batchelder
2014-12-13
1
-2
/
+4
*
Drop support for CPython 3.2. Now I can use u'' unicode literals freely.
Ned Batchelder
2014-12-13
1
-1
/
+2
*
Fix spelling errors in the docs.
Ned Batchelder
2014-11-29
1
-3
/
+3
*
Better wording
Ned Batchelder
2014-11-29
1
-1
/
+1
*
Don't be confused by files with missing final newlines. #293
Ned Batchelder
2014-11-29
1
-0
/
+4
*
--fail-under can now be specified in the rcfile. #314
Ned Batchelder
2014-11-27
1
-0
/
+4
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-2
/
+2
*
Accept more kinds of whitespace in pragmas. #334
Ned Batchelder
2014-11-27
1
-0
/
+4
*
Give error messages if an explicitly provided rcfile can't be read.
Ned Batchelder
2014-11-27
1
-0
/
+4
*
Hadn't updated CHANGES with the fix for the BrPart column in the text report....
Ned Batchelder
2014-11-27
1
-0
/
+6
*
Cleanups from pull request 42
Ned Batchelder
2014-11-24
1
-0
/
+5
*
Clean up the --skip-covered pull request.
Ned Batchelder
2014-11-23
1
-0
/
+4
*
Fix a weird PyPy3 problem with a weird PyPy3 fix.
Ned Batchelder
2014-10-28
1
-1
/
+1
*
Allow the --debug switch on any command
Ned Batchelder
2014-10-26
1
-0
/
+2
*
Credit where credit is due
Ned Batchelder
2014-10-20
1
-0
/
+4
[prev]
[next]