<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/http/client.py, branch 3.4</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>Issue #23865: close() methods in multiple modules now are idempotent and more</title>
<updated>2015-04-10T10:24:41+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-10T10:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd'/>
<id>7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd</id>
<content type='text'>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</pre>
</div>
</content>
</entry>
<entry>
<title>#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.</title>
<updated>2015-03-22T19:18:23+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2015-03-22T19:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=beed8402ca2b44681f939238c8ea02deeb8a06a2'/>
<id>beed8402ca2b44681f939238c8ea02deeb8a06a2</id>
<content type='text'>
Some http servers will reject PUT, POST, and PATCH requests if they
do not have a Content-Length header.

Patch by James Rutherford, with additional cleaning up of the
'request' documentation by me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some http servers will reject PUT, POST, and PATCH requests if they
do not have a Content-Length header.

Patch by James Rutherford, with additional cleaning up of the
'request' documentation by me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22928: Disabled HTTP header injections in http.client.</title>
<updated>2015-03-12T09:13:36+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-12T09:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a112a8ae47813f75aa8ad27ee8c42a7c2e937d13'/>
<id>a112a8ae47813f75aa8ad27ee8c42a7c2e937d13</id>
<content type='text'>
Original patch by Demian Brecht.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Demian Brecht.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23439: Add missing entries to http.client.__all__.</title>
<updated>2015-02-20T07:39:38+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2015-02-20T07:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=babc688180ac9214fcc217ef906b8d11c1babe36'/>
<id>babc688180ac9214fcc217ef906b8d11c1babe36</id>
<content type='text'>
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).

Patch by Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).

Patch by Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22095: Fixed HTTPConnection.set_tunnel with default port.  The port</title>
<updated>2014-12-12T07:29:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-12T07:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90'/>
<id>4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90</id>
<content type='text'>
value in the host header was set to "None".  Patch by Demian Brecht.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value in the host header was set to "None".  Patch by Demian Brecht.
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)</title>
<updated>2014-12-07T18:18:25+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-12-07T18:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a090f01bb63d73382e6e65b0364047c50afae5c2'/>
<id>a090f01bb63d73382e6e65b0364047c50afae5c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.</title>
<updated>2014-12-01T11:07:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-01T11:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915'/>
<id>b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915</id>
<content type='text'>
Original patch by Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>don't require OpenSSL SNI to pass hostname to ssl functions (#22921)</title>
<updated>2014-11-23T23:04:34+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-11-23T23:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7243b574e5fc6f9ae68dc5ebd8252047b8e78e3b'/>
<id>7243b574e5fc6f9ae68dc5ebd8252047b8e78e3b</id>
<content type='text'>
Patch by Donald Stufft.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Donald Stufft.
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 476: enable HTTPS certificate verification by default (#22417)</title>
<updated>2014-11-03T19:29:33+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-11-03T19:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4ffb0752710f0c0720d4f2af0c4b7ce1ebb9d2bd'/>
<id>4ffb0752710f0c0720d4f2af0c4b7ce1ebb9d2bd</id>
<content type='text'>
Patch by Alex Gaynor with some modifications by me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Alex Gaynor with some modifications by me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().</title>
<updated>2014-04-14T17:07:56+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2014-04-14T17:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9da047b3a5d1a5421ee829aab1e9bc57427826c9'/>
<id>9da047b3a5d1a5421ee829aab1e9bc57427826c9</id>
<content type='text'>
Patch by Nikolaus Rath.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Nikolaus Rath.
</pre>
</div>
</content>
</entry>
</feed>
