<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/docs/user/quickstart.rst, branch v2.5.2</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/'/>
<entry>
<title>document combination of repeated response headers</title>
<updated>2015-02-20T18:20:18+00:00</updated>
<author>
<name>requiredfield</name>
<email>requiredfield256@gmail.com</email>
</author>
<published>2015-02-20T18:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ed73d9e45d96ba47c6c67796d5ddd7b5d98cc96f'/>
<id>ed73d9e45d96ba47c6c67796d5ddd7b5d98cc96f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to use readthedocs.org instead of rtfd.org </title>
<updated>2015-02-06T13:46:38+00:00</updated>
<author>
<name>Nicholas Avenell</name>
<email>nicholas@aquarionics.com</email>
</author>
<published>2015-02-06T13:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=291b6b24b7a4645dc7b8b9ee8919c62c65b85fef'/>
<id>291b6b24b7a4645dc7b8b9ee8919c62c65b85fef</id>
<content type='text'>
https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org.</pre>
</div>
</content>
</entry>
<entry>
<title>quickstart: using a list as a value in query params</title>
<updated>2015-02-03T09:19:30+00:00</updated>
<author>
<name>Tom S</name>
<email>scytale@gmail.com</email>
</author>
<published>2015-02-03T09:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=53f33eb473ec55746098670d178e1e1936003da6'/>
<id>53f33eb473ec55746098670d178e1e1936003da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2245 from sigmavirus24/doc-fix</title>
<updated>2014-09-23T06:25:26+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-09-23T06:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e0d88c2814f24e7da11b03351934bd1df5e27476'/>
<id>e0d88c2814f24e7da11b03351934bd1df5e27476</id>
<content type='text'>
Correct redirection introduction</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct redirection introduction</pre>
</div>
</content>
</entry>
<entry>
<title>Correct redirection introduction</title>
<updated>2014-09-23T02:08:29+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2014-09-23T02:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=671ba85d410febab91ac580eab8282a485c89108'/>
<id>671ba85d410febab91ac580eab8282a485c89108</id>
<content type='text'>
The history attribute contains responses, not requests.

Thanks to Yang Yang for reporting this to me via email
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The history attribute contains responses, not requests.

Thanks to Yang Yang for reporting this to me via email
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup the remaining references to timeline.json.</title>
<updated>2014-09-20T14:00:36+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-09-20T14:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=466a70f7c1ff4a268df3ff2f28a8afb78046b8bd'/>
<id>466a70f7c1ff4a268df3ff2f28a8afb78046b8bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved multiple files upload example to advanced section.</title>
<updated>2014-09-16T09:54:31+00:00</updated>
<author>
<name>Martin Jul</name>
<email>martin@mjul.com</email>
</author>
<published>2014-09-16T09:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=0924069b689c7323f47444b6a19bc037c43b49e2'/>
<id>0924069b689c7323f47444b6a19bc037c43b49e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added example of how to send multiple files in one request.</title>
<updated>2014-09-16T09:38:40+00:00</updated>
<author>
<name>Martin Jul</name>
<email>martin@mjul.com</email>
</author>
<published>2014-09-16T09:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=4707d11004a201a89257fa3ab5365fb3dc9d2f90'/>
<id>4707d11004a201a89257fa3ab5365fb3dc9d2f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Request-&gt;Response.</title>
<updated>2014-09-09T07:44:40+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-09-09T07:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=bf8f791a936dbaadb6be33546f41bca50a652ac0'/>
<id>bf8f791a936dbaadb6be33546f41bca50a652ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove timeline.json from docs.</title>
<updated>2014-08-26T19:20:34+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2014-08-26T19:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=08d8876230884eea98306ff60e1778a92fd09057'/>
<id>08d8876230884eea98306ff60e1778a92fd09057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
