<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests, branch pytest-httpbin</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>Add 511 Network Authentication Required status code to dict of status codes</title>
<updated>2015-10-26T15:42:37+00:00</updated>
<author>
<name>Ann Paul</name>
<email>ann@prismskylabs.com</email>
</author>
<published>2015-10-26T15:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=7dd94941c84d28c329db1d7739ea32f8d41a131e'/>
<id>7dd94941c84d28c329db1d7739ea32f8d41a131e</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 #2825 from Lukasa/universal_newlines</title>
<updated>2015-10-24T14:37:16+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>sigmavirus24@users.noreply.github.com</email>
</author>
<published>2015-10-24T14:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d290a9b4c6e7c40b30e14091de0352ab955c6299'/>
<id>d290a9b4c6e7c40b30e14091de0352ab955c6299</id>
<content type='text'>
Add warnings about text/binary mode files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add warnings about text/binary mode files.</pre>
</div>
</content>
</entry>
<entry>
<title>Emit warnings when using text mode files.</title>
<updated>2015-10-24T08:29:23+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-10-24T08:29:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=f1fd11e54faef9045833432c8505b6681d7526bc'/>
<id>f1fd11e54faef9045833432c8505b6681d7526bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issue #2844</title>
<updated>2015-10-23T12:22:36+00:00</updated>
<author>
<name>Alex Khomchenko</name>
<email>akhomchenko@gmail.com</email>
</author>
<published>2015-10-23T12:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=edc68a0ac899785cd89a726e3da258e880d641dd'/>
<id>edc68a0ac899785cd89a726e3da258e880d641dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use buffering for HTTP responses on chunked requests</title>
<updated>2015-10-15T13:58:07+00:00</updated>
<author>
<name>Dimitris Bliablias</name>
<email>bl.dimitris@gmail.com</email>
</author>
<published>2015-10-15T13:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8f591682e6a901baf0cc8a0393b5930252f0318a'/>
<id>8f591682e6a901baf0cc8a0393b5930252f0318a</id>
<content type='text'>
For non-chunked requests, the request is performed using the 'urlopen'
method that underlying uses buffering for the HTTP responses (for Python
2.7+ versions). For chunked requests though, the request is made via a
different code path and so the 'getresponse' method is called without
using buffering. So, the response is consumed per single byte via a
recv() call on the underlying socket.

This patch, fixes that issue to mimic the non-chucked request behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For non-chunked requests, the request is performed using the 'urlopen'
method that underlying uses buffering for the HTTP responses (for Python
2.7+ versions). For chunked requests though, the request is made via a
different code path and so the 'getresponse' method is called without
using buffering. So, the response is consumed per single byte via a
recv() call on the underlying socket.

This patch, fixes that issue to mimic the non-chucked request behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed usage example in sessions.py</title>
<updated>2015-10-15T12:32:35+00:00</updated>
<author>
<name>Daniel Müller</name>
<email>danielmueller@limebird.de</email>
</author>
<published>2015-10-15T12:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=d8f28f4bca40715a3b2929ae639868f235bcaa38'/>
<id>d8f28f4bca40715a3b2929ae639868f235bcaa38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v2.8.1</title>
<updated>2015-10-13T12:55:09+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-10-13T12:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=18a6b601100db978f3a6e191816456e75bc47e0f'/>
<id>18a6b601100db978f3a6e191816456e75bc47e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to_native_string for methods to prepare()</title>
<updated>2015-10-12T09:50:37+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-10-12T09:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2df3c7c75dd4e3c825421da3aaa4b08bd91d4afb'/>
<id>2df3c7c75dd4e3c825421da3aaa4b08bd91d4afb</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 #2810 from Lukasa/certupdate</title>
<updated>2015-10-08T16:12:09+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>sigmavirus24@users.noreply.github.com</email>
</author>
<published>2015-10-08T16:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=978a89d5a32f6e91acf0812f7f2b29c9f97d6a0c'/>
<id>978a89d5a32f6e91acf0812f7f2b29c9f97d6a0c</id>
<content type='text'>
Update requests certificate bundle.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update requests certificate bundle.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2814 from Lukasa/issue/2813</title>
<updated>2015-10-08T15:13:08+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>sigmavirus24@users.noreply.github.com</email>
</author>
<published>2015-10-08T15:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=931fd0eecefc1586ceeeec84af4f1a99a77dda3b'/>
<id>931fd0eecefc1586ceeeec84af4f1a99a77dda3b</id>
<content type='text'>
Use general null check for JSON</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use general null check for JSON</pre>
</div>
</content>
</entry>
</feed>
