<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/docs/test_request.txt, branch ng</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>fix doc references to deprecated classes</title>
<updated>2012-06-16T09:53:33+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2012-06-16T09:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=89a37a10686de0a1530f490ee8a3609015f415b6'/>
<id>89a37a10686de0a1530f490ee8a3609015f415b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>partial doc fixes</title>
<updated>2011-09-25T19:54:05+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-25T19:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=f1a986f3244495693a2ea247d2a9d14df11d428d'/>
<id>f1a986f3244495693a2ea247d2a9d14df11d428d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update news.txt with relevant changes</title>
<updated>2011-09-22T04:36:13+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T04:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4e982832a7dd111f325133220d4f698efd7fbbb3'/>
<id>4e982832a7dd111f325133220d4f698efd7fbbb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reimplement FakeCGIBody as an io.RawIOBase subclass</title>
<updated>2011-09-18T08:16:33+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-18T08:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=49e91d659ffde9dd952bac89967d4ad4ebbb61af'/>
<id>49e91d659ffde9dd952bac89967d4ad4ebbb61af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* add AcceptCharset and AcceptLanguage subclasses instead of branching in Accept.__init__</title>
<updated>2011-09-07T19:24:37+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-07T19:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=66ffc0b7a04ce5ef749b6c25f5d152fccb645ea0'/>
<id>66ffc0b7a04ce5ef749b6c25f5d152fccb645ea0</id>
<content type='text'>
* that allows us to remove Accept.header_name
* and change Accept.__repr__ to be more straightforward
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* that allows us to remove Accept.header_name
* and change Accept.__repr__ to be more straightforward
</pre>
</div>
</content>
</entry>
<entry>
<title>attempt to silence deprecation warnings during testing</title>
<updated>2011-08-18T10:49:52+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-08-18T10:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e81f206c6475508a8129c64cad532f02ec7c98a6'/>
<id>e81f206c6475508a8129c64cad532f02ec7c98a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change req.decode_param_maes default to True, warn about future deprecation</title>
<updated>2011-07-30T21:19:11+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-07-30T21:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=600e8c9cef04659b1fa0c494e332319a3502ac87'/>
<id>600e8c9cef04659b1fa0c494e332319a3502ac87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* make sure that for methods like GET and DELETE, which usually don't have a body,</title>
<updated>2011-07-30T19:42:39+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-07-30T19:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=da1d01a0d1e7665edb220085d38880c5a0d3a675'/>
<id>da1d01a0d1e7665edb220085d38880c5a0d3a675</id>
<content type='text'>
  if the body is set, req.is_body_readable actually becomes true
* fix doctests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  if the body is set, req.is_body_readable actually becomes true
* fix doctests
</pre>
</div>
</content>
</entry>
<entry>
<title>quote etag values in __str__</title>
<updated>2011-06-30T13:43:33+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-06-30T13:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=25709e001190af63a5051a7544de1e607cc36cba'/>
<id>25709e001190af63a5051a7544de1e607cc36cba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make accept.quality(..) return best quality, not first match</title>
<updated>2011-06-30T13:19:39+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-06-30T13:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=96b15a7f4b8fdb8f399832094e435e0f01204331'/>
<id>96b15a7f4b8fdb8f399832094e435e0f01204331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
