<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/eventlet.git/doc/patching.rst, branch run_python</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>Updated green psycopg support, added a test for it (which hasn't been run because I don't have that particular branch installed yet.</title>
<updated>2010-04-09T22:00:46+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-04-09T22:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6ed6d01905ac6fd7dd6cf2baa1cf131e12532882'/>
<id>6ed6d01905ac6fd7dd6cf2baa1cf131e12532882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing whitespace issues in the docs.</title>
<updated>2010-03-27T23:24:35+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-03-27T23:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=a558bfe5615e9f23792602c9c03b6e2fb8c23780'/>
<id>a558bfe5615e9f23792602c9c03b6e2fb8c23780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified monkey_patch interface by removing the need for the all keyword parameter (though it still works), and adding many tests to verify that it works as intended.  Simplified the tests in patcher_test overall.</title>
<updated>2010-03-27T21:47:35+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>breath@alum.mit.edu</email>
</author>
<published>2010-03-27T21:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=4a2df235f8bc137e396db0db6fd8b13b875ddc48'/>
<id>4a2df235f8bc137e396db0db6fd8b13b875ddc48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shifted documentation to refer to eventlet-module versions of those functions.</title>
<updated>2010-02-20T04:26:03+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-02-20T04:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6970fa7b284a0da8bbff783e7e27a9c819240520'/>
<id>6970fa7b284a0da8bbff783e7e27a9c819240520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored basic usage docs to put the design patterns elsewhere.</title>
<updated>2010-02-19T18:50:33+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-02-19T18:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=67ae0f8d6fc13f6553b1f97a4b283191837cfb57'/>
<id>67ae0f8d6fc13f6553b1f97a4b283191837cfb57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc improvements.  Added more backdoor documentation.</title>
<updated>2010-02-19T08:49:14+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-02-19T08:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=f40449af12296cc96d410283260b2de5cb7d0c32'/>
<id>f40449af12296cc96d410283260b2de5cb7d0c32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated patcher.monkey_patch so it was easier to implement the util usecases.  Deprecated everything in util that wasn't already deprecated.</title>
<updated>2010-02-09T21:11:20+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-02-09T21:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=13046f4c4d4aef126baff7a20bc9c08bced07538'/>
<id>13046f4c4d4aef126baff7a20bc9c08bced07538</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked the way monkey_patch works so that it'll work better if called after the modules it patches are imported.  Added major patcher docs overall.  Added blog link to the main page.</title>
<updated>2010-02-08T04:18:02+00:00</updated>
<author>
<name>Ryan Williams</name>
<email>rdw@lindenlab.com</email>
</author>
<published>2010-02-08T04:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/eventlet.git/commit/?id=6a68fa53189b51c424813b2821f6f7e31a4d2f0d'/>
<id>6a68fa53189b51c424813b2821f6f7e31a4d2f0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
