<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob, branch 1.0.7</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>refactor passwd hiding into a separate func</title>
<updated>2011-04-15T14:22:36+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-04-15T14:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=a809e04c7ed5ccc7978c93fb6381c782dc6253fb'/>
<id>a809e04c7ed5ccc7978c93fb6381c782dc6253fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hide password value in *MultiDict</title>
<updated>2011-04-15T13:55:32+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2011-04-15T13:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=823c2ec724e92b21b0ae6685d1538d47941219a5'/>
<id>823c2ec724e92b21b0ae6685d1538d47941219a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* fix accept matching for types that UA assigned zero-quality (see https://bitbucket.org/ianb/webob/issue/10 )</title>
<updated>2011-04-10T08:58:50+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-04-10T08:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4c804203d801a551f125f502a6f8434bd24cf438'/>
<id>4c804203d801a551f125f502a6f8434bd24cf438</id>
<content type='text'>
* check offers to be specific more consistently (in all matchers)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* check offers to be specific more consistently (in all matchers)
</pre>
</div>
</content>
</entry>
<entry>
<title>* always return readable file from req.body_file</title>
<updated>2011-03-25T21:25:28+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-25T21:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=18e855e853eb4de591340c3175accefd3869a775'/>
<id>18e855e853eb4de591340c3175accefd3869a775</id>
<content type='text'>
* refactor the wsgiref compatibility test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* refactor the wsgiref compatibility test
</pre>
</div>
</content>
</entry>
<entry>
<title>add PendingDeprecationWarning for setting req.body_file to a string value</title>
<updated>2011-03-25T07:16:53+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-25T07:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=7e5bf50aa864d72598e1de1d55dc5484c3edc86a'/>
<id>7e5bf50aa864d72598e1de1d55dc5484c3edc86a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove deprecated `environ_getter` arg of Request constructor</title>
<updated>2011-03-25T06:45:00+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-25T06:45:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=a937801196e713e06cb2b9cd077edf62b1e4aa3d'/>
<id>a937801196e713e06cb2b9cd077edf62b1e4aa3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add req.is_body_readable / env['webob.is_body_readable'] flag and only read wsgi.input if either CONTENT_LENGTH is present or that flag is set.</title>
<updated>2011-03-22T00:24:57+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-22T00:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=adf2fa1072585f2b6f6177ff03e38cf484894836'/>
<id>adf2fa1072585f2b6f6177ff03e38cf484894836</id>
<content type='text'>
This partially reverts the change made in 1.0.2 in how the missing CONTENT_LENGTH is interpreted -- in 1.0.1 and before the body would be assumed to be empty, in 1.0.2-1.0.5 webob would attempt to read it.
This restores compatibility with some servers (CherryPy 3.2, wsgiref and possibly more).
Note that with this new flag we can support FakeCGIBody and chunked input streams without the env['CONTENT_LENGTH'] = '-1' hack.
For related discussion see https://bitbucket.org/ianb/webob/issue/6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This partially reverts the change made in 1.0.2 in how the missing CONTENT_LENGTH is interpreted -- in 1.0.1 and before the body would be assumed to be empty, in 1.0.2-1.0.5 webob would attempt to read it.
This restores compatibility with some servers (CherryPy 3.2, wsgiref and possibly more).
Note that with this new flag we can support FakeCGIBody and chunked input streams without the env['CONTENT_LENGTH'] = '-1' hack.
For related discussion see https://bitbucket.org/ianb/webob/issue/6
</pre>
</div>
</content>
</entry>
<entry>
<title>use env['wsgi.input'].read() instead of .read(-1), because the former is specified more explicitly in PEP-3333 (see also: https://bitbucket.org/ianb/webob/issue/6 )</title>
<updated>2011-03-21T23:49:42+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-21T23:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=3aedd9cec4aac075705d300535f861287ed73b4f'/>
<id>3aedd9cec4aac075705d300535f861287ed73b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dead code from req.str_cookies [from pycon2011 sprint]</title>
<updated>2011-03-21T23:33:47+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-21T23:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=ab051c0fdda191ef49ef183ed1f4e66837b7bcaf'/>
<id>ab051c0fdda191ef49ef183ed1f4e66837b7bcaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix UpdateDict.pop() (did not support any arguments) and .setdefault() (was not returning anything) [from pycon2011 sprint w/ edits]</title>
<updated>2011-03-21T23:24:52+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-21T23:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=453f59fc6402cc44446cc0b0a680e56a72423714'/>
<id>453f59fc6402cc44446cc0b0a680e56a72423714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
