<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/eventlet/coros.py, branch coverage</title>
<subtitle>github.com: eventlet/eventlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/'/>
<entry>
<title>Remove most of the deprecated code</title>
<updated>2014-10-10T07:53:11+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-10-05T20:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=75a1ab8cafb2bd3aa9ab96503b54fbddb068f58d'/>
<id>75a1ab8cafb2bd3aa9ab96503b54fbddb068f58d</id>
<content type='text'>
Closes GH #144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH #144
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP-8 fixes</title>
<updated>2014-08-27T06:21:55+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2014-07-18T11:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=203e629212be5cf6e53d577734421d494b255754'/>
<id>203e629212be5cf6e53d577734421d494b255754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python3: __bool__, im_code, im_func</title>
<updated>2014-04-24T10:00:14+00:00</updated>
<author>
<name>Victor Sergeyev</name>
<email>viktor.sergeyev@gmail.com</email>
</author>
<published>2014-04-23T11:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=fb6b46dea0b6a5c7ff83058c492095e3c351a54d'/>
<id>fb6b46dea0b6a5c7ff83058c492095e3c351a54d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 compat: print() function syntax</title>
<updated>2013-12-03T18:35:34+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2013-10-07T09:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=35f600600c59c295fab0131c7bc0032e28b70045'/>
<id>35f600600c59c295fab0131c7bc0032e28b70045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coros: remove Actor which was deprecated in 2010-01</title>
<updated>2013-12-03T18:30:02+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2013-10-09T18:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=76c1fcf3e5587db5c831bd825c2ba4bdf46a28c7'/>
<id>76c1fcf3e5587db5c831bd825c2ba4bdf46a28c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed bug where coros.semaphore passed limit arg to BoundedSemaphore,</title>
<updated>2010-02-27T06:23:18+00:00</updated>
<author>
<name>Tavis Rudd</name>
<email>tavis@damnsimple.com</email>
</author>
<published>2010-02-27T06:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=cea4fc8188e610298c1e159bc70c95e26fd55f13'/>
<id>cea4fc8188e610298c1e159bc70c95e26fd55f13</id>
<content type='text'>
which doesn't support it.  This would have raised a TypeError because
of the extra arg if ever called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which doesn't support it.  This would have raised a TypeError because
of the extra arg if ever called.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed various minor issues that pyflakes complained about, removed extraneous whitespace, wrapped long lines</title>
<updated>2010-02-25T06:09:12+00:00</updated>
<author>
<name>Tavis Rudd</name>
<email>tavis@damnsimple.com</email>
</author>
<published>2010-02-25T06:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=cc73169f5b9da9bba5a4e37ff9720185086b470d'/>
<id>cc73169f5b9da9bba5a4e37ff9720185086b470d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweaks to remove some DeprecationWarnings when running tests</title>
<updated>2010-02-22T23:03:04+00:00</updated>
<author>
<name>Eugene Oden</name>
<email>eugeneoden@gmail.com</email>
</author>
<published>2010-02-22T23:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=b082b38973b475e4ce37f15138766fe23342906e'/>
<id>b082b38973b475e4ce37f15138766fe23342906e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecating coros.Queue and coros.Channel</title>
<updated>2010-01-24T02:29:48+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-01-24T02:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=d877a490c3316b8a4ff62c00657d90cb93f72ca5'/>
<id>d877a490c3316b8a4ff62c00657d90cb93f72ca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecated coros.Actor, tweaked README and testing docs.</title>
<updated>2010-01-19T07:32:47+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-01-19T07:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/eventlet.git/commit/?id=5bbac943b74acd28ab58a75286e5e4a5204218f5'/>
<id>5bbac943b74acd28ab58a75286e5e4a5204218f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
