<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git, branch python3</title>
<subtitle>github.com: eventlet/eventlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/'/>
<entry>
<title>Improve Python 3 compat: threading WIP</title>
<updated>2014-11-02T16:45:23+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-11-02T16:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6bcb1dc3686f72b0f1af803b46883ce4f5e4b8df'/>
<id>6bcb1dc3686f72b0f1af803b46883ce4f5e4b8df</id>
<content type='text'>
Should fix GH #153 "py3: green.threading.local is not green"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should fix GH #153 "py3: green.threading.local is not green"
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Python 3 compat: greenio tests</title>
<updated>2014-11-02T16:00:14+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-11-02T16:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=651a575ba69ef2b1f882360c5c7ba3ad23783626'/>
<id>651a575ba69ef2b1f882360c5c7ba3ad23783626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2014-11-02T15:25:06+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-11-02T15:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=dfa9bed7343adb359e57439a60f456e9a0a83918'/>
<id>dfa9bed7343adb359e57439a60f456e9a0a83918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rather useless code</title>
<updated>2014-11-02T15:19:21+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-11-02T15:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6f749af37a44b3b675f8827912752cbbf4ab7a64'/>
<id>6f749af37a44b3b675f8827912752cbbf4ab7a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More websocket Python 3 compat</title>
<updated>2014-11-02T15:18:02+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-11-02T14:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=f4e64be37bbb6a1ef24df00c27a315b79cebb77f'/>
<id>f4e64be37bbb6a1ef24df00c27a315b79cebb77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Python 3 compat: WSGI and tests (WIP)</title>
<updated>2014-11-02T13:01:34+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-11-02T12:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=c53fd3380a15353818312a41e9a0885a9b38c565'/>
<id>c53fd3380a15353818312a41e9a0885a9b38c565</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation</title>
<updated>2014-10-31T06:23:53+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-10-31T00:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=67cde41d03c0bccb12fd7d5f6d7e155d6da95e40'/>
<id>67cde41d03c0bccb12fd7d5f6d7e155d6da95e40</id>
<content type='text'>
This patch:

* exposes eventlet.greenthread.kill function so Sphinx generates
  its documentation and fixes broken links to :func:`kill`
* adds warning about wsgi.server waiting for active connections to
  finish before returning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch:

* exposes eventlet.greenthread.kill function so Sphinx generates
  its documentation and fixes broken links to :func:`kill`
* adds warning about wsgi.server waiting for active connections to
  finish before returning
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Python 3 compat: WSGI tests</title>
<updated>2014-10-31T01:15:13+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2014-10-31T01:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=66c824c3552848dd822bbccc39f68f6c9250be6a'/>
<id>66c824c3552848dd822bbccc39f68f6c9250be6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hubs: drop Twisted support</title>
<updated>2014-10-29T08:21:05+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2014-07-03T08:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=3bd19032e37768a9707ef36428f31d42865ff923'/>
<id>3bd19032e37768a9707ef36428f31d42865ff923</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update a broken link in the example</title>
<updated>2014-10-22T13:41:27+00:00</updated>
<author>
<name>Kevin</name>
<email>kevvvvv@users.noreply.github.com</email>
</author>
<published>2014-10-22T13:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=4a6c7c6e26d96cb2eaba901818432df21fb00058'/>
<id>4a6c7c6e26d96cb2eaba901818432df21fb00058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
