<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/docs/user, branch fix_help_ssl_check</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>Allow Requests.Response to be used as a context manager</title>
<updated>2017-06-06T22:30:47+00:00</updated>
<author>
<name>Ed Morley</name>
<email>edmorley@users.noreply.github.com</email>
</author>
<published>2017-06-06T22:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=4847f5b8cd4071099f06e178856bc9e1b9193b2e'/>
<id>4847f5b8cd4071099f06e178856bc9e1b9193b2e</id>
<content type='text'>
This saves having to wrap the call to requests with
`contextlib.closing()`, allowing it to be used directly in a
`with` statement, like so:

```
with requests.get('http://httpbin.org/get', stream=True) as r:
    # Do things with the response here.
```

Fixes #4136.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves having to wrap the call to requests with
`contextlib.closing()`, allowing it to be used directly in a
`with` statement, like so:

```
with requests.get('http://httpbin.org/get', stream=True) as r:
    # Do things with the response here.
```

Fixes #4136.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve installation docs</title>
<updated>2017-05-30T03:33:51+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=008ab18a7702fa158607595e56ff9e64143c6031'/>
<id>008ab18a7702fa158607595e56ff9e64143c6031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve install docs</title>
<updated>2017-05-30T03:33:25+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=67831abaaf5966b73d13637fe7e3a1b97509b55a'/>
<id>67831abaaf5966b73d13637fe7e3a1b97509b55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve installation instructions</title>
<updated>2017-05-30T03:26:15+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=35f2e55308fc37647132cf350cfd131bcdba4023'/>
<id>35f2e55308fc37647132cf350cfd131bcdba4023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve install documentation syntax</title>
<updated>2017-05-30T03:25:21+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=84114419a0ecbd4433dbb5731e4128280116e376'/>
<id>84114419a0ecbd4433dbb5731e4128280116e376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new requests namespace</title>
<updated>2017-05-29T16:11:43+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-29T16:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=7f14db17c8612aed71a181b084455b71e130ffc8'/>
<id>7f14db17c8612aed71a181b084455b71e130ffc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new installation location</title>
<updated>2017-05-29T16:08:28+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-29T16:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=14c1102e0fdc99e2b6fc170d8d02bcb20676e2ee'/>
<id>14c1102e0fdc99e2b6fc170d8d02bcb20676e2ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improvements</title>
<updated>2017-05-27T21:25:44+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T21:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b9a004a22b55209d309447e78e730935fb8c9646'/>
<id>b9a004a22b55209d309447e78e730935fb8c9646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2017-05-27T21:24:06+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T21:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2e67c86075de9bba6b9d8ae0c9d7e844ef06bcb6'/>
<id>2e67c86075de9bba6b9d8ae0c9d7e844ef06bcb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix lack of taste</title>
<updated>2017-05-22T06:25:18+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-22T06:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6fb9b1ce53e2b5b047d875a916cfae8c468649dc'/>
<id>6fb9b1ce53e2b5b047d875a916cfae8c468649dc</id>
<content type='text'>
Signed-off-by: Kenneth Reitz &lt;me@kennethreitz.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kenneth Reitz &lt;me@kennethreitz.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
