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
/
lab
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Python 3.7 tweaked the layout of .pyc files
Ned Batchelder
2018-01-10
1
-7
/
+18
|
*
Just a toy
Ned Batchelder
2017-08-19
1
-3
/
+10
|
*
Include the dtd for our reference
Ned Batchelder
2017-04-04
1
-0
/
+60
|
*
This file was a performance test of sorts
Ned Batchelder
2016-11-19
1
-56
/
+0
|
*
Python 3.3 added a long to the .pyc format.
Ned Batchelder
2016-11-09
1
-0
/
+4
|
*
A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21
Ned Batchelder
2016-10-22
1
-0
/
+1
|
*
Built-in support for using aspectlib to debug execution.
Ned Batchelder
2016-08-06
1
-14
/
+0
|
*
An example of using aspectlib to debug how people are calling coverage
Ned Batchelder
2016-06-12
1
-0
/
+14
|
*
This isn't used, but I liked it
Ned Batchelder
2016-06-12
1
-0
/
+256
|
*
Some plus_one lines were missing when drawing arcs
Ned Batchelder
2016-02-25
1
-1
/
+1
|
*
Helper to parse a lot of files to test the parser
Ned Batchelder
2016-02-13
1
-0
/
+19
|
*
Update the sketch of the data format
Ned Batchelder
2016-01-25
1
-10
/
+11
|
*
Fix lab/parser.py, which wasn't showing enough arcs
Ned Batchelder
2016-01-10
1
-0
/
+1
|
*
Funcdecfs went away
Ned Batchelder
2016-01-09
1
-2
/
+0
|
*
Update lab/parser.py for the bytecode-less world
Ned Batchelder
2016-01-09
1
-42
/
+19
|
*
When extracting snippets, also need to undo backslashing
Ned Batchelder
2016-01-07
1
-2
/
+3
|
*
Make lab/parser.py usable on snippets within larger Python files.
Ned Batchelder
2016-01-07
1
-3
/
+19
|
*
Bytecode not byte code
Ned Batchelder
2016-01-07
2
-4
/
+4
|
*
lab/parser.py shows arcs more usefully
Ned Batchelder
2016-01-04
1
-12
/
+21
|
|
|
|
|
|
One-plus lines (that just go to the next line) now show + Raw statements (-) and official statements (=) don't collide.
*
WIP: measure branches with ast instead of bytecode
Ned Batchelder
2015-12-24
1
-10
/
+15
|
*
More compact arcs in lab/parser.py
Ned Batchelder
2015-11-29
1
-13
/
+35
|
*
Pragmas on decorators apply to the entire function or class. #131
Ned Batchelder
2015-11-28
1
-1
/
+3
|
*
Clean up PythonParser a bit.
Ned Batchelder
2015-11-28
1
-11
/
+8
|
*
A test program assessing performance for issue #397
Ned Batchelder
2015-11-01
1
-0
/
+56
|
*
Toss unneeded stuff
Ned Batchelder
2015-11-01
1
-54
/
+0
|
*
Oops, hex in py3.5 wasn't quite right
Ned Batchelder
2015-11-01
1
-2
/
+2
|
*
Number the constants, and interpret the flags
Ned Batchelder
2015-11-01
1
-7
/
+37
|
*
Make show_pyc runnable on Python 3
Ned Batchelder
2015-11-01
1
-22
/
+29
|
*
Python 2.6 str.format does not support unindexed parameters
John Vandenberg
2015-10-19
1
-2
/
+2
|
*
Helpful thing for seeing what platform.* gives me
Ned Batchelder
2015-08-27
1
-0
/
+16
|
*
Remove obsolete notes
Ned Batchelder
2015-08-26
1
-36
/
+0
|
*
Helper
Ned Batchelder
2015-07-26
1
-0
/
+26
|
*
Use more specific names than 'plugins', since there will be more of them in ↵
Ned Batchelder
2015-07-24
1
-6
/
+22
|
|
|
|
the future.
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
6
-122
/
+15
|
*
Sketch of eventual data format.
Ned Batchelder
2015-07-18
1
-0
/
+58
|
*
Merge issue-324 fix
Ned Batchelder
2015-04-20
4
-71
/
+41
|
\
|
*
Make this lab program more useful for examining how trace functions work.
Ned Batchelder
2015-04-20
3
-62
/
+32
|
|
|
*
Modernize the implementation of ascii-art arcs in lab/parser.py
Ned Batchelder
2015-04-18
1
-7
/
+7
|
|
|
*
Fix lab/parser.py so we can use it to debug generators.
Ned Batchelder
2015-04-18
1
-2
/
+2
|
|
*
|
Remove every last trace of CodeUnit, and bring me a glass of vodka
Ned Batchelder
2015-02-22
1
-1
/
+1
|
|
*
|
Properly handle crazy-long code objects. #359
Ned Batchelder
2015-02-17
1
-1
/
+1
|
/
*
The DTD for cobertura, for reference
Ned Batchelder
2015-01-19
1
-0
/
+55
|
*
Unify and clarify reading Python source. Probably broke .pyw files
Ned Batchelder
2014-12-26
1
-1
/
+3
|
*
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-2
/
+2
|
*
Counting of opcodes in disassembled code (for akaptur's question)
Ned Batchelder
2014-03-01
1
-3
/
+21
|
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
1
-10
/
+10
|
\
|
*
Remove trailing whitespace, and a 'he'.
Ned Batchelder
2013-12-01
1
-10
/
+10
|
|
*
|
enumerate has a start parameter!
Ned Batchelder
2013-10-23
1
-2
/
+1
|
|
*
|
Fix the parser tool so I can see just annotated source files.
Ned Batchelder
2013-10-22
1
-6
/
+5
|
|
*
|
Except clause can now use 'as', no need for lots of sys.exc_info
Ned Batchelder
2013-10-20
1
-2
/
+1
|
/
[next]