<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/httpexceptions.py, branch 1.5.1</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>Simplify the way HTTPExceptionHandler catches HTTPExceptions.  You can no longer raise httpexceptions in your app_iter</title>
<updated>2007-09-21T03:40:46+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-09-21T03:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ca095f39ad9e84ef5cec0d56cd5972ceaf1c6f8e'/>
<id>ca095f39ad9e84ef5cec0d56cd5972ceaf1c6f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the way httpexception response objects are created, in response to damjam's comment on #156</title>
<updated>2007-03-06T04:02:09+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-03-06T04:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=cd7820a4405f3f8826b8203f89d95a4807cc60ee'/>
<id>cd7820a4405f3f8826b8203f89d95a4807cc60ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add .response() method to HTTPException objects (from damjam)</title>
<updated>2007-02-19T02:08:01+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-02-19T02:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3317c08db036ffbfe6c6f96530d6e9d8b05c34d6'/>
<id>3317c08db036ffbfe6c6f96530d6e9d8b05c34d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert old-style classes to new-style classes</title>
<updated>2007-01-05T03:18:34+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-05T03:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c3489449893fc6facc58dd06a2ea13091d9096fa'/>
<id>c3489449893fc6facc58dd06a2ea13091d9096fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make WWW-Authenticate header not required for httpexceptions.HTTPUnauthorized</title>
<updated>2006-11-01T20:43:54+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-11-01T20:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ab8daf833d5671e99a2cbacbbdb479761581e36a'/>
<id>ab8daf833d5671e99a2cbacbbdb479761581e36a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Paste should not depend upon other paste modules, such</title>
<updated>2006-09-21T05:46:57+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-21T05:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3559f127031598b0dcc2a243454d2c15309a109b'/>
<id>3559f127031598b0dcc2a243454d2c15309a109b</id>
<content type='text'>
as Deploy.  This patch moves 'converters' into paste.util
since it was being used within paste proper.  I'll leave
it to those who know Deploy to update that.

- copied converters.py from paste.deploy to paste.util
- updated files that use paste.deploy.converters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as Deploy.  This patch moves 'converters' into paste.util
since it was being used within paste proper.  I'll leave
it to those who know Deploy to update that.

- copied converters.py from paste.deploy to paste.util
- updated files that use paste.deploy.converters
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing a bug when unicode is used in exceptions, the</title>
<updated>2006-09-11T19:32:08+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-11T19:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=9e4f83947cdb42dffdff973d0b9b12a2f775e3b1'/>
<id>9e4f83947cdb42dffdff973d0b9b12a2f775e3b1</id>
<content type='text'>
*_headers functions can be called directly w/o the
module name prefix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*_headers functions can be called directly w/o the
module name prefix.
</pre>
</div>
</content>
</entry>
<entry>
<title>reverting my last change</title>
<updated>2006-09-11T19:12:59+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-11T19:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=4e668bf78f1974bb62f036404b3e2bbf20c9cbed'/>
<id>4e668bf78f1974bb62f036404b3e2bbf20c9cbed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding HTTPException.detail_template class variable to permit</title>
<updated>2006-09-11T18:45:41+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-11T18:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=37ffd040dfd7cc97ed6235156ca264d1b68be010'/>
<id>37ffd040dfd7cc97ed6235156ca264d1b68be010</id>
<content type='text'>
specializations to wrap a detail with contextual information.
This shouldn't change any existing behavior or APIs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specializations to wrap a detail with contextual information.
This shouldn't change any existing behavior or APIs.
</pre>
</div>
</content>
</entry>
<entry>
<title>assert send_http_response was triggered by an HTTPException, incase it's being</title>
<updated>2006-08-11T03:58:25+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-11T03:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=55975a49869882887d29333d083e3787cf3adc33'/>
<id>55975a49869882887d29333d083e3787cf3adc33</id>
<content type='text'>
used incorrectly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used incorrectly
</pre>
</div>
</content>
</entry>
</feed>
