<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/dummyserver/server.py, 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>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>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>
<entry>
<title>Merge branch 'master' into secure-transport</title>
<updated>2017-04-25T08:07:12+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-04-25T08:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=bc85fc250ba1beef287a678ef251045a1ae5c907'/>
<id>bc85fc250ba1beef287a678ef251045a1ae5c907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve Windows + Py36 bug</title>
<updated>2017-04-24T08:03:40+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-04-24T07:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=8e01e8a3b241fe45d211e80d1241badcebcfd2ca'/>
<id>8e01e8a3b241fe45d211e80d1241badcebcfd2ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for SecureTransport TLS backend</title>
<updated>2017-03-06T09:38:35+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2017-02-13T16:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=6a6cfe900ad80311378720028a0201d951eed1a5'/>
<id>6a6cfe900ad80311378720028a0201d951eed1a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dummyserver: raise syn backlog</title>
<updated>2016-11-25T18:53:59+00:00</updated>
<author>
<name>Étienne Buira</name>
<email>etienne.buira@gmail.com</email>
</author>
<published>2016-11-25T18:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=565c53a4ff500556f1af84159dddee4c0bf61099'/>
<id>565c53a4ff500556f1af84159dddee4c0bf61099</id>
<content type='text'>
If the client thread called connect() by the time the server thread
actually accept()ed connections, the client got a connection refused
error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the client thread called connect() by the time the server thread
actually accept()ed connections, the client got a connection refused
error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 E305 errors</title>
<updated>2016-11-15T00:19:54+00:00</updated>
<author>
<name>lars4839</name>
<email>lars4839@umn.edu</email>
</author>
<published>2016-11-15T00:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=15a1efae8c4af5bf2e08cd33a8b38f9a1312e54f'/>
<id>15a1efae8c4af5bf2e08cd33a8b38f9a1312e54f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
