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
/
tests
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
Fix Windows support for multiprocessing monkey patch
Rodrigue Cloutier
2015-12-10
1
-4
/
+0
|
|
*
|
Support returning through a finally
Ned Batchelder
2016-01-02
1
-0
/
+15
|
|
*
|
Fix another test changed by better try-except measurement
Ned Batchelder
2016-01-02
1
-1
/
+1
|
|
*
|
Better exception support, include except-except arcs, and except-else
Ned Batchelder
2016-01-02
2
-19
/
+57
|
|
*
|
Coding declarations are a pain in the ass
Ned Batchelder
2016-01-02
1
-0
/
+9
|
|
*
|
Handle yield-from and await. All tests pass
Ned Batchelder
2016-01-02
1
-9
/
+11
|
|
*
|
Remove some async tests we aren't going to use
Ned Batchelder
2016-01-01
1
-97
/
+3
|
|
*
|
Clean up after making arcz_missing and arcz_unpredicted default to empty.
Ned Batchelder
2016-01-01
2
-63
/
+57
|
|
*
|
check_coverage now assumes empty missing and unpredicted, and uses branch always
Ned Batchelder
2016-01-01
3
-12
/
+35
|
|
*
|
Remove temporary ast_differs
Ned Batchelder
2016-01-01
2
-5
/
+0
|
|
*
|
test_arcs now passes for all Python versions
Ned Batchelder
2016-01-01
1
-1
/
+5
|
|
*
|
All test_arcs.py tests pass on py27 and py35
Ned Batchelder
2016-01-01
1
-5
/
+20
|
|
*
|
Support 'with'
Ned Batchelder
2016-01-01
1
-1
/
+1
|
|
*
|
Support classdef and some async keywords
Ned Batchelder
2015-12-31
1
-3
/
+5
|
|
*
|
Support exception arcs on py2, where the ast still has separate TryExcept ↵
Ned Batchelder
2015-12-31
1
-6
/
+2
|
|
|
|
|
|
|
|
and TryFinally nodes
*
|
Make other comprehensions work on py2 and py3
Ned Batchelder
2015-12-31
1
-1
/
+36
|
|
*
|
Exception tests pass on py3
Ned Batchelder
2015-12-31
2
-32
/
+49
|
|
*
|
Execution flows from the end of exception handlers to the finally
Ned Batchelder
2015-12-28
1
-2
/
+44
|
|
*
|
A start on try/except/finally
Ned Batchelder
2015-12-24
1
-0
/
+18
|
|
*
|
WIP: measure branches with ast instead of bytecode
Ned Batchelder
2015-12-24
2
-0
/
+179
|
/
*
Pragmas on decorators apply to the entire function or class. #131
Ned Batchelder
2015-11-28
1
-0
/
+49
|
*
Clean up PythonParser a bit.
Ned Batchelder
2015-11-28
1
-6
/
+5
|
*
Windows windows
Ned Batchelder
2015-11-22
1
-3
/
+3
|
*
Use a more forceful file name comparison, to make Windows tests pass.
Ned Batchelder
2015-11-22
1
-3
/
+5
|
*
XML <source> element properly reflects --source= option. #439
Ned Batchelder
2015-11-22
1
-0
/
+41
|
*
Extend import_local_file so I can use a file in another directory.
Ned Batchelder
2015-11-22
1
-6
/
+8
|
*
Cleanups for style, docs, etc from #438
Ned Batchelder
2015-11-14
1
-36
/
+23
|
*
Add a test of the changes for #438.
Ned Batchelder
2015-11-14
1
-0
/
+11
|
*
Merged PR 74, thanks Ben Finney
Ned Batchelder
2015-11-14
1
-18
/
+54
|
\
|
*
Replace ?coverage? command with actual Coverage.py command name.
Ben Finney
2015-10-28
1
-0
/
+12
|
|
|
*
Split and re-assemble command line for special handling command name.
Ben Finney
2015-10-28
1
-3
/
+9
|
|
|
*
Clarify ?CoverageTest.run_command? conditions and behaviour.
Ben Finney
2015-10-28
1
-10
/
+20
|
|
|
*
Make an equivalent to ?shlex.quote? available in Python < 3.3.
Ben Finney
2015-10-28
1
-0
/
+8
|
|
*
|
Another edge case of encoding detection. #443
Ned Batchelder
2015-11-14
1
-5
/
+13
|
|
*
|
Fix settrace(py_func). #436.
Ned Batchelder
2015-11-01
2
-2
/
+48
|
|
*
|
Window encodings?
Ned Batchelder
2015-11-01
1
-2
/
+3
|
|
*
|
Change the other snowman example to a simpler accented character
Ned Batchelder
2015-10-31
1
-9
/
+10
|
|
*
|
Try a different strategy for setting and testing output encodings
Ned Batchelder
2015-10-31
1
-2
/
+3
|
|
*
|
Merge
Ned Batchelder
2015-10-31
1
-1
/
+6
|
\
\
|
*
|
Account for no encoding at all...
Ned Batchelder
2015-10-25
1
-3
/
+5
|
|
|
|
*
|
Diagnostic for appveyor, part 2 of N
Ned Batchelder
2015-10-25
1
-1
/
+2
|
|
|
|
*
|
Diagnostic for appveyor
Ned Batchelder
2015-10-25
1
-1
/
+3
|
|
|
*
|
|
Fix the non-ascii filename tests on windows (?)
Ned Batchelder
2015-10-31
2
-25
/
+30
|
/
/
*
|
Set the PYTHONIOENCODING environment variable in an OS-neutral way.
Ned Batchelder
2015-10-25
1
-1
/
+3
|
|
*
|
Properly handle filenames with non-ASCII characters. #432
Ned Batchelder
2015-10-25
4
-2
/
+111
|
|
*
|
Do a better job decoding source files. #431
Ned Batchelder
2015-10-16
2
-2
/
+12
|
/
*
Fix explicit imports of __init__. #410
Ned Batchelder
2015-10-13
3
-5
/
+11
|
*
--skip-covered shouldn't change the final result. #423.
Ned Batchelder
2015-10-10
2
-9
/
+19
|
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-0
/
+36
|
*
Combining now issues warnings on unreadable files, unconditionally
Ned Batchelder
2015-10-04
4
-30
/
+8
|
[prev]
[next]