<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/eventlet/debug.py, branch test2</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>python3 compat: remove lots of Python 2.5 and earlier dependent code; use print() function syntax</title>
<updated>2013-12-03T18:36:29+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2013-10-07T12:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=d2bbbd79d3f903fbff59f09467af681d5b9282cf'/>
<id>d2bbbd79d3f903fbff59f09467af681d5b9282cf</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://91.123.203.49/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>doc: hubs: Point to the correct function in exception message</title>
<updated>2013-06-05T10:48:21+00:00</updated>
<author>
<name>Floris Bruynooghe</name>
<email>flub@devork.be</email>
</author>
<published>2013-04-18T22:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=447849bb4410aeaca69d959ae5e4ab03b288856a'/>
<id>447849bb4410aeaca69d959ae5e4ab03b288856a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Including blocking detector in the documentation.</title>
<updated>2010-08-30T18:58:42+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-08-30T18:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=ed6a23780a76d8032b5f093daee25037afe51d4f'/>
<id>ed6a23780a76d8032b5f093daee25037afe51d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix blocking detector for cases that don't have the itimer module installed.</title>
<updated>2010-08-28T23:04:58+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-08-28T23:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=8e1a262fccabedd262b7dcfb7c088a2fe705bb9a'/>
<id>8e1a262fccabedd262b7dcfb7c088a2fe705bb9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the itimer module with blocking detection</title>
<updated>2010-06-24T20:47:38+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2010-06-24T20:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=cf523d957e48bcc6df048a41ea79fbe143e15e92'/>
<id>cf523d957e48bcc6df048a41ea79fbe143e15e92</id>
<content type='text'>
This will allow for subsecond blocking detection thanks to the itimer
module recently released by Slide, Inc:
    http://github.com/slideinc/itimer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow for subsecond blocking detection thanks to the itimer
module recently released by Slide, Inc:
    http://github.com/slideinc/itimer
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2010-06-24T20:16:52+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-06-24T20:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=acfd78d7d9615be53d01fc288a844209584bba43'/>
<id>acfd78d7d9615be53d01fc288a844209584bba43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Filled out __all__ in debug.py</title>
<updated>2010-06-02T23:32:52+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-06-02T23:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6d0cab525142f5d00bb348c117a490ec6a998f11'/>
<id>6d0cab525142f5d00bb348c117a490ec6a998f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Probably horribly broken block detecter, only for poll/epoll hubs.</title>
<updated>2010-05-07T07:30:53+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-05-07T07:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=3bc3563f94918527d18319a58fe869338d22dfa3'/>
<id>3bc3563f94918527d18319a58fe869338d22dfa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Speling fix.</title>
<updated>2010-05-07T06:54:57+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-05-07T06:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=8eb8e8567cdc872bdc64580f4dba0a3f92751fce'/>
<id>8eb8e8567cdc872bdc64580f4dba0a3f92751fce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
