<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/async.py, branch cache</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/'/>
<entry>
<title>remove requests.async</title>
<updated>2012-05-10T22:01:09+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-05-10T22:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=32327f8f7c2f457d38130b5df664ec8f29cf3053'/>
<id>32327f8f7c2f457d38130b5df664ec8f29cf3053</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Excluding select from the monkey patching that gevent does to allow select.poll and requests.async in the same project</title>
<updated>2012-03-15T18:41:45+00:00</updated>
<author>
<name>Michael Newman</name>
<email>newmaniese@gmail.com</email>
</author>
<published>2012-03-15T18:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=d6827a37d00f3fcdac56e5dd978400e9ec1a7371'/>
<id>d6827a37d00f3fcdac56e5dd978400e9ec1a7371</id>
<content type='text'>
Fix for issue #487, including a regression test that checks the
existence of select.poll before and after loading requests.async.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for issue #487, including a regression test that checks the
existence of select.poll before and after loading requests.async.
</pre>
</div>
</content>
</entry>
<entry>
<title>[enh] async.imap added -- generator object handling</title>
<updated>2012-02-26T03:04:33+00:00</updated>
<author>
<name>asciimoo</name>
<email>asciimoo@gmail.com</email>
</author>
<published>2012-02-26T03:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=531dc351263f1630a72eb4960b13b8df1233457f'/>
<id>531dc351263f1630a72eb4960b13b8df1233457f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>async: force prefetch=True on send</title>
<updated>2012-01-29T23:42:48+00:00</updated>
<author>
<name>Chris Adams</name>
<email>chris@improbable.org</email>
</author>
<published>2012-01-29T23:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=495646bb6a89802a60208c2ab09749edba1f8e51'/>
<id>495646bb6a89802a60208c2ab09749edba1f8e51</id>
<content type='text'>
… otherwise we can run out of sockets before any of the responses are ever
processed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
… otherwise we can run out of sockets before any of the responses are ever
processed
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny map() refactoring</title>
<updated>2012-01-20T20:42:25+00:00</updated>
<author>
<name>Piotr Dobrogost</name>
<email>pd@dev.dobrogost.net</email>
</author>
<published>2012-01-20T20:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=3873121c01d0081777edb49b90d00e4c0ae777e1'/>
<id>3873121c01d0081777edb49b90d00e4c0ae777e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed.</title>
<updated>2012-01-17T21:21:09+00:00</updated>
<author>
<name>Ben</name>
<email>mastahyeti@gmail.com</email>
</author>
<published>2012-01-17T21:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=e38046e6c65b8f03026d13d339a9bacf849b2d85'/>
<id>e38046e6c65b8f03026d13d339a9bacf849b2d85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed.</title>
<updated>2012-01-17T21:20:52+00:00</updated>
<author>
<name>Ben</name>
<email>mastahyeti@gmail.com</email>
</author>
<published>2012-01-17T21:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=97be9ee4cd6326bf7551f7a737877ef2e368ef20'/>
<id>97be9ee4cd6326bf7551f7a737877ef2e368ef20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed.</title>
<updated>2012-01-17T21:17:38+00:00</updated>
<author>
<name>Ben</name>
<email>mastahyeti@gmail.com</email>
</author>
<published>2012-01-17T21:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=c658b363e38c928a2f7be8e09eece8e11f863b62'/>
<id>c658b363e38c928a2f7be8e09eece8e11f863b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>force safe mode for async</title>
<updated>2011-12-24T08:06:13+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2011-12-24T08:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=4eb2759400b6bc8a6289a4fd37779c21b6894b3c'/>
<id>4eb2759400b6bc8a6289a4fd37779c21b6894b3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow generators or any iterators for async.map</title>
<updated>2011-11-25T02:15:12+00:00</updated>
<author>
<name>Shrikant Sharat Kandula</name>
<email>shrikantsharat.k@gmail.com</email>
</author>
<published>2011-11-25T02:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=99b6e3594078da14161000ee7eec3985468ee82e'/>
<id>99b6e3594078da14161000ee7eec3985468ee82e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
