<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/test/test_response.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>add unit tests</title>
<updated>2018-04-27T21:23:56+00:00</updated>
<author>
<name>Chris Wilcox</name>
<email>crwilcox@google.com</email>
</author>
<published>2018-04-27T21:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=fc210c543bfb62ae3f1bbbc5d873fa39bd048ff4'/>
<id>fc210c543bfb62ae3f1bbbc5d873fa39bd048ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2018-02-21T19:03:40+00:00</updated>
<author>
<name>Shay Erlichmen</name>
<email>erlichmen@gmail.com</email>
</author>
<published>2018-02-21T19:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=ef46f403db4069b472bf07c9e21774475de4f524'/>
<id>ef46f403db4069b472bf07c9e21774475de4f524</id>
<content type='text'>
* upstream/master: (28 commits)
  Separate collections from collections.abc
  Remove trailing comma
  Make header parsing more RFC-7230-compliant
  raising the signleton NotImplemented actually raises a TypeError and not NotImplementedError - This issue can cause wrong exception handling or even no handling
  Pass python_requires argument to setuptools
  Add test for ConnectionPool.close
  Prevent AttributeError to be raised when pool is already None
  ;;
  Add pyenv install for Python 3.7 on macOS
  Add macOS+Python 3.7 to Travis
  Add py37 to tox.ini envlist
  Begin testing against Python 3.7
  Prefer readthedocs.io instead of readthedocs.org for doc links
  Move RECENT_DATE to 2017-06-30
  Add spacing between sections on README
  Add Akamai as a sponsor; update sponsorship text to include time-based contributions
  Handle gzip responses with multiple members
  Use FQDN only for DNS and drop trailing dot for other operations
  Credit HPE for my work
  Change use of deprecated assertEquals to pytest style assert
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upstream/master: (28 commits)
  Separate collections from collections.abc
  Remove trailing comma
  Make header parsing more RFC-7230-compliant
  raising the signleton NotImplemented actually raises a TypeError and not NotImplementedError - This issue can cause wrong exception handling or even no handling
  Pass python_requires argument to setuptools
  Add test for ConnectionPool.close
  Prevent AttributeError to be raised when pool is already None
  ;;
  Add pyenv install for Python 3.7 on macOS
  Add macOS+Python 3.7 to Travis
  Add py37 to tox.ini envlist
  Begin testing against Python 3.7
  Prefer readthedocs.io instead of readthedocs.org for doc links
  Move RECENT_DATE to 2017-06-30
  Add spacing between sections on README
  Add Akamai as a sponsor; update sponsorship text to include time-based contributions
  Handle gzip responses with multiple members
  Use FQDN only for DNS and drop trailing dot for other operations
  Credit HPE for my work
  Change use of deprecated assertEquals to pytest style assert
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>add coverage to response.isclosed()</title>
<updated>2018-01-01T18:45:01+00:00</updated>
<author>
<name>Shay Erlichmen</name>
<email>erlichmen@gmail.com</email>
</author>
<published>2018-01-01T18:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=368717c6b2ccf908170808aaf5891be28e80f0da'/>
<id>368717c6b2ccf908170808aaf5891be28e80f0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle gzip responses with multiple members</title>
<updated>2017-12-19T13:19:43+00:00</updated>
<author>
<name>Isaac To</name>
<email>isaacto@gmail.com</email>
</author>
<published>2017-12-02T08:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=50916d21e9fb537ae209b241379ad4986eb0f469'/>
<id>50916d21e9fb537ae209b241379ad4986eb0f469</id>
<content type='text'>
Signed-off-by: Isaac To &lt;isaacto@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Isaac To &lt;isaacto@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Release connection on chunked HEAD response.</title>
<updated>2017-07-21T20:54:12+00:00</updated>
<author>
<name>Timur Alperovich</name>
<email>timuralp@swiftstack.com</email>
</author>
<published>2017-07-21T07:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=3296c81707b95a3822f48aa120dae0687d520930'/>
<id>3296c81707b95a3822f48aa120dae0687d520930</id>
<content type='text'>
AWS S3 servers set "Transfer-Encoding: chunked" even for a HEAD
response, which results in urllib3 not returning the connection to the
pool after calling stream() or read_chunked().

The patch moves the HEAD request check into the error_catcher context
manager, which ensures to release the connection to the pool upon
completion.

Fixes #1234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AWS S3 servers set "Transfer-Encoding: chunked" even for a HEAD
response, which results in urllib3 not returning the connection to the
pool after calling stream() or read_chunked().

The patch moves the HEAD request check into the error_catcher context
manager, which ensures to release the connection to the pool upon
completion.

Fixes #1234
</pre>
</div>
</content>
</entry>
<entry>
<title>Once more, with feeling</title>
<updated>2017-06-14T11:25:09+00:00</updated>
<author>
<name>Alex Chan</name>
<email>a.chan@wellcome.ac.uk</email>
</author>
<published>2017-06-14T11:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=89313031c848b5fe64f785248654a13c8deb7972'/>
<id>89313031c848b5fe64f785248654a13c8deb7972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPResponse is only a context manager in Python 3</title>
<updated>2017-06-14T11:17:27+00:00</updated>
<author>
<name>Alex Chan</name>
<email>a.chan@wellcome.ac.uk</email>
</author>
<published>2017-06-14T11:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=5cbcca09a241b2dbf7b5fb1bd1709c72cb8c6989'/>
<id>5cbcca09a241b2dbf7b5fb1bd1709c72cb8c6989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite test_response.py to be pytest-style</title>
<updated>2017-06-14T10:51:11+00:00</updated>
<author>
<name>Alex Chan</name>
<email>a.chan@wellcome.ac.uk</email>
</author>
<published>2017-06-14T10:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=216e27449f8ac66fa970f76c7808909f5865c8c8'/>
<id>216e27449f8ac66fa970f76c7808909f5865c8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the socket and the HTTPResponse</title>
<updated>2017-06-11T11:04:48+00:00</updated>
<author>
<name>Alex Chan</name>
<email>alex@alexwlchan.net</email>
</author>
<published>2017-06-11T11:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=8d0519d68e95f85affbd74107525590f27a36fc3'/>
<id>8d0519d68e95f85affbd74107525590f27a36fc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up a few more leaked FDs in tests</title>
<updated>2017-06-11T11:03:02+00:00</updated>
<author>
<name>Alex Chan</name>
<email>alex@alexwlchan.net</email>
</author>
<published>2017-06-09T20:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=c99f8f890900009811b7b76954d34315c640b4ec'/>
<id>c99f8f890900009811b7b76954d34315c640b4ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
