<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/headers.py, branch feature.decoding</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>give up on trying to encode header values when request.headers is used</title>
<updated>2012-01-29T01:54:24+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-29T01:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=3f71d70b3bb387115befc2e1dcd3cad066ccab22'/>
<id>3f71d70b3bb387115befc2e1dcd3cad066ccab22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix EnvironHeaders class to do encoding and decoding properly</title>
<updated>2012-01-26T08:04:06+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-26T08:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=48235c918bf33e636d67a8075a9421b05f026072'/>
<id>48235c918bf33e636d67a8075a9421b05f026072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use paren-imports</title>
<updated>2011-09-22T10:19:41+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T10:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6b62d15010f2ea6770782ef73b3145f7df1764b3'/>
<id>6b62d15010f2ea6770782ef73b3145f7df1764b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sort imports and more direct imports</title>
<updated>2011-09-22T04:00:56+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T04:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=1ec12a63112c034ef14b77b661ad07c7a1d318b2'/>
<id>1ec12a63112c034ef14b77b661ad07c7a1d318b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trim compat down to only necessary components; more direct imports; 100% test coverage for compat on py2</title>
<updated>2011-09-22T01:39:04+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T01:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=bfa597146bc5dcecfcb5bc521a26f6cad01753ba'/>
<id>bfa597146bc5dcecfcb5bc521a26f6cad01753ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict; try to beat down some more test failures.</title>
<updated>2011-09-16T17:46:15+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-16T17:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=37c68bd9c4c51bcdde4eaf8227e0de498373033c'/>
<id>37c68bd9c4c51bcdde4eaf8227e0de498373033c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work on items/keys/values, better conversions, syntax errors</title>
<updated>2011-09-16T03:38:15+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-16T03:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=7126f751bb46905c418b71b0d26b6fae6a5e551e'/>
<id>7126f751bb46905c418b71b0d26b6fae6a5e551e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work towards creating and using 'compat' module and removing syntax errors when code is run under py3k; all tests pass under py2, but most tests still fail under py3k</title>
<updated>2011-09-16T02:24:40+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-16T02:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=37bd9b5b167684ce70a2ee4fe4340f0ef80717d8'/>
<id>37bd9b5b167684ce70a2ee4fe4340f0ef80717d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and use decorators where appropriate</title>
<updated>2010-10-01T10:07:37+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-10-01T10:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4be5eb3e9e31d0454f0b3e0dd18fe4d93a84bb94'/>
<id>4be5eb3e9e31d0454f0b3e0dd18fe4d93a84bb94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop webob.headers.normalize_header, just use .lower()</title>
<updated>2010-08-11T08:55:31+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-08-11T08:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=82f740c2e89a155589718988c5bd2ac0be31b8d9'/>
<id>82f740c2e89a155589718988c5bd2ac0be31b8d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
