<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/cgi.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>cgi.FieldStorage.read_multi ignores Content-Length</title>
<updated>2015-08-18T17:21:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-08-18T17:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6579459d4b10b8eef47e5de609de4aa54999fb06'/>
<id>6579459d4b10b8eef47e5de609de4aa54999fb06</id>
<content type='text'>
Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
header in part headers. Patch written by Peter Landry and reviewed by Pierre
Quentel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
header in part headers. Patch written by Peter Landry and reviewed by Pierre
Quentel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage</title>
<updated>2015-03-29T20:43:23+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2015-03-29T20:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d90f8d10e088657593fa753ecacab95845d378aa'/>
<id>d90f8d10e088657593fa753ecacab95845d378aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused argument (closes #21135)</title>
<updated>2014-04-03T14:22:10+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-04-03T14:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d59a7878643ded0b9dbb6a55d076769df4c76fe'/>
<id>4d59a7878643ded0b9dbb6a55d076769df4c76fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from 3.3</title>
<updated>2014-01-12T06:22:21+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2014-01-12T06:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d87346c0ced1f39b60de4688d6d73355d36f2b97'/>
<id>d87346c0ced1f39b60de4688d6d73355d36f2b97</id>
<content type='text'>
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage
object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage
object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an</title>
<updated>2014-01-12T06:20:16+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2014-01-12T06:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b4cbb92fbe6290c3574e73288de9e9cbb60b7688'/>
<id>b4cbb92fbe6290c3574e73288de9e9cbb60b7688</id>
<content type='text'>
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage
object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage
object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #17335: remove no-op assignment.</title>
<updated>2013-10-13T20:16:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-13T20:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=12ec29f1051cff7b69f31a89ad4df7a2261892e2'/>
<id>12ec29f1051cff7b69f31a89ad4df7a2261892e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18394: Explicitly close the file object cgi.FieldStorage</title>
<updated>2013-08-23T19:15:48+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2013-08-23T19:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f79126f373a9d5c9b584a8db736fe490fcbfa77a'/>
<id>f79126f373a9d5c9b584a8db736fe490fcbfa77a</id>
<content type='text'>
caches.

Eliminates the ResoureWarning raised during testing.

Patch also independently written by Vajrasky Kok.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caches.

Eliminates the ResoureWarning raised during testing.

Patch also independently written by Vajrasky Kok.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.</title>
<updated>2013-07-07T10:46:28+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-07-07T10:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74a146d3acaa07c7176f3fa41607cc8224acdbcd'/>
<id>74a146d3acaa07c7176f3fa41607cc8224acdbcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.</title>
<updated>2013-07-07T10:44:28+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-07-07T10:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=331c3fd874333b71bd315c0541349fcaebabfdcb'/>
<id>331c3fd874333b71bd315c0541349fcaebabfdcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data</title>
<updated>2013-06-17T13:36:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-06-17T13:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=774bed7e6098358012bd4ea05914497891ab4652'/>
<id>774bed7e6098358012bd4ea05914497891ab4652</id>
<content type='text'>
when \r\n appears at end of 65535 bytes without other newlines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when \r\n appears at end of 65535 bytes without other newlines.
</pre>
</div>
</content>
</entry>
</feed>
