<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/docs, branch macos-github-actions</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 support for HTTPS connections to proxies. (#1679)</title>
<updated>2020-03-12T08:39:39+00:00</updated>
<author>
<name>Jorge</name>
<email>JALopezSilva@gmail.com</email>
</author>
<published>2020-03-12T08:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=8c7a43b4a4ca0c8d36d55f132daa2a43d06fe3c4'/>
<id>8c7a43b4a4ca0c8d36d55f132daa2a43d06fe3c4</id>
<content type='text'>
* Add support to talk HTTPS to proxies.

Currently there's no way to validate identify for the proxy you might be
connecting. Proxies supporting HTTPS endpoints are becoming more common
and we need to extend the support for them.

When an HTTPS proxy is provided, instead of doing the HTTP CONNECT,
we'll forward any requests directly to the proxy and ultimately to the
destination.

* Fix proxy_headers missing on HTTPS proxy connections.

* blackfmt missing files.

* Prevent usage of HTTPS proxies when fetching HTTPS resources.

- Will be supported by default when we can do TLS within TLS.

* Update proxy documentation with more information.

* Renamed flag for HTTPS websites through HTTPS proxies.
* Added myself to contributors.

* Documentation and contributors fixes.

* Removed mention that TLS in TLS is being developed as requested.
* Space in between my name and the github page.

* Add flag to enable HTTPS proxy support.

Now that we're adding support for HTTPS proxies we want to avoid
a breaking change with clients that had an improper proxy configuration.

For now, we're adding a warning an defaulting to the previous behavior.
In the future we'll change the behavior to enable HTTPS proxies by
default.

* Remove guard flag, error out on HTTPS/HTTPS.

As requested in the last revision for the PR:

- Removed the _enable_https_proxies flag. Instead the feature will be
  enabled and will error out on invalid configurations. (HTTPS + HTTPS)
- Other comments: rename a method, parentheses to clarify order of
  operations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support to talk HTTPS to proxies.

Currently there's no way to validate identify for the proxy you might be
connecting. Proxies supporting HTTPS endpoints are becoming more common
and we need to extend the support for them.

When an HTTPS proxy is provided, instead of doing the HTTP CONNECT,
we'll forward any requests directly to the proxy and ultimately to the
destination.

* Fix proxy_headers missing on HTTPS proxy connections.

* blackfmt missing files.

* Prevent usage of HTTPS proxies when fetching HTTPS resources.

- Will be supported by default when we can do TLS within TLS.

* Update proxy documentation with more information.

* Renamed flag for HTTPS websites through HTTPS proxies.
* Added myself to contributors.

* Documentation and contributors fixes.

* Removed mention that TLS in TLS is being developed as requested.
* Space in between my name and the github page.

* Add flag to enable HTTPS proxy support.

Now that we're adding support for HTTPS proxies we want to avoid
a breaking change with clients that had an improper proxy configuration.

For now, we're adding a warning an defaulting to the previous behavior.
In the future we'll change the behavior to enable HTTPS proxies by
default.

* Remove guard flag, error out on HTTPS/HTTPS.

As requested in the last revision for the PR:

- Removed the _enable_https_proxies flag. Instead the feature will be
  enabled and will error out on invalid configurations. (HTTPS + HTTPS)
- Other comments: rename a method, parentheses to clarify order of
  operations.</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to SVG banner (#1740)</title>
<updated>2019-11-07T13:53:42+00:00</updated>
<author>
<name>Quentin Pradet</name>
<email>quentin.pradet@gmail.com</email>
</author>
<published>2019-11-07T13:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=188c03eccc508398ab0a0a4c1e79d5ee80734aca'/>
<id>188c03eccc508398ab0a0a4c1e79d5ee80734aca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SVG logo (#1739)</title>
<updated>2019-11-07T03:17:10+00:00</updated>
<author>
<name>Jess Shapiro</name>
<email>jesse@jesseshapiro.net</email>
</author>
<published>2019-11-07T03:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=a72409453da5f1911e084fab4e7bc73298ca9af4'/>
<id>a72409453da5f1911e084fab4e7bc73298ca9af4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Tidelift to documentation and urllib3 branding (#1735)</title>
<updated>2019-11-05T15:15:36+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-11-05T15:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=c823dc9e70097bfe462e254092d8b29c52b6a018'/>
<id>c823dc9e70097bfe462e254092d8b29c52b6a018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update urllib3/requests GitHub URLs (#1719)</title>
<updated>2019-10-29T12:54:17+00:00</updated>
<author>
<name>Quentin Pradet</name>
<email>quentin.pradet@gmail.com</email>
</author>
<published>2019-10-29T12:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=11d68efa7c150823472f0e5309c3a08a1a10c2f2'/>
<id>11d68efa7c150823472f0e5309c3a08a1a10c2f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional auto_close parameter to HTTPResponse (#1652)</title>
<updated>2019-07-26T19:37:05+00:00</updated>
<author>
<name>George Sakkis</name>
<email>george.sakkis@gmail.com</email>
</author>
<published>2019-07-26T19:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=f0d9ebc41e51c4c4c9990b1eed02d297fd1b20d8'/>
<id>f0d9ebc41e51c4c4c9990b1eed02d297fd1b20d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change references to Makefile into Nox (#1643)</title>
<updated>2019-07-05T23:26:21+00:00</updated>
<author>
<name>Ratan Kulshreshtha</name>
<email>RatanShreshtha@users.noreply.github.com</email>
</author>
<published>2019-07-05T23:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=582b3cbee60f2d9411c4adb9de8f2b1da7a5044a'/>
<id>582b3cbee60f2d9411c4adb9de8f2b1da7a5044a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the units for timeouts within documentation (#1630)</title>
<updated>2019-06-04T18:31:00+00:00</updated>
<author>
<name>Robert David Grant</name>
<email>robert.david.grant@gmail.com</email>
</author>
<published>2019-06-04T18:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=21671d8158966f1d1e194bd9cd1802cfe80ce16e'/>
<id>21671d8158966f1d1e194bd9cd1802cfe80ce16e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra words in the contributing docs (#1613)</title>
<updated>2019-05-22T10:34:45+00:00</updated>
<author>
<name>Quentin Pradet</name>
<email>quentin.pradet@gmail.com</email>
</author>
<published>2019-05-22T10:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=cdbceed4ff064ab380ad13aecbdc0707ae607570'/>
<id>cdbceed4ff064ab380ad13aecbdc0707ae607570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply changes from 1.24.2 release to master (#1566)</title>
<updated>2019-04-19T14:52:09+00:00</updated>
<author>
<name>Seth Michael Larson</name>
<email>sethmichaellarson@gmail.com</email>
</author>
<published>2019-04-19T14:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=1ebcbc2fe6743b3fff9985dc33abe7da2aa93b5d'/>
<id>1ebcbc2fe6743b3fff9985dc33abe7da2aa93b5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
