<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/models.py, branch travis</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>remove legacy super() call</title>
<updated>2017-07-27T00:21:45+00:00</updated>
<author>
<name>Mark Szymanski</name>
<email>mark@blueye.com</email>
</author>
<published>2017-07-27T00:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=e2f5a135c3048d7e6d0b2907ea8811c6943740d3'/>
<id>e2f5a135c3048d7e6d0b2907ea8811c6943740d3</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>cleanup models.py</title>
<updated>2017-05-30T03:00:09+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-30T03:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=33619268f986b7d6452fdab43e70096401c5b361'/>
<id>33619268f986b7d6452fdab43e70096401c5b361</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>fix models.py</title>
<updated>2017-05-27T02:55:55+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T02:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6d3d5e59c9e1a37244ddce0e3d8b30a14d2a9974'/>
<id>6d3d5e59c9e1a37244ddce0e3d8b30a14d2a9974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix models.py</title>
<updated>2017-05-27T02:50:13+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T02:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6c41633cfd5634be42c9026f4c206fc8c2bf5d84'/>
<id>6c41633cfd5634be42c9026f4c206fc8c2bf5d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove Request.send(session)</title>
<updated>2017-05-27T01:28:52+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T01:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c3367d1854208c37855622659ae0a621d9352af2'/>
<id>c3367d1854208c37855622659ae0a621d9352af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>who wrote this shit</title>
<updated>2017-05-27T01:17:13+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T01:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=dfd667df96f9d8102100fdf85292e6dbf4b4e22e'/>
<id>dfd667df96f9d8102100fdf85292e6dbf4b4e22e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API improvements</title>
<updated>2017-05-27T01:07:37+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2017-05-27T01:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ce64cce14ef5914216fe52a40496f47b4631d13c'/>
<id>ce64cce14ef5914216fe52a40496f47b4631d13c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some unused imports.</title>
<updated>2017-04-25T21:10:01+00:00</updated>
<author>
<name>Chris Gavin</name>
<email>chris@chrisgavin.me</email>
</author>
<published>2017-04-25T20:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=19ba9f10979a6621d7329c8b60f57055ae37b132'/>
<id>19ba9f10979a6621d7329c8b60f57055ae37b132</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
