<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/recursive.py, branch 0.9.7</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Some more changes to paste.errordocuments and an update to paste.recursive</title>
<updated>2006-07-20T19:07:02+00:00</updated>
<author>
<name>thejimmyg</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-20T19:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=53b5c47228b0093b337d5aaa3a8aed722687dabe'/>
<id>53b5c47228b0093b337d5aaa3a8aed722687dabe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed hang bug when using recursive forwards during an exception toss during a POST. At this point, changing the request method to a GET alleviates the issue with re-reading the 'wsgi.input' which is no longer present at this point. Ideally instead of having to change the request method during an internal redirect, the wsgi.input should possibly be repopulated somehow.</title>
<updated>2006-05-04T15:04:31+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-04T15:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=3b4475ec30a68ec6093dc10c5d05949b16a8d2cc'/>
<id>3b4475ec30a68ec6093dc10c5d05949b16a8d2cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move warnings in paste.recursive; added conditional argument to paste.wsgilib.intercept_output</title>
<updated>2006-03-07T17:26:41+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-07T17:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=cb666000b02e90fb019f4c63c19f61c682613054'/>
<id>cb666000b02e90fb019f4c63c19f61c682613054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot import</title>
<updated>2006-03-03T23:10:07+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-03T23:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=687b365757a8fd8db90a20be168d180620422aaa'/>
<id>687b365757a8fd8db90a20be168d180620422aaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a newer/more sane way of doing forwarding, instead of the wonky callback stuff (which is now deprecated with a warning)</title>
<updated>2006-03-02T17:23:05+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-02T17:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=03d701577e629f2533d5d29654292e3e755d321b'/>
<id>03d701577e629f2533d5d29654292e3e755d321b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a bunch of module docstrings so the module index looks nicer; also marked deprecated modules so they don't show up in the module index that Pudge creates</title>
<updated>2005-12-30T23:11:24+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-30T23:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=ecb4487cbed394c05f128edbd9c2055e96c19987'/>
<id>ecb4487cbed394c05f128edbd9c2055e96c19987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for including other files via recursive, from Brad Clements</title>
<updated>2005-11-28T22:29:32+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-11-28T22:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=788a3a83f29cab60a87c8b55023f6a9a12a2292e'/>
<id>788a3a83f29cab60a87c8b55023f6a9a12a2292e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed references to deleted package</title>
<updated>2005-09-25T01:36:33+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-09-25T01:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2c2bd86a5d437019fa7ac3d1dbbdcf5cba4cb2db'/>
<id>2c2bd86a5d437019fa7ac3d1dbbdcf5cba4cb2db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added license comment to all substantive files</title>
<updated>2005-08-31T02:37:29+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-08-31T02:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=c3490faf55d3d2ce465cb7a21a14982f3ac4482d'/>
<id>c3490faf55d3d2ce465cb7a21a14982f3ac4482d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>paste.deployified recursive</title>
<updated>2005-08-22T22:16:34+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-08-22T22:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=52b6f5b7b999f07bb81088430c5da359692f404c'/>
<id>52b6f5b7b999f07bb81088430c5da359692f404c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
