<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/docs, 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>stickers</title>
<updated>2017-06-16T22:30:39+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-06-16T22:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=1263b8660d1f28b4a564d9500e3d0fdb03b05bf4'/>
<id>1263b8660d1f28b4a564d9500e3d0fdb03b05bf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:kennethreitz/requests</title>
<updated>2017-06-11T22:10:11+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-06-11T22:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a5b8f8d40a6d97f0f1551c23cc268eff4103fffe'/>
<id>a5b8f8d40a6d97f0f1551c23cc268eff4103fffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attempt new ads</title>
<updated>2017-06-11T22:10:05+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-06-11T22:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a8972a5bd24e50a380af22e4f33d1d1c4cd740b3'/>
<id>a8972a5bd24e50a380af22e4f33d1d1c4cd740b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>change development philosophy docs to reflect reality</title>
<updated>2017-05-30T03:46:50+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=152faa2a0f97fb8744278ef9911b4116adeb4ab2'/>
<id>152faa2a0f97fb8744278ef9911b4116adeb4ab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove note about cacerts.pem</title>
<updated>2017-05-30T03:43:53+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e41c2c2d965f6afb908c5acb595234d2bc5d2fe1'/>
<id>e41c2c2d965f6afb908c5acb595234d2bc5d2fe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve development instructions</title>
<updated>2017-05-30T03:41:48+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3ca2722802cf4a23f8e2da650d0521ba7cdb0043'/>
<id>3ca2722802cf4a23f8e2da650d0521ba7cdb0043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update development documentation</title>
<updated>2017-05-30T03:40:44+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=310d7f8a9b0215bc27bef9390a9e3e46cf81afb7'/>
<id>310d7f8a9b0215bc27bef9390a9e3e46cf81afb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove "are you crazy?" section</title>
<updated>2017-05-30T03:38:48+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=01f982da506a7a97266a1b64413a7823b59e07da'/>
<id>01f982da506a7a97266a1b64413a7823b59e07da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix sidebars</title>
<updated>2017-05-30T03:36:50+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ba509635a3cbf5a55bf7ed7db658411cde9469f8'/>
<id>ba509635a3cbf5a55bf7ed7db658411cde9469f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
