<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/requests, branch 2.20.0</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>v2.20.0</title>
<updated>2018-10-18T05:32:22+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-10-16T20:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=bd840450c0d1e9db3bf62382c15d96378cc3a056'/>
<id>bd840450c0d1e9db3bf62382c15d96378cc3a056</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>Prefer https:// for URLs throughout project</title>
<updated>2018-09-30T22:14:40+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-30T22:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=b0ad2499c8641d29affc90f565e6628d333d2a96'/>
<id>b0ad2499c8641d29affc90f565e6628d333d2a96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework authorization stripping logic as discussed</title>
<updated>2018-09-14T08:44:43+00:00</updated>
<author>
<name>Bruce Merry</name>
<email>bmerry@ska.ac.za</email>
</author>
<published>2018-08-14T11:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=857e9b7ac20c3accf4cc328f594aecb8b6a644a6'/>
<id>857e9b7ac20c3accf4cc328f594aecb8b6a644a6</id>
<content type='text'>
The exception for http-&gt;https upgrade now requires the standard HTTP(S)
ports to be used, either implicitly (no port specified) or explicitly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The exception for http-&gt;https upgrade now requires the standard HTTP(S)
ports to be used, either implicitly (no port specified) or explicitly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip Authorization header whenever root URL changes</title>
<updated>2018-09-14T08:44:43+00:00</updated>
<author>
<name>Bruce Merry</name>
<email>bmerry@ska.ac.za</email>
</author>
<published>2018-06-28T14:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=3331e2aecdbf575dd60abef4df79c52d78610a83'/>
<id>3331e2aecdbf575dd60abef4df79c52d78610a83</id>
<content type='text'>
Previously the header was stripped only if the hostname changed, but in
an https -&gt; http redirect that can leak the credentials on the wire
(#4716). Based on with RFC 7235 section 2.2, the header is now stripped
if the "canonical root URL" (scheme+authority) has changed, by checking
scheme, hostname and port.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the header was stripped only if the hostname changed, but in
an https -&gt; http redirect that can leak the credentials on the wire
(#4716). Based on with RFC 7235 section 2.2, the header is now stripped
if the "canonical root URL" (scheme+authority) has changed, by checking
scheme, hostname and port.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assumed hostname when using a 'file' URI scheme adapter</title>
<updated>2018-08-13T16:28:35+00:00</updated>
<author>
<name>Kale Franz</name>
<email>kfranz@continuum.io</email>
</author>
<published>2018-07-05T22:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=8023a01dba6f7d6c2ae0336c59a368929ef26ac3'/>
<id>8023a01dba6f7d6c2ae0336c59a368929ef26ac3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add return type on cookies.py</title>
<updated>2018-08-01T08:21:03+00:00</updated>
<author>
<name>Dohyeon Kim</name>
<email>k.dohvis@gmail.com</email>
</author>
<published>2018-08-01T08:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=72d96a67ef5db73dcc419a7a24d0ed0be26931fe'/>
<id>72d96a67ef5db73dcc419a7a24d0ed0be26931fe</id>
<content type='text'>
http://docs.python-requests.org/en/master/api/#api-cookies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://docs.python-requests.org/en/master/api/#api-cookies</pre>
</div>
</content>
</entry>
<entry>
<title>make content-type's charset information case-insensitive</title>
<updated>2018-07-24T16:13:50+00:00</updated>
<author>
<name>Lucy Linder</name>
<email>lucy.derlin@gmail.com</email>
</author>
<published>2018-07-24T16:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=907c927d60f4ba3f09cf3574a5ae90ab76aa1717'/>
<id>907c927d60f4ba3f09cf3574a5ae90ab76aa1717</id>
<content type='text'>
see issue https://github.com/requests/requests/issues/4748 for more information
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see issue https://github.com/requests/requests/issues/4748 for more information
</pre>
</div>
</content>
</entry>
</feed>
