<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius.git/examples/tcp_echo.py, branch traceback</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>tcp_echo.py: add --iocp command line option to use IOCP event loop on Windows</title>
<updated>2014-02-26T17:00:18+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-02-26T17:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=5f6649b7c72824f32082922170f6e5ef5d1d7b92'/>
<id>5f6649b7c72824f32082922170f6e5ef5d1d7b92</id>
<content type='text'>
Don't setup a signal handler for SIGINT on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't setup a signal handler for SIGINT on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ResourceWarning in tcp and udp echo examples</title>
<updated>2014-01-28T22:57:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T22:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=27668c51132637b3bd04dace67da8f0467044bde'/>
<id>27668c51132637b3bd04dace67da8f0467044bde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: close the event loop</title>
<updated>2014-01-28T22:40:51+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-28T22:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=87481c2c4d75514861c64f5306a4d316e3701cc6'/>
<id>87481c2c4d75514861c64f5306a4d316e3701cc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bulk merge</title>
<updated>2013-10-18T22:13:43+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@dropbox.com</email>
</author>
<published>2013-10-18T22:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=3a23eea2c4a92526661fa9de1749a08174d829d3'/>
<id>3a23eea2c4a92526661fa9de1749a08174d829d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example to use create_server() instead of start_serving().</title>
<updated>2013-10-18T21:50:45+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@dropbox.com</email>
</author>
<published>2013-10-18T21:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=a9185a95a92ea7d3ed377bf60baaf56be461155f'/>
<id>a9185a95a92ea7d3ed377bf60baaf56be461155f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update examples to use asyncio, not tulip.</title>
<updated>2013-10-16T19:03:07+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@dropbox.com</email>
</author>
<published>2013-10-16T19:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=b0729fe75b6bc35054f77b01e72fe8dfede5ef17'/>
<id>b0729fe75b6bc35054f77b01e72fe8dfede5ef17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle ConnectionResetError by Jeff Quast #31</title>
<updated>2013-05-28T17:04:11+00:00</updated>
<author>
<name>Nikolay Kim</name>
<email>fafhrd91@gmail.com</email>
</author>
<published>2013-05-28T17:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=04ca44669bf325d1a2120c902d2e90851052b1fa'/>
<id>04ca44669bf325d1a2120c902d2e90851052b1fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>close transport after receiving eof</title>
<updated>2013-05-10T23:21:31+00:00</updated>
<author>
<name>Nikolay Kim</name>
<email>fafhrd91@gmail.com</email>
</author>
<published>2013-05-10T23:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=1a818ab00dfabf40c8708b1858f4ba311b2ed4e6'/>
<id>1a818ab00dfabf40c8708b1858f4ba311b2ed4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tcp echo example; better cmd arguments for udp echo example</title>
<updated>2013-04-25T03:41:35+00:00</updated>
<author>
<name>Nikolay Kim</name>
<email>fafhrd91@gmail.com</email>
</author>
<published>2013-04-25T03:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius.git/commit/?id=d0b1181321ae57517832a38d57bac870f99f247e'/>
<id>d0b1181321ae57517832a38d57bac870f99f247e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
