<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/tests/test_exceptions/test_httpexceptions.py, branch require_six</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>Fix pyflakes warnings in tests</title>
<updated>2015-04-22T00:29:05+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=cc86cbfe9424cb74d3dcc3ed5e8f8203df2f8206'/>
<id>cc86cbfe9424cb74d3dcc3ed5e8f8203df2f8206</id>
<content type='text'>
* Remove unused imports
* Remove unused variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused imports
* Remove unused variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_exceptions on Python 3</title>
<updated>2015-04-21T22:48:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9be8c17d018d28f064bf933c2c5b2fdce06f18db'/>
<id>9be8c17d018d28f064bf933c2c5b2fdce06f18db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: add parenthesis to print() to support Python 2 and Python 3</title>
<updated>2014-03-18T11:49:27+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9789a96ca9aab44bd71fdcfc5c0bed1ef7cf0838'/>
<id>9789a96ca9aab44bd71fdcfc5c0bed1ef7cf0838</id>
<content type='text'>
Use also "from __future__ import print_function".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use also "from __future__ import print_function".
</pre>
</div>
</content>
</entry>
<entry>
<title>convert to nose 0.11</title>
<updated>2009-05-07T06:33:36+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2009-05-07T06:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=1e62b90f2ab0d0f02c1b239371292e3b7dab02df'/>
<id>1e62b90f2ab0d0f02c1b239371292e3b7dab02df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a couple tests that had some fragility</title>
<updated>2008-03-25T17:06:48+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2008-03-25T17:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=d9f09b72dbda0d17e52b8feac4505eec4f532085'/>
<id>d9f09b72dbda0d17e52b8feac4505eec4f532085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>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://91.123.203.49/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>- got rid of unnecessary trailing spaces in httpexceptions</title>
<updated>2005-12-23T21:36:37+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-23T21:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=370ba732f785cc211e850664ecfea6a62fea30b4'/>
<id>370ba732f785cc211e850664ecfea6a62fea30b4</id>
<content type='text'>
- made error messages us \r\n rather than just \n in httpexceptions
  to comply with various browsers
- added tests to check FileApp
- added support for handling 100 Continue in httpserver
- fixingup dumpenviron in wsgilib to dump message body
- misc changes to fileapp (mostly documentation)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- made error messages us \r\n rather than just \n in httpexceptions
  to comply with various browsers
- added tests to check FileApp
- added support for handling 100 Continue in httpserver
- fixingup dumpenviron in wsgilib to dump message body
- misc changes to fileapp (mostly documentation)
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved all the internal uses of wsgilib to their correct forms now</title>
<updated>2005-12-18T21:30:27+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-18T21:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=4f3e0083b010a2e90b95ef1563bb06db45ad026b'/>
<id>4f3e0083b010a2e90b95ef1563bb06db45ad026b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>not just direct iterators break this, but middleware that convert the result into an iteration</title>
<updated>2005-12-15T02:17:04+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-15T02:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=e22a8345b4e973665118b33988a92faf5908db89'/>
<id>e22a8345b4e973665118b33988a92faf5908db89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
