<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/requirements.txt, branch nedbat/python-dev</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Use requirements.pip files</title>
<updated>2015-08-29T13:19:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-29T13:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e42bf73f4619995ffdefca36a00c33a6d1f3aad8'/>
<id>e42bf73f4619995ffdefca36a00c33a6d1f3aad8</id>
<content type='text'>
--HG--
rename : doc/requirements.txt =&gt; doc/requirements.pip
rename : requirements.txt =&gt; requirements.pip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : doc/requirements.txt =&gt; doc/requirements.pip
rename : requirements.txt =&gt; requirements.pip
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin all the versions</title>
<updated>2015-08-29T13:11:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-29T13:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2af97b024fb776be760eff44c602549151055649'/>
<id>2af97b024fb776be760eff44c602549151055649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin dependencies for the next time I have to dig into the past</title>
<updated>2015-08-26T14:47:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-26T14:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=aeec2507cab7ce21ef21f5d56c4d6332aa210731'/>
<id>aeec2507cab7ce21ef21f5d56c4d6332aa210731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license mention to the top of all files. #313.</title>
<updated>2015-07-24T14:43:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-24T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b99fbf1ff6a06309ecf6cce8d6ae97dee5626784'/>
<id>b99fbf1ff6a06309ecf6cce8d6ae97dee5626784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Need pyenchant for pylint spell checking.</title>
<updated>2015-07-17T17:18:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-17T17:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=87380ac6a78f3744e188bc2685321dc2e5eae9e1'/>
<id>87380ac6a78f3744e188bc2685321dc2e5eae9e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better kitting, including wheels</title>
<updated>2015-07-16T13:20:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-16T13:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e3c2ac9a7fdd04c7b12984ed55c858789de5f4df'/>
<id>e3c2ac9a7fdd04c7b12984ed55c858789de5f4df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyContracts so we can declare/enforce parameter and return types.</title>
<updated>2015-05-17T22:36:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-05-17T22:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ca1a24ac46844ef83a7c1491659a1f36c8df37b1'/>
<id>ca1a24ac46844ef83a7c1491659a1f36c8df37b1</id>
<content type='text'>
This commit doesn't add any uses of PyContracts, but gets the machinery in
place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit doesn't add any uses of PyContracts, but gets the machinery in
place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tox 1.9 knows about Python 3.5</title>
<updated>2015-02-28T13:15:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-28T13:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=41622ffbd9b92cf2d572a3e1ea6f14308d0f3159'/>
<id>41622ffbd9b92cf2d572a3e1ea6f14308d0f3159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split the requirements file so we don't try to install pyenchant for running tests.</title>
<updated>2015-01-17T19:59:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-01-17T19:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a13742532a3a283f2e690256d38fe5c9ffcf2049'/>
<id>a13742532a3a283f2e690256d38fe5c9ffcf2049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tox factors to clean up tox.ini</title>
<updated>2015-01-03T17:05:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-01-03T17:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a9c79ea0f6826e6c7870a3e199a200a5276f499'/>
<id>9a9c79ea0f6826e6c7870a3e199a200a5276f499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
