<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests, 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>Merge with default</title>
<updated>2014-01-31T22:12:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-31T22:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=a97b38034879de69d9d961b3d703b1430b40f429'/>
<id>a97b38034879de69d9d961b3d703b1430b40f429</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy a bunch of fixes by Victor for the Proactor event loop from the CPython repo.</title>
<updated>2014-01-31T21:19:24+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2014-01-31T21:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=6dd8d720a3399f8ab9079571a55d5b706ab073f3'/>
<id>6dd8d720a3399f8ab9079571a55d5b706ab073f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge default -&gt; subprocess_stream: whitespace cleanup, set_exception(&lt;class&gt;) fix, setup.cfg.</title>
<updated>2014-01-30T23:50:42+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2014-01-30T23:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=c38d21411ccc64a63cf0d4a1a1c32f6b229bd9e2'/>
<id>c38d21411ccc64a63cf0d4a1a1c32f6b229bd9e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize whitespace (use "make pep8" to verify).</title>
<updated>2014-01-30T17:55:28+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2014-01-30T17:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=7d17abe2b5e50235deed761a329e6dcbeaff774d'/>
<id>7d17abe2b5e50235deed761a329e6dcbeaff774d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit tests</title>
<updated>2014-01-30T14:17:22+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-30T14:17:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=731e0b21e98cd1771972ebf93ec08cdc5590fa8a'/>
<id>731e0b21e98cd1771972ebf93ec08cdc5590fa8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Future.set_exception(exc) now instanciate exc if it is a class</title>
<updated>2014-01-30T17:54:07+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-30T17:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=301221b3fe2bd407cd0dca2a0f497cdb73db63a1'/>
<id>301221b3fe2bd407cd0dca2a0f497cdb73db63a1</id>
<content type='text'>
For example, Future.set_exception(RuntimeError) is now allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, Future.set_exception(RuntimeError) is now allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>"sleep 1" is not a valid shell command on Windows</title>
<updated>2014-01-30T14:06:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-30T14:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=0cbbea5fe2a1c9cb3c882a0e481903603c6f11f7'/>
<id>0cbbea5fe2a1c9cb3c882a0e481903603c6f11f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with default</title>
<updated>2014-01-30T09:49:51+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-30T09:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=680c9519febe2669e3df0babf44ddad72bb47cfb'/>
<id>680c9519febe2669e3df0babf44ddad72bb47cfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _UnixWritePipeTransport: raise BrokenPipeError when the pipe is closed</title>
<updated>2014-01-30T00:01:21+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-30T00:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=babd11ca187bd14663af0a770386201a2dce9875'/>
<id>babd11ca187bd14663af0a770386201a2dce9875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_subprocess: more tests from test_events.py</title>
<updated>2014-01-29T23:39:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-29T23:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=1475821cec5a6fd8fbd9ae643027ea6acd7acf60'/>
<id>1475821cec5a6fd8fbd9ae643027ea6acd7acf60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
