<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/Makefile, branch subprocess_stream</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/trollius-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/'/>
<entry>
<title>Satisfy (most) pep8 whitespace requirements.</title>
<updated>2013-11-01T15:14:03+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-11-01T15:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=ae19e6de71b7777ff6a81d22399f77faa872d8eb'/>
<id>ae19e6de71b7777ff6a81d22399f77faa872d8eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes by Sonald Stufft to build pypi distros. Yay!</title>
<updated>2013-10-22T17:33:07+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-10-22T17:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=16a239f08fe854325b0d8c5a870998d34d4258d2'/>
<id>16a239f08fe854325b0d8c5a870998d34d4258d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'make coverage' command</title>
<updated>2013-09-04T09:30:15+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2013-09-04T09:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=518bbb8f1a3797b5deb2780fb4aaf77689d1d82e'/>
<id>518bbb8f1a3797b5deb2780fb4aaf77689d1d82e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor coverage support to allow collecting coverage for filtered tests only.</title>
<updated>2013-09-04T05:50:04+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2013-09-04T05:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=6c0676259d13d76501efd8aecdd49dece3014402'/>
<id>6c0676259d13d76501efd8aecdd49dece3014402</id>
<content type='text'>
For example now you can use 'python3 runtests.py --coverage queues_test'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example now you can use 'python3 runtests.py --coverage queues_test'
</pre>
</div>
</content>
</entry>
<entry>
<title>Make script docstrings and doc pointers for coverage consistent.</title>
<updated>2013-08-29T15:10:18+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-08-29T15:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=517e77c8f71410fff40b6e08083af6ca0db7d5e9'/>
<id>517e77c8f71410fff40b6e08083af6ca0db7d5e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default "make test" to non-verbose. Add vtest to force verbise.</title>
<updated>2013-05-16T01:16:57+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-05-16T01:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=16c3b01ab4b2f1b70d9a2ea9c14295ac16021fff'/>
<id>16c3b01ab4b2f1b70d9a2ea9c14295ac16021fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow V as alias for VERBOSE, e.g. "make V=0".</title>
<updated>2013-04-25T18:25:21+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-04-25T18:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=b31cf95d13b910a47f05950ee6963ec374312650'/>
<id>b31cf95d13b910a47f05950ee6963ec374312650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -v flag in Makefile. Add TODO to call_repeatedly().</title>
<updated>2013-03-23T20:25:23+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-03-23T20:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=d271236042b4eb088c10370a9e70cd6b3b6c85e1'/>
<id>d271236042b4eb088c10370a9e70cd6b3b6c85e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .rej files.</title>
<updated>2013-03-21T15:11:36+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-03-21T15:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=7c38661a83a52daafd968b943745836ffac93276'/>
<id>7c38661a83a52daafd968b943745836ffac93276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean deeper.</title>
<updated>2013-03-11T17:40:20+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2013-03-11T17:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=bf2a5154e3c4747320991e2e7c6e1c1e31bf9623'/>
<id>bf2a5154e3c4747320991e2e7c6e1c1e31bf9623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
