<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/tests, branch 0.9</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequest</title>
<updated>2006-03-13T03:04:46+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-13T03:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c6b7e520f3e84fd3054b5764de1684a4ce803320'/>
<id>c6b7e520f3e84fd3054b5764de1684a4ce803320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests to ensure that TypeError is thrown if no default is provided and no object is pushed to the Proxy.</title>
<updated>2006-03-12T02:58:18+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-12T02:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=e1fcc940d53854a3c08e03681229265c1df56a98'/>
<id>e1fcc940d53854a3c08e03681229265c1df56a98</id>
<content type='text'>
Added ability to define a default object for a StackedObjectProxy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added ability to define a default object for a StackedObjectProxy
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding copyright/license info</title>
<updated>2006-03-10T23:14:04+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-10T23:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=fffca229d33a4267b807ac2542774fc1c255db8d'/>
<id>fffca229d33a4267b807ac2542774fc1c255db8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Didn't need custom app_iter, as my unit test wasn't following WSGI spec by calling close on the response. Unit tests for registry all passing</title>
<updated>2006-03-10T21:33:00+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-10T21:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=6503312b8c3138773064b90cc88196ebe404162c'/>
<id>6503312b8c3138773064b90cc88196ebe404162c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes iterable issue by using new IterWrap, likely need to break it into wsgilib still, added test case for iterable app</title>
<updated>2006-03-10T21:24:58+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-10T21:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=2659c4a3ea4d0dd0b1b2121f6b63ebb12a1c4f49'/>
<id>2659c4a3ea4d0dd0b1b2121f6b63ebb12a1c4f49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing that nested registry's and using objects within nested stacks works (it does)</title>
<updated>2006-03-10T20:17:32+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-10T20:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=7ff7a257d9eab338ec849b98f1579a4fdbf97b53'/>
<id>7ff7a257d9eab338ec849b98f1579a4fdbf97b53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding registry unit tests, fixed registry to not use weakref's so any object can be proxied (including dicts)</title>
<updated>2006-03-10T20:01:39+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-10T20:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3bbe604517bca9e27667a503a8ef3fed23265858'/>
<id>3bbe604517bca9e27667a503a8ef3fed23265858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename error_document to errordocument to fit PEP 8 (back-compat commit next)</title>
<updated>2006-03-03T23:11:45+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-03T23:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=fc4f7f866be84b96331744c735a0de9a181f32e7'/>
<id>fc4f7f866be84b96331744c735a0de9a181f32e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title></title>
<updated>2006-02-24T06:26:16+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-24T06:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=254a4aefe341319658c9391bdecd5a90277ecdd9'/>
<id>254a4aefe341319658c9391bdecd5a90277ecdd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added error document support, test suite not complete.</title>
<updated>2006-02-05T15:17:11+00:00</updated>
<author>
<name>thejimmyg</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-05T15:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=a2c86687e21a65de7d5c4bce2dbc504c55865dfc'/>
<id>a2c86687e21a65de7d5c4bce2dbc504c55865dfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
