<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests/adapters.py, branch master</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>Revert "Use urllib for chunked requests"</title>
<updated>2020-02-19T00:56:39+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2020-02-18T23:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=24bcb9eab60d2db5e71979ea391b3e5675daff1f'/>
<id>24bcb9eab60d2db5e71979ea391b3e5675daff1f</id>
<content type='text'>
This reverts commit 2da7fe08586aeaff614c017a9a834a22c937384a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2da7fe08586aeaff614c017a9a834a22c937384a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use urllib for chunked requests</title>
<updated>2019-07-02T09:17:33+00:00</updated>
<author>
<name>Leon Verrall</name>
<email>LVerrall@slb.com</email>
</author>
<published>2019-07-02T09:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=2da7fe08586aeaff614c017a9a834a22c937384a'/>
<id>2da7fe08586aeaff614c017a9a834a22c937384a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove final remnants from 2.6</title>
<updated>2018-10-17T07:18:51+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-10-16T19:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=7fd9267b3bab1d45f5e4ac0953629c5531ecbc55'/>
<id>7fd9267b3bab1d45f5e4ac0953629c5531ecbc55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use comprehensions whenever possible</title>
<updated>2018-10-17T03:34:22+00:00</updated>
<author>
<name>Hugo Osvaldo Barrera</name>
<email>hugo@barrera.io</email>
</author>
<published>2017-06-04T17:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=89ab030cdb83a728a30e172bc65d27ba214d2eda'/>
<id>89ab030cdb83a728a30e172bc65d27ba214d2eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wrap url parsing exceptions from urllib3's PoolManager</title>
<updated>2018-10-01T00:36:05+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-10-01T00:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=bbdbcc8f0553f112ff68b0950b4128bd8af000fc'/>
<id>bbdbcc8f0553f112ff68b0950b4128bd8af000fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misspelled 'proxy' parameter in docstring</title>
<updated>2018-06-26T18:58:18+00:00</updated>
<author>
<name>Steven M. Vascellaro</name>
<email>svascellaro@gmail.com</email>
</author>
<published>2018-06-26T18:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5d9063828150c349dcafffefbd952b194817ba05'/>
<id>5d9063828150c349dcafffefbd952b194817ba05</id>
<content type='text'>
The 'proxy' parameter was misspelled as 'proxies' in the docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'proxy' parameter was misspelled as 'proxies' in the docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>pass kwargs from send call to add_headers, per documentation</title>
<updated>2018-02-02T18:10:16+00:00</updated>
<author>
<name>Jonathan Elliott Blum</name>
<email>jon@jonblum.net</email>
</author>
<published>2018-02-02T18:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8e040523a4d3ce6e80b2edb7d3112480d697ddc8'/>
<id>8e040523a4d3ce6e80b2edb7d3112480d697ddc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if host is invalid for proxy</title>
<updated>2017-11-15T13:58:54+00:00</updated>
<author>
<name>Nehal J Wani</name>
<email>nehaljw.kkd1@gmail.com</email>
</author>
<published>2017-10-26T14:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=9a8a826f226e6973d72914b4a4fc806e0b5036f4'/>
<id>9a8a826f226e6973d72914b4a4fc806e0b5036f4</id>
<content type='text'>
According to RFC3986, the authority section can be empty for a given URL,
however, for a proxy URL, it shouldn't be. This patch adds a check to verify
that the parsed URL will have a valid host before creating the proxy manager.

Fixes #4353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to RFC3986, the authority section can be empty for a given URL,
however, for a proxy URL, it shouldn't be. This patch adds a check to verify
that the parsed URL will have a valid host before creating the proxy manager.

Fixes #4353
</pre>
</div>
</content>
</entry>
<entry>
<title>support extraction of certificate bundle from a zip archive</title>
<updated>2017-11-05T20:14:17+00:00</updated>
<author>
<name>Arthur Vigil</name>
<email>me@ahv.io</email>
</author>
<published>2017-11-05T18:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=c86b09b3c67a437f8851d3be9232b0a1c8585e20'/>
<id>c86b09b3c67a437f8851d3be9232b0a1c8585e20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly raise SSLError from urllib3.</title>
<updated>2017-07-29T11:12:11+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-07-29T11:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=4f49f6b3ed99cf73feaec762f96f44574ac54134'/>
<id>4f49f6b3ed99cf73feaec762f96f44574ac54134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
