<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/HISTORY.rst, branch none_filepointer</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/'/>
<entry>
<title>updating HISTORY.rst</title>
<updated>2018-05-17T14:17:50+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-05-17T14:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=044123de862265aee8b371181c9a61393a2cc3fb'/>
<id>044123de862265aee8b371181c9a61393a2cc3fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bring HISTORY.rst up to date with recent changes</title>
<updated>2018-05-16T14:35:44+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-05-16T14:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=f3fc892b901abe2c3605f2669af4f6469b896e88'/>
<id>f3fc892b901abe2c3605f2669af4f6469b896e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2018-02-08T00:25:22+00:00</updated>
<author>
<name>Semen Zhydenko</name>
<email>simeon.zhidenko@gmail.com</email>
</author>
<published>2018-02-08T00:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=22120d423e5bd5981f8e4c715d3a26071ff8d278'/>
<id>22120d423e5bd5981f8e4c715d3a26071ff8d278</id>
<content type='text'>
nonexistant -&gt; nonexistent
neccessary -&gt; necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nonexistant -&gt; nonexistent
neccessary -&gt; necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>updating history</title>
<updated>2018-01-21T19:06:33+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>Nate.Prewitt@gmail.com</email>
</author>
<published>2018-01-21T19:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=512066488e039e048ff255d8322fbb53642166bd'/>
<id>512066488e039e048ff255d8322fbb53642166bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DNS resolution by using hostname instead of netloc and strip username and password when comparing against proxy bypass items.</title>
<updated>2018-01-16T09:18:06+00:00</updated>
<author>
<name>Darren Dormer</name>
<email>me@darren.io</email>
</author>
<published>2017-12-12T14:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=2255c34a65b5b1353004dc8d49cc397cd794ec15'/>
<id>2255c34a65b5b1353004dc8d49cc397cd794ec15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2017-11-25T14:21:59+00:00</updated>
<author>
<name>Anton Fedchin</name>
<email>afedchin@ruswizards.com</email>
</author>
<published>2017-11-25T09:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=351ec982bb38a069a6b236b8d77dc09f26c2f444'/>
<id>351ec982bb38a069a6b236b8d77dc09f26c2f444</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://trove.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://trove.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>Warn user about possible slowdown when using cryptography version &lt;</title>
<updated>2017-10-14T13:00:58+00:00</updated>
<author>
<name>Taylor Rose</name>
<email>primdevs@protonmail.com</email>
</author>
<published>2017-10-10T17:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=15054aa3909da2383e8cfa9abcd296ba46a7200f'/>
<id>15054aa3909da2383e8cfa9abcd296ba46a7200f</id>
<content type='text'>
1.3.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1.3.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the invalid restructured text in HISTORY file</title>
<updated>2017-09-23T20:54:14+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2017-09-23T20:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-requests.git/commit/?id=40c8bcf70ce397bf8d8ffcf3e8471e5da1d76dfc'/>
<id>40c8bcf70ce397bf8d8ffcf3e8471e5da1d76dfc</id>
<content type='text'>
This was breaking the display of our long_description on PyPI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was breaking the display of our long_description on PyPI.
</pre>
</div>
</content>
</entry>
</feed>
