<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/asyncio, branch master</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/trollius-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/'/>
<entry>
<title>Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when an</title>
<updated>2015-01-29T16:32:39+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T16:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=190e78603a4ce58a2f248fdf8a3472fa1fc6c064'/>
<id>190e78603a4ce58a2f248fdf8a3472fa1fc6c064</id>
<content type='text'>
event loop or a transport is not explicitly closed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
event loop or a transport is not explicitly closed
</pre>
</div>
</content>
</entry>
<entry>
<title>Document Protocol state machine</title>
<updated>2015-01-29T13:14:07+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T13:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=8174c88d63d99764b803feeb4852db6c3be82994'/>
<id>8174c88d63d99764b803feeb4852db6c3be82994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix BaseSelectorEventLoop._accept_connection()</title>
<updated>2015-01-29T13:09:43+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T13:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=801fb32b5fe761eda5152b332f6fd50d76bfde25'/>
<id>801fb32b5fe761eda5152b332f6fd50d76bfde25</id>
<content type='text'>
* Close the transport on error
* In debug mode, log errors using call_exception_handler()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Close the transport on error
* In debug mode, log errors using call_exception_handler()
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _UnixReadPipeTransport and _UnixWritePipeTransport</title>
<updated>2015-01-29T12:40:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T12:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=3953d223af2155670d3fa4d1c3e74ca34dc0e058'/>
<id>3953d223af2155670d3fa4d1c3e74ca34dc0e058</id>
<content type='text'>
Only start reading when connection_made() has been called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only start reading when connection_made() has been called.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup gather(): use cancelled() method instead of using private Future</title>
<updated>2015-01-29T09:00:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T09:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=57c9c810e07a62f3d358d9980fe99e11b0feaaf4'/>
<id>57c9c810e07a62f3d358d9980fe99e11b0feaaf4</id>
<content type='text'>
attribute
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attribute
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _SelectorSslTransport.close()</title>
<updated>2015-01-29T01:52:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T01:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=4bbfa97905d6bb79b33d90979c9ae35ecf7bd8f5'/>
<id>4bbfa97905d6bb79b33d90979c9ae35ecf7bd8f5</id>
<content type='text'>
Don't call protocol.connection_lost() if protocol.connection_made() was not
called yet: if the SSL handshake failed or is still in progress.

The close() method can be called if the creation of the connection is
cancelled, by a timeout for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't call protocol.connection_lost() if protocol.connection_made() was not
called yet: if the SSL handshake failed or is still in progress.

The close() method can be called if the creation of the connection is
cancelled, by a timeout for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>_SelectorTransport constructor: extra parameter is now optional</title>
<updated>2015-01-29T01:38:46+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T01:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=1ac041be4f0aa79bc7533d17c16f531928180ecd'/>
<id>1ac041be4f0aa79bc7533d17c16f531928180ecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _SelectorDatagramTransport constructor</title>
<updated>2015-01-29T01:38:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T01:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=96306b7ab680439975b8bfed1122f85230c01bbd'/>
<id>96306b7ab680439975b8bfed1122f85230c01bbd</id>
<content type='text'>
Only start reading after connection_made() has been called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only start reading after connection_made() has been called.
</pre>
</div>
</content>
</entry>
<entry>
<title>BaseSubprocessTransport._kill_wait() now also call close()</title>
<updated>2015-01-29T00:59:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T00:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=dadbeb9345a1d299b443df17551451405723c970'/>
<id>dadbeb9345a1d299b443df17551451405723c970</id>
<content type='text'>
close() closes pipes, which is not None yet by _kill_wait().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close() closes pipes, which is not None yet by _kill_wait().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _SelectorSocketTransport constructor</title>
<updated>2015-01-28T23:18:18+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-28T23:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=6086246f41854b44ef1789fbfdaa167689c63f42'/>
<id>6086246f41854b44ef1789fbfdaa167689c63f42</id>
<content type='text'>
Only start reading when connection_made() has been called:
protocol.data_received() must not be called before protocol.connection_made().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only start reading when connection_made() has been called:
protocol.data_received() must not be called before protocol.connection_made().
</pre>
</div>
</content>
</entry>
</feed>
