<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/tests/test_subprocess.py, branch trollius</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 Tulip into Trollius</title>
<updated>2015-01-15T22:03:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T22:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=56d54e0040f172ddc9c4a3eac525be33c913f233'/>
<id>56d54e0040f172ddc9c4a3eac525be33c913f233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22685: Fix test_pause_reading() of test_subprocess</title>
<updated>2015-01-15T21:59:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T21:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=c727ba13637dcadb6bb3a4cdf537657205dd9c4e'/>
<id>c727ba13637dcadb6bb3a4cdf537657205dd9c4e</id>
<content type='text'>
Override the connect_read_pipe() method of the loop to mock immediatly
pause_reading() and resume_reading() methods.

The test failed randomly on FreeBSD 9 buildbot and on Windows using trollius.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Override the connect_read_pipe() method of the loop to mock immediatly
pause_reading() and resume_reading() methods.

The test failed randomly on FreeBSD 9 buildbot and on Windows using trollius.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Tulip into Trollius</title>
<updated>2015-01-15T16:38:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T16:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=524c413df4b46c6f9858c1e24013de11e8dcbc60'/>
<id>524c413df4b46c6f9858c1e24013de11e8dcbc60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close transports in tests</title>
<updated>2015-01-15T13:23:32+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-15T13:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=e70e384fcebeb63a4fc0e690e47b4d24437a5c95'/>
<id>e70e384fcebeb63a4fc0e690e47b4d24437a5c95</id>
<content type='text'>
* Use test_utils.run_briefly() to execute pending calls to really close
  transports
* sslproto: mock also _SSLPipe.shutdown(), it's need to close the transport
* pipe test: the test doesn't close explicitly the PipeHandle, so ignore
  the warning instead
* test_popen: use the context manager ("with p:") to explicitly close pipes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use test_utils.run_briefly() to execute pending calls to really close
  transports
* sslproto: mock also _SSLPipe.shutdown(), it's need to close the transport
* pipe test: the test doesn't close explicitly the PipeHandle, so ignore
  the warning instead
* test_popen: use the context manager ("with p:") to explicitly close pipes
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23173: Fix SubprocessStreamProtocol.connection_made() to handle</title>
<updated>2015-01-14T01:09:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-14T01:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5d03db872a37bd1122d76a75eafd3d59456d2ea1'/>
<id>5d03db872a37bd1122d76a75eafd3d59456d2ea1</id>
<content type='text'>
cancelled waiter.

Add unit test cancelling subprocess methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cancelled waiter.

Add unit test cancelling subprocess methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Tulip into Trollius</title>
<updated>2015-01-09T00:48:55+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-09T00:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=fe1cbba19f976b4f9da2ffc2fd8f5f257a6388a2'/>
<id>fe1cbba19f976b4f9da2ffc2fd8f5f257a6388a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Truncate to 80 columns</title>
<updated>2015-01-08T23:02:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-08T23:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=bc2b6d110b2f6ca0645cb2503652dc19bfc4a9c1'/>
<id>bc2b6d110b2f6ca0645cb2503652dc19bfc4a9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23140: Simplify the unit test</title>
<updated>2015-01-06T00:21:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-06T00:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=a63d7997461ea89635b9dd05009f2f8e73331de1'/>
<id>a63d7997461ea89635b9dd05009f2f8e73331de1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23140: Fix cancellation of Process.wait(). Check the state of the waiter</title>
<updated>2015-01-06T00:13:16+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-06T00:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=b4096a70b09ac7dcd01704bf16ea361257bcae01'/>
<id>b4096a70b09ac7dcd01704bf16ea361257bcae01</id>
<content type='text'>
future before setting its result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
future before setting its result.
</pre>
</div>
</content>
</entry>
<entry>
<title>In trollius, trollius.test_support is always available</title>
<updated>2014-12-26T23:04:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-26T23:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=f3d54b67d172794e6621f795f9392db9ce2ec134'/>
<id>f3d54b67d172794e6621f795f9392db9ce2ec134</id>
<content type='text'>
In Tulip, the code is different because it is exactly the same code in CPython,
and CPython doesn't provide asyncio.test_support.

Don't use directly test.support because Python 3.2 doesn't provide IPV6_ENABLED
for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Tulip, the code is different because it is exactly the same code in CPython,
and CPython doesn't provide asyncio.test_support.

Don't use directly test.support because Python 3.2 doesn't provide IPV6_ENABLED
for example.
</pre>
</div>
</content>
</entry>
</feed>
