<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/descriptors.py, branch bugfix/cgi_FieldStorage</title>
<subtitle>github.com: Pylons/webob.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/'/>
<entry>
<title>Speedup header deletion</title>
<updated>2016-10-01T04:57:30+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T04:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=58f44fc776823d698c3d1454ce7571d9b847c710'/>
<id>58f44fc776823d698c3d1454ce7571d9b847c710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Headers may no longer contain control characters</title>
<updated>2016-01-03T07:18:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-01-03T07:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=c38021642a14616b5eda469e2312082f89b52243'/>
<id>c38021642a14616b5eda469e2312082f89b52243</id>
<content type='text'>
We want to provide some extra seatbelts for security reasons. HTTP
Response Splitting is on the OWASP list after all. This should not cause
any issues for existing applications that are well behaved, only if
untrusted user input is used would this be an issue. However it is hard
to argue against extra safety nets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to provide some extra seatbelts for security reasons. HTTP
Response Splitting is on the OWASP list after all. This should not cause
any issues for existing applications that are well behaved, only if
untrusted user input is used would this be an issue. However it is hard
to argue against extra safety nets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the 'name' parameter instead of the 'attr' parameter inside 'deprecated_property', both when calling 'warn_deprecation' and when defining the property's doc.</title>
<updated>2015-04-13T15:06:25+00:00</updated>
<author>
<name>François Labelle</name>
<email>quantum.omega@gmail.com</email>
</author>
<published>2015-04-13T15:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=f03169c6bcb19490c26dbfccef99777216932b64'/>
<id>f03169c6bcb19490c26dbfccef99777216932b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix optional and bad whitespace parsing in auth-param</title>
<updated>2014-09-22T06:41:26+00:00</updated>
<author>
<name>lieryan</name>
<email>lie.1296@gmail.com</email>
</author>
<published>2014-09-22T06:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=92e3595c8fce478d84187340b9f0eb3ae67273bd'/>
<id>92e3595c8fce478d84187340b9f0eb3ae67273bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes PEP8 warnings</title>
<updated>2012-12-28T08:42:30+00:00</updated>
<author>
<name>Zhongyue Luo</name>
<email>zhongyue.luo@gmail.com</email>
</author>
<published>2012-12-28T08:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=9ff5c1b736eb012973e5cd5096a989b187534c7b'/>
<id>9ff5c1b736eb012973e5cd5096a989b187534c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set deprecated properties on BaseRequest rather than LegacyRequest, use environ_getter for presumed-ascii-only settings</title>
<updated>2012-01-28T12:42:10+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-28T12:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=35170836a12ea40b93e0b965940688214c13f082'/>
<id>35170836a12ea40b93e0b965940688214c13f082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bytesrequest renamed to legacyrequest... it no longer eagerly converts to bytes, it just presents the older native string api expected by existing systems.  textrequest renamed to baserequest, it is the new default request type.. it no longer eagerly converts to text, either unless an encattr is named on the environ_decoder</title>
<updated>2012-01-28T12:07:20+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-28T12:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=c2f054f28efc6d854ba526996ad4631e499bb440'/>
<id>c2f054f28efc6d854ba526996ad4631e499bb440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make upath_property take into account url encoding</title>
<updated>2012-01-26T09:03:09+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-26T09:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=df4644f7b127664043967165f362c3eb66289786'/>
<id>df4644f7b127664043967165f362c3eb66289786</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unused imports, long line</title>
<updated>2012-01-26T07:15:16+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-26T07:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=45babec21bcc4f8b387e99e0c73da592f36b6059'/>
<id>45babec21bcc4f8b387e99e0c73da592f36b6059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move environ_decoder descriptor next to environ_getter</title>
<updated>2012-01-25T23:45:43+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-25T23:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=92a3abc8a5f563141ff169ce70c98c2033f74481'/>
<id>92a3abc8a5f563141ff169ce70c98c2033f74481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
