<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/tests, 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>test that ssl version check doesn't fail on Python2.6</title>
<updated>2017-07-03T23:41:53+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2017-07-03T23:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9b1110afbc990655256943f8f9590ac16fd54c2f'/>
<id>9b1110afbc990655256943f8f9590ac16fd54c2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo: paramters -&gt; parameters</title>
<updated>2017-06-11T17:27:11+00:00</updated>
<author>
<name>Felix Yan</name>
<email>felixonmars@archlinux.org</email>
</author>
<published>2017-06-11T17:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a0f0258eeea538a12450977584f8d3dca8927ba7'/>
<id>a0f0258eeea538a12450977584f8d3dca8927ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove exec permission from files that shouldn't have it</title>
<updated>2017-06-10T23:38:45+00:00</updated>
<author>
<name>Justin Mayhew</name>
<email>mayhew@live.ca</email>
</author>
<published>2017-06-10T23:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c6a634715637e971e485766bfa37c73613ab7b82'/>
<id>c6a634715637e971e485766bfa37c73613ab7b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2017-06-09T18:32:27+00:00</updated>
<author>
<name>mlcrazy</name>
<email>liumatt@gmail.com</email>
</author>
<published>2017-06-09T18:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=613f61d77c0ddc185054fcbb114c07ce3f2f4cb8'/>
<id>613f61d77c0ddc185054fcbb114c07ce3f2f4cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes error swallowing in set_environ</title>
<updated>2017-06-09T18:10:47+00:00</updated>
<author>
<name>mlcrazy</name>
<email>liumatt@gmail.com</email>
</author>
<published>2017-06-06T21:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=1d7fd6c8b305351ba34280492fa3a9cf968cfbb8'/>
<id>1d7fd6c8b305351ba34280492fa3a9cf968cfbb8</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>Fix requests.packages not having package attributes</title>
<updated>2017-05-29T21:27:10+00:00</updated>
<author>
<name>Ryan Pineo</name>
<email>ry@tsl.io</email>
</author>
<published>2017-05-29T21:25:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=1278ecdf71a312dc2268f3bfc0aabfab3c006dcf'/>
<id>1278ecdf71a312dc2268f3bfc0aabfab3c006dcf</id>
<content type='text'>
Fixes #4104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4104
</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>skip for now</title>
<updated>2017-05-28T17:05:09+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-28T17:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2ccecf6dbd4e9130a53e9bb3b99d78f8490f9ce7'/>
<id>2ccecf6dbd4e9130a53e9bb3b99d78f8490f9ce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>todo</title>
<updated>2017-05-28T04:43:54+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-28T04:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c3a00771e395789b4704a7e8a01d01acb04dcde2'/>
<id>c3a00771e395789b4704a7e8a01d01acb04dcde2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
