<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/eventlet/greenpool.py, branch python3-clean</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>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://91.123.203.49/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 compatibility</title>
<updated>2014-04-24T14:11:37+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2014-04-24T13:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=cbd404d56e231ea5419f07795a12d7082dd70ec4'/>
<id>cbd404d56e231ea5419f07795a12d7082dd70ec4</id>
<content type='text'>
- __next__ for iterator interface
- six.next() to get next item
- list(dict.keys())
- popen2.popen4 -&gt; subprocess
- s2b -&gt; b"..." literals
- deprecated assertEquals -&gt; assertEqual
- hub_test test_fork using run_python
- 1L -&gt; 1 long literal
- many PEP-8 fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- __next__ for iterator interface
- six.next() to get next item
- list(dict.keys())
- popen2.popen4 -&gt; subprocess
- s2b -&gt; b"..." literals
- deprecated assertEquals -&gt; assertEqual
- hub_test test_fork using run_python
- 1L -&gt; 1 long literal
- many PEP-8 fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 compatibility: print function</title>
<updated>2014-04-23T11:15:22+00:00</updated>
<author>
<name>Sergey Shepelev</name>
<email>temotor@gmail.com</email>
</author>
<published>2014-04-23T09:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=1b9f0f0edb285be01bc570b1f64ee2aa2cba49db'/>
<id>1b9f0f0edb285be01bc570b1f64ee2aa2cba49db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 compatibility: range, zip, StringIO</title>
<updated>2014-04-23T08:20:10+00:00</updated>
<author>
<name>Viktors</name>
<email>viktor.sergeyev@gmail.com</email>
</author>
<published>2014-04-17T18:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=92d12567b20dbe159a1a8a8db4d2cd05d15e6588'/>
<id>92d12567b20dbe159a1a8a8db4d2cd05d15e6588</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flipped debug to default to true for greenpool.spawn_n, to be consistent with the behavior of every other spawn function.  You can turn off this exception printing by calling eventlet.debug.hub_exceptions(False)</title>
<updated>2010-03-28T19:20:28+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-03-28T19:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=11e6793e53790201b7356a2511178cf3cc9543d5'/>
<id>11e6793e53790201b7356a2511178cf3cc9543d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added assertion in greenpool to prevent infinite waits.  Thanks to rtyler for the horrifying idea.</title>
<updated>2010-03-18T00:03:16+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-03-18T00:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=0179da8cf21277b70debbb17eb5b23f2a580a2e4'/>
<id>0179da8cf21277b70debbb17eb5b23f2a580a2e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added neat file example to imap docs.</title>
<updated>2010-03-17T05:42:54+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-03-17T05:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=18625a0fd60fe954906afef1d048a8296def87f4'/>
<id>18625a0fd60fe954906afef1d048a8296def87f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recursive crawler example added.</title>
<updated>2010-03-02T07:30:35+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-03-02T07:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=67ddcdfead13b8f3525de0b5977c8c233cfb8031'/>
<id>67ddcdfead13b8f3525de0b5977c8c233cfb8031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py3k - BaseException (needed for 2.4) moved to eventlet.common. Unused eventlet.greenpool.next removed</title>
<updated>2010-02-28T22:26:50+00:00</updated>
<author>
<name>amajorek</name>
<email>devnull@localhost</email>
</author>
<published>2010-02-28T22:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=34557336096d133c5369aa1b5a0945f51e471717'/>
<id>34557336096d133c5369aa1b5a0945f51e471717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change to the way the builtin `next` is checked for, to avoid</title>
<updated>2010-02-27T06:36:38+00:00</updated>
<author>
<name>Tavis Rudd</name>
<email>tavis@damnsimple.com</email>
</author>
<published>2010-02-27T06:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=f7268581241ef6fe3505a054013da1d752f52ff6'/>
<id>f7268581241ef6fe3505a054013da1d752f52ff6</id>
<content type='text'>
confusing pyflakes/pylint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
confusing pyflakes/pylint.
</pre>
</div>
</content>
</entry>
</feed>
