<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius-git.git/trollius, branch 2.2</title>
<subtitle>github.com: jamadden/trollius.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/'/>
<entry>
<title>Make socket.error with errno EBADF get raised as OSError.</title>
<updated>2021-04-28T17:11:34+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2021-04-28T17:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=a74449ad5e7de34ca6cadedd062d9ee4307db911'/>
<id>a74449ad5e7de34ca6cadedd062d9ee4307db911</id>
<content type='text'>
Fixes #17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #17
</pre>
</div>
</content>
</entry>
<entry>
<title>Metadata updates.</title>
<updated>2019-07-29T17:05:53+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2019-07-29T17:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=cd162671d51427981cb40bb1866fcd81b25fcd0f'/>
<id>cd162671d51427981cb40bb1866fcd81b25fcd0f</id>
<content type='text'>
Be explicit about supporting only Python 2.7
Drop testing on appveyor because the needed dependencies no longer exist.
Incorporate https://github.com/vstinner/trollius/pull/15/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be explicit about supporting only Python 2.7
Drop testing on appveyor because the needed dependencies no longer exist.
Incorporate https://github.com/vstinner/trollius/pull/15/
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CoroWrapper.throw()</title>
<updated>2016-02-05T12:15:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2016-02-05T12:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=f7a315a22528a93ba3aa0dcdda5ba8c8001f7836'/>
<id>f7a315a22528a93ba3aa0dcdda5ba8c8001f7836</id>
<content type='text'>
Add support for up to 3 parameters, not only 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for up to 3 parameters, not only 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ugly hack to support Python 3.5 with the PEP 479</title>
<updated>2016-02-05T12:09:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2016-02-05T11:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=9fb2a3d01056adf2dc83022dea8220bab67d30ca'/>
<id>9fb2a3d01056adf2dc83022dea8220bab67d30ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Future on Python 3.5</title>
<updated>2016-02-05T11:24:45+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2016-02-05T10:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=e22a30b026996681d6dc3ee737ba4a2eeded729e'/>
<id>e22a30b026996681d6dc3ee737ba4a2eeded729e</id>
<content type='text'>
Future.__iter__() doesn't exist on Python 3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Future.__iter__() doesn't exist on Python 3.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>better exception traceback</title>
<updated>2015-11-13T02:37:25+00:00</updated>
<author>
<name>Dhawal Yogesh Bhanushali</name>
<email>dbhanushali@vmware.com</email>
</author>
<published>2015-11-13T02:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=f285592a7193e2e2a96af344efffb6dc8ad9836a'/>
<id>f285592a7193e2e2a96af344efffb6dc8ad9836a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge asyncio into trollius</title>
<updated>2015-09-08T20:55:49+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2015-09-08T20:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=0727ad2b6d49cd94ea0fb86ef08c8050208b839a'/>
<id>0727ad2b6d49cd94ea0fb86ef08c8050208b839a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix windows_utils: add missing "import six"</title>
<updated>2015-07-18T23:14:28+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2015-07-18T23:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=f25cb291d8439d9f3d44f52811607d3fdb305d1f'/>
<id>f25cb291d8439d9f3d44f52811607d3fdb305d1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test_utils: add missing "import six"</title>
<updated>2015-07-18T23:13:18+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2015-07-18T23:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=b13b14a88fbb51e9982d1d5547655d6519b23d5d'/>
<id>b13b14a88fbb51e9982d1d5547655d6519b23d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the six module</title>
<updated>2015-07-13T16:55:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2015-07-13T16:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=d444158a05eb2d1dd171f8659f48e2a9f78eb3c6'/>
<id>d444158a05eb2d1dd171f8659f48e2a9f78eb3c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
