<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/dummyserver, branch httpheaderdict-requests</title>
<subtitle>github.com: shazow/urllib3.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/'/>
<entry>
<title>Issue #610 -- Tests fallback to IPv4 if IPv6 fails</title>
<updated>2015-05-11T20:45:59+00:00</updated>
<author>
<name>David D. Riddle</name>
<email>ddriddle@illinois.edu</email>
</author>
<published>2015-05-07T19:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=cf1dd49a285f5467c7629291aad7e1ccbc76fede'/>
<id>cf1dd49a285f5467c7629291aad7e1ccbc76fede</id>
<content type='text'>
On systems with IPv6 disabled all IPv6 unit tests will now be skipped,
instead of throwing an exception.

On some IPv6 enabled systems with badly configured DNS, where the IPv6
loopback address ::1 is not assigned to localhost, the unit tests will
fallback to using IPv4 for tests that bind to localhost instead of
throwing an socket.gaierror exception. IPv6 tests that bind directly to
::1 will continue to be run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On systems with IPv6 disabled all IPv6 unit tests will now be skipped,
instead of throwing an exception.

On some IPv6 enabled systems with badly configured DNS, where the IPv6
loopback address ::1 is not assigned to localhost, the unit tests will
fallback to using IPv4 for tests that bind to localhost instead of
throwing an socket.gaierror exception. IPv6 tests that bind directly to
::1 will continue to be run.
</pre>
</div>
</content>
</entry>
<entry>
<title>test chunked response with gzip encoding</title>
<updated>2015-04-29T22:04:46+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2015-04-29T22:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=3f54764e66784e2311e2ba28f8b13d8c8083ecc7'/>
<id>3f54764e66784e2311e2ba28f8b13d8c8083ecc7</id>
<content type='text'>
duplicates #441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
duplicates #441
</pre>
</div>
</content>
</entry>
<entry>
<title>[dummyserver] emit all chunks</title>
<updated>2015-04-27T06:18:28+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2015-04-27T06:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=42b22baf848d4c7844108aeada63d7f7861aa06c'/>
<id>42b22baf848d4c7844108aeada63d7f7861aa06c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test keep-alive chunked requests</title>
<updated>2015-04-27T05:17:03+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2015-04-26T10:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=c92fe455117c2de5224d150bf89d3fbca0c17f9a'/>
<id>c92fe455117c2de5224d150bf89d3fbca0c17f9a</id>
<content type='text'>
see #598
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see #598
</pre>
</div>
</content>
</entry>
<entry>
<title>py2.6 threading fix</title>
<updated>2015-04-23T16:48:49+00:00</updated>
<author>
<name>matejcik</name>
<email>ja@matejcik.cz</email>
</author>
<published>2015-04-23T16:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=7d5206f2d9df64ad6910cdcf084bc7c0d8b4fe44'/>
<id>7d5206f2d9df64ad6910cdcf084bc7c0d8b4fe44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>let tornado take care of encoding (fixes py3 error)</title>
<updated>2015-04-23T13:43:15+00:00</updated>
<author>
<name>matejcik</name>
<email>ja@matejcik.cz</email>
</author>
<published>2015-04-23T13:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=6ca5cae3359604ad070db8b5765fab6880c7c084'/>
<id>6ca5cae3359604ad070db8b5765fab6880c7c084</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make socket test not hang if server fails to start</title>
<updated>2015-04-23T13:30:22+00:00</updated>
<author>
<name>matejcik</name>
<email>ja@matejcik.cz</email>
</author>
<published>2015-04-23T13:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=5416e7e936bb4317741c93c77b4ae2d2d37c938c'/>
<id>5416e7e936bb4317741c93c77b4ae2d2d37c938c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Tornado directly instead of WSGI compatibility layer</title>
<updated>2015-04-23T13:29:33+00:00</updated>
<author>
<name>matejcik</name>
<email>ja@matejcik.cz</email>
</author>
<published>2015-04-23T13:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=01994d6e604677e19aebe06058f2a1e772070293'/>
<id>01994d6e604677e19aebe06058f2a1e772070293</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 use IPv6 in tests when it's not available</title>
<updated>2015-03-16T17:29:00+00:00</updated>
<author>
<name>Tomas Tomecek</name>
<email>ttomecek@redhat.com</email>
</author>
<published>2015-03-15T11:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=10fab92de03c51fa783e5068d61b1d9f76908704'/>
<id>10fab92de03c51fa783e5068d61b1d9f76908704</id>
<content type='text'>
Fixes #568
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #568
</pre>
</div>
</content>
</entry>
<entry>
<title>Close connections properly</title>
<updated>2015-01-25T01:31:49+00:00</updated>
<author>
<name>Markus Unterwaditzer</name>
<email>markus@unterwaditzer.net</email>
</author>
<published>2015-01-10T14:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/urllib3.git/commit/?id=089ff9eeeb1b0dcafd2f0d741a910c317d1487a1'/>
<id>089ff9eeeb1b0dcafd2f0d741a910c317d1487a1</id>
<content type='text'>
Also kill server if the testsuite fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also kill server if the testsuite fails.
</pre>
</div>
</content>
</entry>
</feed>
