<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/api.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>Issue #505: Changed the store_cookie configuration to be part of the config dict, instead of being a new argument</title>
<updated>2012-05-23T21:12:18+00:00</updated>
<author>
<name>Arup Malakar</name>
<email>amalakar@gmail.com</email>
</author>
<published>2012-05-23T21:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=b28673368b0a4236b3cfbb50fb15f846793a1c40'/>
<id>b28673368b0a4236b3cfbb50fb15f846793a1c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>authors</title>
<updated>2012-05-17T00:09:43+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-05-17T00:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=4cf31b0b864bbca32cde96ddf3fc503c34727caf'/>
<id>4cf31b0b864bbca32cde96ddf3fc503c34727caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #505: Allow disabling of cookie persistence/sending</title>
<updated>2012-05-16T22:07:15+00:00</updated>
<author>
<name>Arup Malakar</name>
<email>amalakar@gmail.com</email>
</author>
<published>2012-05-16T22:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=c501784541ffe595f25cd62774d392270639c662'/>
<id>c501784541ffe595f25cd62774d392270639c662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New implementation of safe_mode. Now, we throw exceptions in models.py regardless of safe_mode. We catch those exceptions at the API level and return a blank Response. See safe_mode.py for details.</title>
<updated>2012-05-09T18:47:29+00:00</updated>
<author>
<name>Josh Imhoff</name>
<email>joshimhoff13@gmail.com</email>
</author>
<published>2012-05-09T18:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=cff70e75b77ab61a8a57a25a4921acc5a5ef6ce1'/>
<id>cff70e75b77ab61a8a57a25a4921acc5a5ef6ce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sphinx throws an error if you don't escape ** in **kwargs</title>
<updated>2012-03-19T01:09:58+00:00</updated>
<author>
<name>Ian Danforth</name>
<email>iandanforth@gmail.com</email>
</author>
<published>2012-03-19T01:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=7b68c124d549853a1045cbeb5a16461799279780'/>
<id>7b68c124d549853a1045cbeb5a16461799279780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Requests api to accept a 'cert' argument.</title>
<updated>2012-03-15T00:15:29+00:00</updated>
<author>
<name>chadnickbok@gmail.com</name>
<email>chad@gaikai.com</email>
</author>
<published>2012-03-15T00:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=fc618aa78a63d372e160a42f1589dbb738ab16a2'/>
<id>fc618aa78a63d372e160a42f1589dbb738ab16a2</id>
<content type='text'>
This argument can be either a string, containing the path to a
pem-formatted key and certificate chain, or a tuple of (cert, key).

When supplied a tuple, the values are paths to an SSL certificate
chain file and key, respectively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This argument can be either a string, containing the path to a
pem-formatted key and certificate chain, or a tuple of (cert, key).

When supplied a tuple, the values are paths to an SSL certificate
chain file and key, respectively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Exposed key_file and cert_file in requests, to support https client certificates.</title>
<updated>2012-03-14T22:57:30+00:00</updated>
<author>
<name>chadnickbok@gmail.com</name>
<email>chad@gaikai.com</email>
</author>
<published>2012-03-14T22:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=82e69de44f222f9af0ef0888ae78995298efbd92'/>
<id>82e69de44f222f9af0ef0888ae78995298efbd92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>history for HEAD 3xx</title>
<updated>2012-02-20T19:02:13+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2012-02-20T19:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=6f5735274b9ce2c61345adf8d7657b01b1623320'/>
<id>6f5735274b9ce2c61345adf8d7657b01b1623320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added prefetch documentation for api</title>
<updated>2012-01-13T03:16:31+00:00</updated>
<author>
<name>Frank Kumro</name>
<email>frank@frankkumro.com</email>
</author>
<published>2012-01-13T03:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=0536e5b708bea4e1ef25930bd7b4a8cfe930d6ce'/>
<id>0536e5b708bea4e1ef25930bd7b4a8cfe930d6ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The `request` method of `Session` class does not take a `session` argument. But `api.request` does. So, it has to be popped before you can send the whole `kwargs` dict to `Session.request` method.</title>
<updated>2012-01-09T05:46:54+00:00</updated>
<author>
<name>Shrikant Sharat Kandula</name>
<email>shrikantsharat.k@gmail.com</email>
</author>
<published>2012-01-09T05:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-requests.git/commit/?id=53d679edba3a42d648e2b386d9ca725490c7b470'/>
<id>53d679edba3a42d648e2b386d9ca725490c7b470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
