<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/dummyserver, branch pyopenssl-pin-python-2.6</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>Use FQDN only for DNS and drop trailing dot for other operations</title>
<updated>2017-12-14T21:14:59+00:00</updated>
<author>
<name>Jesse Shapiro</name>
<email>jesse@jesseshapiro.net</email>
</author>
<published>2017-09-02T00:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=68f3475b421f81d0e78eb0c2271d27d8b75bea05'/>
<id>68f3475b421f81d0e78eb0c2271d27d8b75bea05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use bare except</title>
<updated>2017-11-21T13:01:08+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-21T13:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=904abe41f02c06057bcb8af8d2eb7c7f5774b7ca'/>
<id>904abe41f02c06057bcb8af8d2eb7c7f5774b7ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip this too without IPV6</title>
<updated>2017-11-20T20:27:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-20T20:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=b419fe26d0f5a0b39fb35148c2eb696d5053cccf'/>
<id>b419fe26d0f5a0b39fb35148c2eb696d5053cccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused import</title>
<updated>2017-11-20T12:46:02+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-20T12:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=07aee8759b1a8b2cb2784f2e408d6c9b11c25b8a'/>
<id>07aee8759b1a8b2cb2784f2e408d6c9b11c25b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to run IPv6 tests if IPv6 is disabled at runtime</title>
<updated>2017-11-20T12:41:01+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-20T12:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=745ba5332c3a34744614498ead18176221cfda5d'/>
<id>745ba5332c3a34744614498ead18176221cfda5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dummyserver decode errors when defaults are used with Python 3</title>
<updated>2017-09-11T04:00:48+00:00</updated>
<author>
<name>Justin Patrin</name>
<email>papercrane@reversefold.com</email>
</author>
<published>2017-09-06T03:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=7a046a9a1b1cb23d51e32628f0dbea2942518baf'/>
<id>7a046a9a1b1cb23d51e32628f0dbea2942518baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dummyserver/server.py: simlify import ssl strategy</title>
<updated>2017-08-16T10:37:10+00:00</updated>
<author>
<name>Ryan T. Dean</name>
<email>ryand@netflix.com</email>
</author>
<published>2017-08-16T10:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=890a2114a28b6b3d7ea008d3ad443119355ef1a4'/>
<id>890a2114a28b6b3d7ea008d3ad443119355ef1a4</id>
<content type='text'>
Given that large portions of the existing test base blindly import ssl,
and given that if the ssl module exists, CERT_OPTIONAL will be present,
just import ssl unconditionally and use ssl.CERT_OPTIONAL where needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given that large portions of the existing test base blindly import ssl,
and given that if the ssl module exists, CERT_OPTIONAL will be present,
just import ssl unconditionally and use ssl.CERT_OPTIONAL where needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix up tests and dummyserver /certificate endpoint</title>
<updated>2017-08-15T23:38:11+00:00</updated>
<author>
<name>Ryan T. Dean</name>
<email>ryand@netflix.com</email>
</author>
<published>2017-08-11T22:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=89558c9c794cd21e8baf31578069638190ab9b0f'/>
<id>89558c9c794cd21e8baf31578069638190ab9b0f</id>
<content type='text'>
* update dummyserver /certificate endpoint to return a json dict of the
  subject of the client certificate used to connect (needed for py26
  compatibility)
* update test_client_intermediate to use assertDictEquals to test the
  returned certificate info from /certificate
* update test_client_no_intermediate to call request with retries=False,
  as certificate authentication failure isn't something that will
  resolve itself through retries.
tests currently pass on py26, py27, py34, py35, and py36 on my mac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update dummyserver /certificate endpoint to return a json dict of the
  subject of the client certificate used to connect (needed for py26
  compatibility)
* update test_client_intermediate to use assertDictEquals to test the
  returned certificate info from /certificate
* update test_client_no_intermediate to call request with retries=False,
  as certificate authentication failure isn't something that will
  resolve itself through retries.
tests currently pass on py26, py27, py34, py35, and py36 on my mac.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/with_dummyserver/test_https.py: addressing code review</title>
<updated>2017-08-10T22:54:08+00:00</updated>
<author>
<name>Wolfgang Richter</name>
<email>wolfgang.richter@gmail.com</email>
</author>
<published>2017-05-14T16:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=d02d3c32bb922d8948311dc3e3cf8fd8797e14df'/>
<id>d02d3c32bb922d8948311dc3e3cf8fd8797e14df</id>
<content type='text'>
+ Where applicable, using implicit line continuations
+ Moved certificate serial number constant to a more central location
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ Where applicable, using implicit line continuations
+ Moved certificate serial number constant to a more central location
</pre>
</div>
</content>
</entry>
<entry>
<title>test/with_dummyserver/test_https.py: adding intermediate CA client certificate tests</title>
<updated>2017-08-10T22:53:03+00:00</updated>
<author>
<name>Wolfgang Richter</name>
<email>wolfgang.richter@gmail.com</email>
</author>
<published>2017-05-12T23:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=e939fd9e5da172ce1268d7b13d21064b1cc41023'/>
<id>e939fd9e5da172ce1268d7b13d21064b1cc41023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
