Imported Upstream version 3.6 upstream upstream/3.6
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Wed, 6 Mar 2013 19:08:23 +0000 (11:08 -0800)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Wed, 6 Mar 2013 19:08:23 +0000 (11:08 -0800)
commit81a8e17dc84157f7b4d9e312b8d72cf1ea88eb37
tree3a2804e4c855f59c74f97e6f8d4cb9e1e05fcb52
Imported Upstream version 3.6
239 files changed:
AUTHORS.txt [new file with mode: 0644]
CHANGES.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.txt [new file with mode: 0644]
coverage.egg-info/PKG-INFO [new file with mode: 0644]
coverage.egg-info/SOURCES.txt [new file with mode: 0644]
coverage.egg-info/dependency_links.txt [new file with mode: 0644]
coverage.egg-info/entry_points.txt [new file with mode: 0644]
coverage.egg-info/not-zip-safe [new file with mode: 0644]
coverage.egg-info/top_level.txt [new file with mode: 0644]
coverage/__init__.py [new file with mode: 0644]
coverage/__main__.py [new file with mode: 0644]
coverage/annotate.py [new file with mode: 0644]
coverage/backward.py [new file with mode: 0644]
coverage/bytecode.py [new file with mode: 0644]
coverage/cmdline.py [new file with mode: 0644]
coverage/codeunit.py [new file with mode: 0644]
coverage/collector.py [new file with mode: 0644]
coverage/config.py [new file with mode: 0644]
coverage/control.py [new file with mode: 0644]
coverage/data.py [new file with mode: 0644]
coverage/execfile.py [new file with mode: 0644]
coverage/files.py [new file with mode: 0644]
coverage/fullcoverage/encodings.py [new file with mode: 0644]
coverage/html.py [new file with mode: 0644]
coverage/htmlfiles/coverage_html.js [new file with mode: 0644]
coverage/htmlfiles/index.html [new file with mode: 0644]
coverage/htmlfiles/jquery-1.4.3.min.js [new file with mode: 0644]
coverage/htmlfiles/jquery.hotkeys.js [new file with mode: 0644]
coverage/htmlfiles/jquery.isonscreen.js [new file with mode: 0644]
coverage/htmlfiles/jquery.tablesorter.min.js [new file with mode: 0644]
coverage/htmlfiles/keybd_closed.png [new file with mode: 0644]
coverage/htmlfiles/keybd_open.png [new file with mode: 0644]
coverage/htmlfiles/pyfile.html [new file with mode: 0644]
coverage/htmlfiles/style.css [new file with mode: 0644]
coverage/misc.py [new file with mode: 0644]
coverage/parser.py [new file with mode: 0644]
coverage/phystokens.py [new file with mode: 0644]
coverage/report.py [new file with mode: 0644]
coverage/results.py [new file with mode: 0644]
coverage/summary.py [new file with mode: 0644]
coverage/templite.py [new file with mode: 0644]
coverage/tracer.c [new file with mode: 0644]
coverage/version.py [new file with mode: 0644]
coverage/xmlreport.py [new file with mode: 0644]
doc/api.rst [new file with mode: 0644]
doc/branch.rst [new file with mode: 0644]
doc/changes.rst [new file with mode: 0644]
doc/cmd.rst [new file with mode: 0644]
doc/config.rst [new file with mode: 0644]
doc/contributing.rst [new file with mode: 0644]
doc/excluding.rst [new file with mode: 0644]
doc/faq.rst [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]
doc/install.rst [new file with mode: 0644]
doc/source.rst [new file with mode: 0644]
doc/subprocess.rst [new file with mode: 0644]
doc/trouble.rst [new file with mode: 0644]
igor.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
test/__init__.py [new file with mode: 0644]
test/backtest.py [new file with mode: 0644]
test/backunittest.py [new file with mode: 0644]
test/coveragetest.py [new file with mode: 0644]
test/covmodzip1.py [new file with mode: 0644]
test/eggsrc/egg1/__init__.py [new file with mode: 0644]
test/eggsrc/egg1/egg1.py [new file with mode: 0644]
test/eggsrc/setup.py [new file with mode: 0644]
test/farm/annotate/annotate_dir.py [new file with mode: 0644]
test/farm/annotate/gold/white.py,cover [new file with mode: 0644]
test/farm/annotate/gold_anno_dir/a___init__.py,cover [new file with mode: 0644]
test/farm/annotate/gold_anno_dir/a_a.py,cover [new file with mode: 0644]
test/farm/annotate/gold_anno_dir/b___init__.py,cover [new file with mode: 0644]
test/farm/annotate/gold_anno_dir/b_b.py,cover [new file with mode: 0644]
test/farm/annotate/gold_anno_dir/multi.py,cover [new file with mode: 0644]
test/farm/annotate/gold_multi/a/__init__.py,cover [new file with mode: 0644]
test/farm/annotate/gold_multi/a/a.py,cover [new file with mode: 0644]
test/farm/annotate/gold_multi/b/__init__.py,cover [new file with mode: 0644]
test/farm/annotate/gold_multi/b/b.py,cover [new file with mode: 0644]
test/farm/annotate/gold_multi/multi.py,cover [new file with mode: 0644]
test/farm/annotate/gold_v24/white.py,cover [new file with mode: 0644]
test/farm/annotate/run.py [new file with mode: 0644]
test/farm/annotate/run_multi.py [new file with mode: 0644]
test/farm/annotate/src/a/__init__.py [new file with mode: 0644]
test/farm/annotate/src/a/a.py [new file with mode: 0644]
test/farm/annotate/src/b/__init__.py [new file with mode: 0644]
test/farm/annotate/src/b/b.py [new file with mode: 0644]
test/farm/annotate/src/multi.py [new file with mode: 0644]
test/farm/annotate/src/white.py [new file with mode: 0644]
test/farm/html/gold_a/a.html [new file with mode: 0644]
test/farm/html/gold_a/index.html [new file with mode: 0644]
test/farm/html/gold_b_branch/b.html [new file with mode: 0644]
test/farm/html/gold_b_branch/index.html [new file with mode: 0644]
test/farm/html/gold_bom/bom.html [new file with mode: 0644]
test/farm/html/gold_bom/index.html [new file with mode: 0644]
test/farm/html/gold_isolatin1/index.html [new file with mode: 0644]
test/farm/html/gold_isolatin1/isolatin1.html [new file with mode: 0644]
test/farm/html/gold_omit_1/index.html [new file with mode: 0644]
test/farm/html/gold_omit_1/m1.html [new file with mode: 0644]
test/farm/html/gold_omit_1/m2.html [new file with mode: 0644]
test/farm/html/gold_omit_1/m3.html [new file with mode: 0644]
test/farm/html/gold_omit_1/main.html [new file with mode: 0644]
test/farm/html/gold_omit_2/index.html [new file with mode: 0644]
test/farm/html/gold_omit_2/m2.html [new file with mode: 0644]
test/farm/html/gold_omit_2/m3.html [new file with mode: 0644]
test/farm/html/gold_omit_2/main.html [new file with mode: 0644]
test/farm/html/gold_omit_3/index.html [new file with mode: 0644]
test/farm/html/gold_omit_3/m3.html [new file with mode: 0644]
test/farm/html/gold_omit_3/main.html [new file with mode: 0644]
test/farm/html/gold_omit_4/index.html [new file with mode: 0644]
test/farm/html/gold_omit_4/m1.html [new file with mode: 0644]
test/farm/html/gold_omit_4/m3.html [new file with mode: 0644]
test/farm/html/gold_omit_4/main.html [new file with mode: 0644]
test/farm/html/gold_omit_5/index.html [new file with mode: 0644]
test/farm/html/gold_omit_5/m1.html [new file with mode: 0644]
test/farm/html/gold_omit_5/main.html [new file with mode: 0644]
test/farm/html/gold_other/blah_blah_other.html [new file with mode: 0644]
test/farm/html/gold_other/here.html [new file with mode: 0644]
test/farm/html/gold_other/index.html [new file with mode: 0644]
test/farm/html/gold_partial/index.html [new file with mode: 0644]
test/farm/html/gold_partial/partial.html [new file with mode: 0644]
test/farm/html/gold_styled/a.html [new file with mode: 0644]
test/farm/html/gold_styled/extra.css [new file with mode: 0644]
test/farm/html/gold_styled/index.html [new file with mode: 0644]
test/farm/html/gold_styled/style.css [new file with mode: 0644]
test/farm/html/gold_unicode/index.html [new file with mode: 0644]
test/farm/html/gold_unicode/unicode.html [new file with mode: 0644]
test/farm/html/gold_x_xml/coverage.xml [new file with mode: 0644]
test/farm/html/gold_y_xml_branch/coverage.xml [new file with mode: 0644]
test/farm/html/othersrc/other.py [new file with mode: 0644]
test/farm/html/run_a.py [new file with mode: 0644]
test/farm/html/run_a_xml_1.py [new file with mode: 0644]
test/farm/html/run_a_xml_2.py [new file with mode: 0644]
test/farm/html/run_b_branch.py [new file with mode: 0644]
test/farm/html/run_bom.py [new file with mode: 0644]
test/farm/html/run_isolatin1.py [new file with mode: 0644]
test/farm/html/run_omit_1.py [new file with mode: 0644]
test/farm/html/run_omit_2.py [new file with mode: 0644]
test/farm/html/run_omit_3.py [new file with mode: 0644]
test/farm/html/run_omit_4.py [new file with mode: 0644]
test/farm/html/run_omit_5.py [new file with mode: 0644]
test/farm/html/run_other.py [new file with mode: 0644]
test/farm/html/run_partial.py [new file with mode: 0644]
test/farm/html/run_styled.py [new file with mode: 0644]
test/farm/html/run_tabbed.py [new file with mode: 0644]
test/farm/html/run_unicode.py [new file with mode: 0644]
test/farm/html/run_y_xml_branch.py [new file with mode: 0644]
test/farm/html/src/a.py [new file with mode: 0644]
test/farm/html/src/b.py [new file with mode: 0644]
test/farm/html/src/bom.py [new file with mode: 0644]
test/farm/html/src/coverage.xml [new file with mode: 0644]
test/farm/html/src/extra.css [new file with mode: 0644]
test/farm/html/src/here.py [new file with mode: 0644]
test/farm/html/src/isolatin1.py [new file with mode: 0644]
test/farm/html/src/m1.py [new file with mode: 0644]
test/farm/html/src/m2.py [new file with mode: 0644]
test/farm/html/src/m3.py [new file with mode: 0644]
test/farm/html/src/main.py [new file with mode: 0644]
test/farm/html/src/omit4.ini [new file with mode: 0644]
test/farm/html/src/omit5.ini [new file with mode: 0644]
test/farm/html/src/partial.py [new file with mode: 0644]
test/farm/html/src/run_a_xml_2.ini [new file with mode: 0644]
test/farm/html/src/tabbed.py [new file with mode: 0644]
test/farm/html/src/unicode.py [new file with mode: 0644]
test/farm/html/src/y.py [new file with mode: 0644]
test/farm/run/run_chdir.py [new file with mode: 0644]
test/farm/run/run_timid.py [new file with mode: 0644]
test/farm/run/run_xxx.py [new file with mode: 0644]
test/farm/run/src/chdir.py [new file with mode: 0644]
test/farm/run/src/showtrace.py [new file with mode: 0644]
test/farm/run/src/subdir/placeholder [new file with mode: 0644]
test/farm/run/src/xxx [new file with mode: 0644]
test/js/index.html [new file with mode: 0644]
test/js/tests.js [new file with mode: 0644]
test/modules/aa/__init__.py [new file with mode: 0644]
test/modules/aa/afile.odd.py [new file with mode: 0644]
test/modules/aa/afile.py [new file with mode: 0644]
test/modules/aa/bb.odd/bfile.py [new file with mode: 0644]
test/modules/aa/bb/__init__.py [new file with mode: 0644]
test/modules/aa/bb/bfile.odd.py [new file with mode: 0644]
test/modules/aa/bb/bfile.py [new file with mode: 0644]
test/modules/aa/bb/cc/__init__.py [new file with mode: 0644]
test/modules/aa/bb/cc/cfile.py [new file with mode: 0644]
test/modules/aa/zfile.py [new file with mode: 0644]
test/modules/covmod1.py [new file with mode: 0644]
test/modules/pkg1/__init__.py [new file with mode: 0644]
test/modules/pkg1/__main__.py [new file with mode: 0644]
test/modules/pkg1/p1a.py [new file with mode: 0644]
test/modules/pkg1/p1b.py [new file with mode: 0644]
test/modules/pkg1/p1c.py [new file with mode: 0644]
test/modules/pkg1/runmod2.py [new file with mode: 0644]
test/modules/pkg1/sub/__init__.py [new file with mode: 0644]
test/modules/pkg1/sub/__main__.py [new file with mode: 0644]
test/modules/pkg1/sub/ps1a.py [new file with mode: 0644]
test/modules/pkg1/sub/runmod3.py [new file with mode: 0644]
test/modules/pkg2/__init__.py [new file with mode: 0644]
test/modules/pkg2/p2a.py [new file with mode: 0644]
test/modules/pkg2/p2b.py [new file with mode: 0644]
test/modules/runmod1.py [new file with mode: 0644]
test/modules/usepkgs.py [new file with mode: 0644]
test/moremodules/othermods/__init__.py [new file with mode: 0644]
test/moremodules/othermods/othera.py [new file with mode: 0644]
test/moremodules/othermods/otherb.py [new file with mode: 0644]
test/moremodules/othermods/sub/__init__.py [new file with mode: 0644]
test/moremodules/othermods/sub/osa.py [new file with mode: 0644]
test/moremodules/othermods/sub/osb.py [new file with mode: 0644]
test/osinfo.py [new file with mode: 0644]
test/qunit/jquery.tmpl.min.js [new file with mode: 0644]
test/qunit/qunit.css [new file with mode: 0644]
test/qunit/qunit.js [new file with mode: 0644]
test/stress_phystoken.tok [new file with mode: 0644]
test/stress_phystoken_dos.tok [new file with mode: 0644]
test/test_api.py [new file with mode: 0644]
test/test_arcs.py [new file with mode: 0644]
test/test_cmdline.py [new file with mode: 0644]
test/test_codeunit.py [new file with mode: 0644]
test/test_config.py [new file with mode: 0644]
test/test_coverage.py [new file with mode: 0644]
test/test_data.py [new file with mode: 0644]
test/test_execfile.py [new file with mode: 0644]
test/test_farm.py [new file with mode: 0644]
test/test_files.py [new file with mode: 0644]
test/test_html.py [new file with mode: 0644]
test/test_misc.py [new file with mode: 0644]
test/test_oddball.py [new file with mode: 0644]
test/test_parser.py [new file with mode: 0644]
test/test_phystokens.py [new file with mode: 0644]
test/test_process.py [new file with mode: 0644]
test/test_results.py [new file with mode: 0644]
test/test_summary.py [new file with mode: 0644]
test/test_templite.py [new file with mode: 0644]
test/test_testing.py [new file with mode: 0644]
test/test_xml.py [new file with mode: 0644]
test/try_execfile.py [new file with mode: 0644]
test_old.sh [new file with mode: 0644]
tox.ini [new file with mode: 0644]