<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/models.py, branch baserock/morph</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>Merge pull request #1508 from dieterv/master</title>
<updated>2013-08-01T01:36:07+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-08-01T01:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=abfb38bd57f4d3ed843ef2b350a097ebf3a7c216'/>
<id>abfb38bd57f4d3ed843ef2b350a097ebf3a7c216</id>
<content type='text'>
remove duplicate comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove duplicate comment</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1498 from Lukasa/incompleteread</title>
<updated>2013-08-01T01:23:14+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-08-01T01:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d5a88169268f9674f837d786558802a0b0015a69'/>
<id>d5a88169268f9674f837d786558802a0b0015a69</id>
<content type='text'>
Wrap IncompleteRead in ChunkedEncodingError.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap IncompleteRead in ChunkedEncodingError.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1501 from sigmavirus24/remove_setting_of_hooks</title>
<updated>2013-08-01T01:22:58+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2013-08-01T01:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6b13ecdc85a54fe9e91d192233168c2b188a856a'/>
<id>6b13ecdc85a54fe9e91d192233168c2b188a856a</id>
<content type='text'>
Fix duplication of efforts caught by @dofelw</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix duplication of efforts caught by @dofelw</pre>
</div>
</content>
</entry>
<entry>
<title>Merge settings when creating PreparedRequest, don't copy Request.</title>
<updated>2013-07-31T20:42:02+00:00</updated>
<author>
<name>Robert Estelle</name>
<email>robert@btbapp.com</email>
</author>
<published>2013-07-31T20:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=0ab7a52f7c04998ae68ed7da442fce32293e0fb5'/>
<id>0ab7a52f7c04998ae68ed7da442fce32293e0fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove duplicate comment</title>
<updated>2013-07-31T07:29:24+00:00</updated>
<author>
<name>Dieter Verfaillie</name>
<email>dieterv@optionexplicit.be</email>
</author>
<published>2013-07-31T07:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=852de116ddf7fa2d82a6c3453916acecc2da926d'/>
<id>852de116ddf7fa2d82a6c3453916acecc2da926d</id>
<content type='text'>
This is already mentioned at line 357...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is already mentioned at line 357...</pre>
</div>
</content>
</entry>
<entry>
<title>Shallow copy of Request fields in Request.copy()</title>
<updated>2013-07-31T05:59:53+00:00</updated>
<author>
<name>Robert Estelle</name>
<email>robert@btbapp.com</email>
</author>
<published>2013-07-31T05:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ee90f0af608a58761e5f1e08ea5ea6a6365651a2'/>
<id>ee90f0af608a58761e5f1e08ea5ea6a6365651a2</id>
<content type='text'>
This prevents e.g. modifying the headers of a copied request from
affecting the headers of its source and vice versa. Copying is used with
the intent to mutuate, so allowing this kind of mutation of fields makes
sense.

Is a deep copy better?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents e.g. modifying the headers of a copied request from
affecting the headers of its source and vice versa. Copying is used with
the intent to mutuate, so allowing this kind of mutation of fields makes
sense.

Is a deep copy better?
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare requests with session settings separately from sending.</title>
<updated>2013-07-31T04:39:36+00:00</updated>
<author>
<name>Robert Estelle</name>
<email>robert@btbapp.com</email>
</author>
<published>2013-07-31T04:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b5c136152f4184387017ce570d2a499f21b6de14'/>
<id>b5c136152f4184387017ce570d2a499f21b6de14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplication of efforts caught by @dofelw</title>
<updated>2013-07-29T13:09:07+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2013-07-29T13:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=37786613e06f055a0495b05940f31531a9afd705'/>
<id>37786613e06f055a0495b05940f31531a9afd705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap IncompleteRead in ChunkedEncodingError.</title>
<updated>2013-07-28T06:42:17+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2013-07-28T06:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=79f3e69f5eecdcd2dc09b234d72305a180f149d3'/>
<id>79f3e69f5eecdcd2dc09b234d72305a180f149d3</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 #1494 from Lukasa/close</title>
<updated>2013-07-28T06:04:34+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2013-07-28T06:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9473f15909fb3f2329247812e0d3c661421ceafc'/>
<id>9473f15909fb3f2329247812e0d3c661421ceafc</id>
<content type='text'>
Document the Response.close() method.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document the Response.close() method.</pre>
</div>
</content>
</entry>
</feed>
