summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.rst12
-rw-r--r--doc/conf.py4
-rw-r--r--doc/index.rst3
-rw-r--r--doc/install.rst5
-rw-r--r--doc/sample_html/cogapp___init__.html2
-rw-r--r--doc/sample_html/cogapp___main__.html2
-rw-r--r--doc/sample_html/cogapp_backward.html2
-rw-r--r--doc/sample_html/cogapp_cogapp.html2
-rw-r--r--doc/sample_html/cogapp_makefiles.html2
-rw-r--r--doc/sample_html/cogapp_test_cogapp.html2
-rw-r--r--doc/sample_html/cogapp_test_makefiles.html2
-rw-r--r--doc/sample_html/cogapp_test_whiteutils.html2
-rw-r--r--doc/sample_html/cogapp_whiteutils.html2
-rw-r--r--doc/sample_html/index.html2
-rw-r--r--doc/sample_html/status.dat16
15 files changed, 37 insertions, 23 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index f87bb91..3ddf889 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -26,6 +26,7 @@ Major change history for coverage.py
:history: 20121223T180600, updated for 3.6b2.
:history: 20130105T173500, updated for 3.6
:history: 20131005T205700, updated for 3.7
+:history: 20131212T213100, updated for 3.7.1
These are the major changes for coverage.py. For a more complete change
@@ -34,6 +35,17 @@ history, see the `CHANGES.txt`_ file in the source tree.
.. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt
+.. _changes_371:
+
+Version 3.7.1 --- 13 December 2013
+----------------------------------
+
+- Improved the speed of HTML report generation by about 20%.
+
+- Fixed the mechanism for finding OS-installed static files for the HTML report
+ so that it will actually find OS-installed static files.
+
+
.. _changes_37:
Version 3.7 --- 6 October 2013
diff --git a/doc/conf.py b/doc/conf.py
index 052bd8e..41a00e3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -47,9 +47,9 @@ copyright = u'2009\N{EN DASH}2013, Ned Batchelder'
# built documents.
#
# The short X.Y version.
-version = '3.7'
+version = '3.7.1'
# The full version, including alpha/beta/rc tags.
-release = '3.7'
+release = '3.7.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/index.rst b/doc/index.rst
index 657e3d3..3a0d930 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -30,6 +30,7 @@ coverage.py
:history: 20121229T112300, Updated for 3.6b3.
:history: 20130105T174000, Updated for 3.6
:history: 20131005T210000, Updated for 3.7
+:history: 20131212T213300, Updated for 3.7.1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -42,7 +43,7 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 3.7, released 6 October 2013.
+ The latest version is coverage.py 3.7.1, released 13 December 2013.
It is supported on Python versions 2.3 through 3.4, and PyPy 2.1.
.. ifconfig:: prerelease
diff --git a/doc/install.rst b/doc/install.rst
index 2e807fa..bc8097a 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -19,6 +19,7 @@ Installation
:history: 20121229T112400, updated for 3.6b3.
:history: 20130105T174400, updated for 3.6.
:history: 20131005T210600, updated for 3.7.
+:history: 20131212T213500, updated for 3.7.1.
.. highlight:: console
@@ -74,9 +75,9 @@ If all went well, you should be able to open a command prompt, and see coverage
installed properly::
$ coverage --version
- Coverage.py, version 3.7. http://nedbatchelder.com/code/coverage
+ Coverage.py, version 3.7.1. http://nedbatchelder.com/code/coverage
You can also invoke coverage as a module::
$ python -m coverage --version
- Coverage.py, version 3.7. http://nedbatchelder.com/code/coverage
+ Coverage.py, version 3.7.1. http://nedbatchelder.com/code/coverage
diff --git a/doc/sample_html/cogapp___init__.html b/doc/sample_html/cogapp___init__.html
index 3e02038..1199d7b 100644
--- a/doc/sample_html/cogapp___init__.html
+++ b/doc/sample_html/cogapp___init__.html
@@ -93,7 +93,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp___main__.html b/doc/sample_html/cogapp___main__.html
index 3f9c06d..23c3d5e 100644
--- a/doc/sample_html/cogapp___main__.html
+++ b/doc/sample_html/cogapp___main__.html
@@ -85,7 +85,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_backward.html b/doc/sample_html/cogapp_backward.html
index 1132204..0ab8e96 100644
--- a/doc/sample_html/cogapp_backward.html
+++ b/doc/sample_html/cogapp_backward.html
@@ -139,7 +139,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_cogapp.html b/doc/sample_html/cogapp_cogapp.html
index 6167ebe..bfac946 100644
--- a/doc/sample_html/cogapp_cogapp.html
+++ b/doc/sample_html/cogapp_cogapp.html
@@ -1541,7 +1541,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_makefiles.html b/doc/sample_html/cogapp_makefiles.html
index c1211a6..62bde7a 100644
--- a/doc/sample_html/cogapp_makefiles.html
+++ b/doc/sample_html/cogapp_makefiles.html
@@ -201,7 +201,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_test_cogapp.html b/doc/sample_html/cogapp_test_cogapp.html
index e96d7a9..3c6696a 100644
--- a/doc/sample_html/cogapp_test_cogapp.html
+++ b/doc/sample_html/cogapp_test_cogapp.html
@@ -4151,7 +4151,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_test_makefiles.html b/doc/sample_html/cogapp_test_makefiles.html
index c05160f..bb9ef2e 100644
--- a/doc/sample_html/cogapp_test_makefiles.html
+++ b/doc/sample_html/cogapp_test_makefiles.html
@@ -261,7 +261,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_test_whiteutils.html b/doc/sample_html/cogapp_test_whiteutils.html
index 307bc9c..ffc7b88 100644
--- a/doc/sample_html/cogapp_test_whiteutils.html
+++ b/doc/sample_html/cogapp_test_whiteutils.html
@@ -281,7 +281,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/cogapp_whiteutils.html b/doc/sample_html/cogapp_whiteutils.html
index 210c327..c262ff9 100644
--- a/doc/sample_html/cogapp_whiteutils.html
+++ b/doc/sample_html/cogapp_whiteutils.html
@@ -217,7 +217,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html
index 76c8b65..336868b 100644
--- a/doc/sample_html/index.html
+++ b/doc/sample_html/index.html
@@ -189,7 +189,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
diff --git a/doc/sample_html/status.dat b/doc/sample_html/status.dat
index 6928ddf..53fb652 100644
--- a/doc/sample_html/status.dat
+++ b/doc/sample_html/status.dat
@@ -52,7 +52,7 @@ p24
I2
sbssS'hash'
p25
-S'Mg\x80>V\xccq\x0c\x8d\x95.\xda\xc5F\x9f@'
+S'\xaa\xeae\xeaG{\xcf\xde\xe3\xc8;.$\x1f\xb5,'
p26
ssS'cogapp_whiteutils'
p27
@@ -86,7 +86,7 @@ I3
sg24
I3
sbssg25
-S'#)\xee\xe5\xbb\x8c\x8f\xf9g\xaf\t\xc2r\x08sp'
+S'o\xfd\x0e+s2="\xb2\x1c\xd6\xa1\xee\x85\x85\xda'
p34
ssS'cogapp_test_makefiles'
p35
@@ -154,7 +154,7 @@ I20
sg24
I14
sbssg25
-S'\x07\x13Op\x19\t\xfb)\x1b\xac\xbe\xff ~\xcb\xd0'
+S'p/\xc29Y\x0b\x02\x8a\x9eO\xbf\x89r\xa86\xf2'
p50
ssS'cogapp_backward'
p51
@@ -188,7 +188,7 @@ I12
sg24
I1
sbssg25
-S'-wq\x1br\xbd\xe0w\xce\xa3\x83a\x9a\x1d\x80^'
+S'\x91\x17\x7f\x8b\x0c\x83"6\rG\xd6gERX\xe5'
p58
ssS'cogapp___main__'
p59
@@ -290,7 +290,7 @@ I180
sg24
I104
sbssg25
-S'\xc3\xb9\xed\xa9\xe7\xf8\x87\xabv\x8a\rO\xb7nB\x0c'
+S'\xbbX\x05\x95\xff\xe5\xebOd\x9d\xc2\x8c\x98\xe16\xc3'
p82
ssS'cogapp___init__'
p83
@@ -324,15 +324,15 @@ I0
sg24
I0
sbssg25
-S't\xfe\x8e\x84\x9f\xb2\xed\x06\xb8Co\xe50\x90\x10\xd2'
+S'\x99*\x0e\\\x10\x11O\x06WG/gJ\x83\xdd\x99'
p90
sssS'version'
p91
-S'3.7'
+S'3.7.1'
p92
sS'settings'
p93
-S'\xa3rd\x80\x8f\xb5t?p5\x04R\x18\x85\xda\x82'
+S'\x98\xa8x\xfe"r\xb5K\x98\xb1N\\\x99\x9e\xf3\xe5'
p94
sS'format'
p95