<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/http, branch alex-patch-1</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Correct description of HTTP status code 308. (GH-15078)</title>
<updated>2019-08-03T18:16:34+00:00</updated>
<author>
<name>Florian Wendelborn</name>
<email>1133858+FlorianWendelborn@users.noreply.github.com</email>
</author>
<published>2019-08-03T18:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5c72badd06a962fe0018ceb9916f3ae66314ea8e'/>
<id>5c72badd06a962fe0018ceb9916f3ae66314ea8e</id>
<content type='text'>
Permanent redirect was explained as a temporary redirect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Permanent redirect was explained as a temporary redirect.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)</title>
<updated>2019-07-01T06:32:24+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2019-07-01T06:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d1bd6e79da1ee56dc1b902d804216ffd267399db'/>
<id>d1bd6e79da1ee56dc1b902d804216ffd267399db</id>
<content type='text'>
Post-handshake authentication is required for conditional client cert authentication with TLS 1.3.


https://bugs.python.org/issue37440</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Post-handshake authentication is required for conditional client cert authentication with TLS 1.3.


https://bugs.python.org/issue37440</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36793: Remove unneeded __str__ definitions. (GH-13081)</title>
<updated>2019-05-06T19:29:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-05-06T19:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=96aeaec64738b730c719562125070a52ed570210'/>
<id>96aeaec64738b730c719562125070a52ed570210</id>
<content type='text'>
Classes that define __str__ the same as __repr__ can
just inherit it from object.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Classes that define __str__ the same as __repr__ can
just inherit it from object.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)</title>
<updated>2019-05-01T20:39:21+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2019-05-01T20:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7378d77289c911ca6a0c0afaf513879002df7d5'/>
<id>b7378d77289c911ca6a0c0afaf513879002df7d5</id>
<content type='text'>
Use http.client.InvalidURL instead of ValueError as the new error case's exception.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use http.client.InvalidURL instead of ValueError as the new error case's exception.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30458: Disallow control chars in http URLs. (GH-12755)</title>
<updated>2019-05-01T02:12:21+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2019-05-01T02:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c4e671eec20dfcb29b18596a89ef075f826c9f96'/>
<id>c4e671eec20dfcb29b18596a89ef075f826c9f96</id>
<content type='text'>
Disallow control chars in http URLs in urllib.urlopen.  This addresses a potential security problem for applications that do not sanity check their URLs where http request headers could be injected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disallow control chars in http URLs in urllib.urlopen.  This addresses a potential security problem for applications that do not sanity check their URLs where http request headers could be injected.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36050: optimize HTTPResponse.read() (GH-12698)</title>
<updated>2019-04-06T09:06:19+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-04-06T09:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6bf6f2d0c83f0c64ce86e7b9340278627798090'/>
<id>d6bf6f2d0c83f0c64ce86e7b9340278627798090</id>
<content type='text'>
* No need to chunking for now.
* No need to partial read caused by EINTR for now.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* No need to chunking for now.
* No need to partial read caused by EINTR for now.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36522: Print all values for headers with multiple values. (GH-12681)</title>
<updated>2019-04-04T04:36:47+00:00</updated>
<author>
<name>Matt Houglum</name>
<email>houglum@google.com</email>
</author>
<published>2019-04-04T04:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=461c416dd78a98f2bba7f323af8c9738e060b6f2'/>
<id>461c416dd78a98f2bba7f323af8c9738e060b6f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35647: Fix path check in cookiejar (#11436)</title>
<updated>2019-03-10T17:12:28+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-03-10T17:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0e1f1f01058bd4a9b98cfe443214adecc019a38c'/>
<id>0e1f1f01058bd4a9b98cfe443214adecc019a38c</id>
<content type='text'>
* Refactor cookie path check as per RFC 6265

* Add tests for prefix match of path

* Add news entry

* Fix set_ok_path and refactor tests

* Use slice for last letter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor cookie path check as per RFC 6265

* Add tests for prefix match of path

* Add news entry

* Fix set_ok_path and refactor tests

* Use slice for last letter
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)</title>
<updated>2019-03-10T02:09:48+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-03-10T02:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ca7fe5063593958e5efdf90f068582837f07bd14'/>
<id>ca7fe5063593958e5efdf90f068582837f07bd14</id>
<content type='text'>
Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with `http.cookiejar.DefaultCookiePolicy` policy.  Patch by Karthikeyan Singaravelan.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with `http.cookiejar.DefaultCookiePolicy` policy.  Patch by Karthikeyan Singaravelan.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36043: FileCookieJar supports os.PathLike (GH-11945)</title>
<updated>2019-03-01T20:40:54+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2019-03-01T20:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4b219ce81ed04234648a4ce4f0cb0865818abb38'/>
<id>4b219ce81ed04234648a4ce4f0cb0865818abb38</id>
<content type='text'>
https://bugs.python.org/issue36043</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue36043</pre>
</div>
</content>
</entry>
</feed>
