<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/tests/test_headers.py, branch feature/default_body_encoding</title>
<subtitle>github.com: Pylons/webob.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/'/>
<entry>
<title>tests_headers.py converted to assert from nose</title>
<updated>2016-04-15T08:20:46+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-04-15T07:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=82799097f79fc78686f3107568842922271ccc91'/>
<id>82799097f79fc78686f3107568842922271ccc91</id>
<content type='text'>
Also remove unused class from test_headers.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove unused class from test_headers.py
</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://91.123.203.49/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>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://91.123.203.49/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://91.123.203.49/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>This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately.</title>
<updated>2011-03-21T22:30:07+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-03-21T22:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=d57f2946a5b210a7fc6e7349fff27e5cc0a3584e'/>
<id>d57f2946a5b210a7fc6e7349fff27e5cc0a3584e</id>
<content type='text'>
The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage.
Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough.
The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog.
A big thank you to everyone who contributed!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage.
Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough.
The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog.
A big thank you to everyone who contributed!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a lot of tests.</title>
<updated>2011-02-20T01:21:52+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-02-20T01:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=b79d67257ecf68bb4f1647142dea00d44b91007f'/>
<id>b79d67257ecf68bb4f1647142dea00d44b91007f</id>
<content type='text'>
This is an aggregate patch of the work done by Mariano Mara and Danny Navarro.
For more detailed changelog see https://bitbucket.org/marplatense/webobtestcoverage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an aggregate patch of the work done by Mariano Mara and Danny Navarro.
For more detailed changelog see https://bitbucket.org/marplatense/webobtestcoverage
</pre>
</div>
</content>
</entry>
</feed>
