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
/
test_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make version checking more uniform
Ned Batchelder
2018-06-13
1
-1
/
+1
*
Adapt to a recent 3.7 change in how functions with only docstrings get line-n...
Ned Batchelder
2018-06-13
1
-2
/
+8
*
Undo some 3.7b4 ast tweaks
Ned Batchelder
2018-06-02
1
-5
/
+1
*
No more support for 2.6 or 3.3
Ned Batchelder
2018-05-05
1
-4
/
+0
*
Properly handle empty decorated functions in 3.7. #640
Ned Batchelder
2018-02-09
1
-0
/
+17
*
Python 3.7 no longer includes class docstrings in the lnotab table
Ned Batchelder
2017-10-05
1
-4
/
+6
*
More-precise no-coverage pragmas
Ned Batchelder
2017-01-19
1
-1
/
+1
*
Properly handle if-statements optimized away. #522
Ned Batchelder
2017-01-16
1
-1
/
+1
*
More pragmas for test skips
Ned Batchelder
2017-01-14
1
-1
/
+1
*
Use standard skipTest, which unittest-mixins will override.
Ned Batchelder
2016-06-12
1
-1
/
+1
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
1
-5
/
+5
*
Better branch-missed messages for lambdas.
Ned Batchelder
2016-02-25
1
-0
/
+14
*
Pick off some lint
Ned Batchelder
2016-02-15
1
-1
/
+2
*
Add missing branch explanations for while-loop
Ned Batchelder
2016-02-15
1
-1
/
+14
*
Skip a test on 2.6
Ned Batchelder
2016-02-15
1
-0
/
+4
*
More missing-branch descriptions
Ned Batchelder
2016-02-15
1
-1
/
+12
*
More work on better missing branch descriptions
Ned Batchelder
2016-02-14
1
-4
/
+34
*
Make these tests just a little easier to write
Ned Batchelder
2016-02-13
1
-9
/
+9
*
Add missing branch descriptions for handling exceptions
Ned Batchelder
2016-02-13
1
-0
/
+20
*
More work on the better missed-branch messages
Ned Batchelder
2016-02-13
1
-0
/
+28
*
More progress on better missed-branch descriptions
Ned Batchelder
2016-02-13
1
-0
/
+5
*
Fix a type error in a new test
Ned Batchelder
2016-02-11
1
-1
/
+1
*
missing_arc_description is better than arc_destination_description. One test ...
Ned Batchelder
2016-02-08
1
-0
/
+32
*
Class docstrings shouldn't be considered executable. Not sure what happened ...
Ned Batchelder
2016-01-11
1
-3
/
+3
*
Class docstrings are executable.
Ned Batchelder
2016-01-10
1
-3
/
+3
*
Merge in the default branch
Ned Batchelder
2016-01-02
1
-1
/
+1
|
\
|
*
if 0: might not do what we want, use a non-constant
Ned Batchelder
2015-12-24
1
-1
/
+1
*
|
Fix another test changed by better try-except measurement
Ned Batchelder
2016-01-02
1
-1
/
+1
|
/
*
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
*
Correct the handling of IndentationError and TokenError
Ned Batchelder
2015-08-09
1
-0
/
+20
*
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Ned Batchelder
2015-07-27
1
-2
/
+2
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Clean up some pylint
Ned Batchelder
2015-07-03
1
-0
/
+1
*
Files with incorrect encoding declarations are no longer ignored. #351
Ned Batchelder
2015-05-17
1
-1
/
+5
*
All Python source is Unicode internally.
Ned Batchelder
2015-05-17
1
-0
/
+5
*
Fix branch coverage for yield statements. #308 #324
Ned Batchelder
2015-04-20
1
-2
/
+4
*
Tweaks to Mickie's changes.
Ned Batchelder
2015-04-18
1
-2
/
+3
*
Including generator yield statements when doing end of code calculations issu...
Mickie Betz
2015-04-14
1
-0
/
+13
*
Don't be confused by files with missing final newlines. #293
Ned Batchelder
2014-11-29
1
-2
/
+30
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
1
-2
/
+2
*
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-27
/
+27
*
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-2
/
+2
*
Directory changed: test->tests. Adapt.
Ned Batchelder
2013-02-02
1
-1
/
+1
*
Move the test directory to tests to avoid conflicts with the stdlib test pack...
Ned Batchelder
2013-02-02
1
-0
/
+131