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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Exceptions have to be exceptions. #556
Ned Batchelder
2017-01-17
1
-2
/
+2
|
*
A better way to deal with 2.6 missing SkipTest
Ned Batchelder
2017-01-17
1
-1
/
+5
|
*
Bump to 4.3.4a0
Ned Batchelder
2017-01-17
1
-1
/
+1
|
*
Prep for 4.3.3
coverage-4.3.3
Ned Batchelder
2017-01-16
1
-1
/
+1
|
*
Only use SkipTest if we're testing, so that we can run on 2.6 pristine
Ned Batchelder
2017-01-16
1
-1
/
+1
|
*
Scooch version to 4.3.3a0
Ned Batchelder
2017-01-16
1
-1
/
+1
|
*
Prep for version 4.3.2
Ned Batchelder
2017-01-16
1
-1
/
+1
|
*
Properly handle if-statements optimized away. #522
Ned Batchelder
2017-01-16
1
-9
/
+95
|
*
Oops, don't assume decorator arguments can be hashed.
Ned Batchelder
2017-01-16
1
-1
/
+1
|
*
A better way to neuter decorators when not testing.
Ned Batchelder
2017-01-16
1
-11
/
+11
|
*
A one_of decorator for checking function arguments.
Ned Batchelder
2017-01-16
1
-0
/
+17
|
*
Slight AST_DUMP improvements
Ned Batchelder
2017-01-16
1
-3
/
+3
|
*
Expunge the last %()s formatting
Ned Batchelder
2017-01-16
1
-1
/
+1
|
*
Clean up for pull request #122
Ned Batchelder
2017-01-14
1
-22
/
+27
|
*
Merged in dachary/coverage.py/issue-426 (pull request #122)
Ned Batchelder
2017-01-14
2
-46
/
+61
|
|
\
|
|
*
comment explaining the rationale of --source pkg
issue-426
loic
2017-01-10
1
-0
/
+6
|
|
*
use the new source_for_file helper where it makes sense
loic
2017-01-10
2
-9
/
+3
|
|
*
source_for_file helper with unit tests
loic
2017-01-10
2
-3
/
+3
|
|
*
move _source_for_file to python.py
loic
2017-01-10
2
-32
/
+33
|
|
*
make --source module do the same as --source directory #426
loic
2017-01-06
1
-5
/
+19
|
*
|
Python 2.6 doesn't have SkipTest
Ned Batchelder
2017-01-14
1
-1
/
+1
|
*
|
Reporting doesn't work on Jython, so don't run reporting tests there.
Ned Batchelder
2017-01-14
4
-7
/
+29
|
*
|
Jython doesn't have useful co_code or f_lasti
Ned Batchelder
2017-01-13
1
-2
/
+3
|
*
|
Jython has no multiprocessing module
Ned Batchelder
2017-01-13
1
-1
/
+10
|
*
|
Delete html files when skipping covered files
Ned Batchelder
2017-01-11
1
-4
/
+8
|
*
|
Clean up and changes for #549
Ned Batchelder
2017-01-11
1
-4
/
+4
|
*
|
html total must account for files 100% covered #549
issue-549
loic
2017-01-11
1
-2
/
+4
|
*
|
Clarify the aspectlib example
Ned Batchelder
2017-01-10
1
-2
/
+3
|
|
/
|
*
Small improvements to the debug stuff
Ned Batchelder
2017-01-02
1
-7
/
+13
|
*
When nesting tracers, don't restart on the wrong thread
Ned Batchelder
2017-01-02
1
-3
/
+11
|
*
More aspectlib improvements
Ned Batchelder
2017-01-02
1
-4
/
+12
|
*
Better debug log filename handling: COVERAGE_LOG
Ned Batchelder
2017-01-01
1
-7
/
+7
|
*
Better logging file, combined with aspectlib support
Ned Batchelder
2017-01-01
1
-31
/
+49
|
*
The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...
Ned Batchelder
2016-12-31
2
-1
/
+3
|
*
Remove hastiliy short-circuited check for conflicting include and source
Ned Batchelder
2016-12-30
1
-10
/
+0
|
*
Don't warn about trace=None on PyPy at shutdown
Ned Batchelder
2016-12-30
1
-3
/
+12
|
*
Improved ad-hoc debug logger.
Ned Batchelder
2016-12-30
1
-1
/
+12
|
*
Prevent a hard crash when starting coverage thousands of times
Ned Batchelder
2016-12-29
1
-0
/
+1
|
*
Bump version to 4.3.2a0
Ned Batchelder
2016-12-28
1
-1
/
+1
|
*
Gearing up for 4.3.1
coverage-4.3.1
Ned Batchelder
2016-12-28
1
-1
/
+1
|
*
Revert the check for conflicting --source and --include. Closes #541, re-open...
Ned Batchelder
2016-12-28
1
-0
/
+3
|
*
Push version to 4.3.1a0
Ned Batchelder
2016-12-27
1
-1
/
+1
|
*
A better way to get good random numbers
coverage-4.3
Ned Batchelder
2016-12-27
1
-4
/
+1
|
*
Windows Python 3.6 doesn't seed well. Hack around it.
Ned Batchelder
2016-12-27
1
-0
/
+3
|
*
Doc updates for 4.3
Ned Batchelder
2016-12-26
1
-1
/
+1
|
*
Suppress the coverage.py frame when reporting exceptions
Ned Batchelder
2016-12-26
1
-0
/
+2
|
*
Make excepthook execution more accurate. Pypy tests failing
Ned Batchelder
2016-12-26
1
-4
/
+12
|
*
Merged in andrewhoos/coverage.py (pull request #93)
Ned Batchelder
2016-12-26
1
-1
/
+11
|
|
\
|
|
*
Update change with tests and fixes for tests
Andrew Hoos
2016-11-30
1
-8
/
+9
|
|
*
Remove the unused import
Andrew Hoos
2016-11-29
1
-1
/
+0
[prev]
[next]