<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git, branch ipvfuture</title>
<subtitle>github.com: shazow/urllib3.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/'/>
<entry>
<title>,</title>
<updated>2019-04-24T21:01:51+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T21:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=7b4458b718c8697b01ab679cef0770bce6142719'/>
<id>7b4458b718c8697b01ab679cef0770bce6142719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test_ssl.py</title>
<updated>2019-04-24T20:35:31+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T20:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=c62203e8eb20a0520d64d260ee487b575a33a688'/>
<id>c62203e8eb20a0520d64d260ee487b575a33a688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also support RFC 4007 Zone IDs</title>
<updated>2019-04-24T20:34:16+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T20:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=97f817cff63aaa0c1dd7503f981d535e3d912842'/>
<id>97f817cff63aaa0c1dd7503f981d535e3d912842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES.rst</title>
<updated>2019-04-24T20:14:18+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T20:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=0416c2975186e5772e160cd726cfa7263ef8bdcb'/>
<id>0416c2975186e5772e160cd726cfa7263ef8bdcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test_ssl.py</title>
<updated>2019-04-24T20:12:22+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T20:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=d3703145db66977a05f4d24e97e0421578ef6166'/>
<id>d3703145db66977a05f4d24e97e0421578ef6166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>is_ipaddress shouldn't detect IPvFuture addresses</title>
<updated>2019-04-24T20:10:59+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T20:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=7d8ce797fa3b4cda9177207977a68837620d24d1'/>
<id>7d8ce797fa3b4cda9177207977a68837620d24d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to Nox (#1580)</title>
<updated>2019-04-24T17:32:45+00:00</updated>
<author>
<name>Thea Flowers</name>
<email>me@thea.codes</email>
</author>
<published>2019-04-24T17:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=2001292974c0c98e1f06a51494babd5c601285d8'/>
<id>2001292974c0c98e1f06a51494babd5c601285d8</id>
<content type='text'>


* Fix appveyor config escaping (I think, ugh yaml)

* Attempt to fix appveyor run script and help mac find nox

* Really, AppVeyor?

* Another attempt to get mac and appveyor working.

* Comb in brotli changes from #1579

* Comb in pypy changes from #1576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>


* Fix appveyor config escaping (I think, ugh yaml)

* Attempt to fix appveyor run script and help mac find nox

* Really, AppVeyor?

* Another attempt to get mac and appveyor working.

* Comb in brotli changes from #1579

* Comb in pypy changes from #1576
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.25.1 (#1581)</title>
<updated>2019-04-24T15:16:43+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T15:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=85e7798378fe1eda5c7425c0141c045974bd976f'/>
<id>85e7798378fe1eda5c7425c0141c045974bd976f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add first-class support for Brotli package (#1579)</title>
<updated>2019-04-24T12:18:44+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T12:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=64e413f1b2fef86a150ae747f00aab0e2be8e59c'/>
<id>64e413f1b2fef86a150ae747f00aab0e2be8e59c</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade rfc3986 to v1.3.1 (#1578)</title>
<updated>2019-04-24T02:59:06+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-24T02:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=ff8f7219d98a4f939260020244d0769bef81b305'/>
<id>ff8f7219d98a4f939260020244d0769bef81b305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
