<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/httpexceptions.py, branch 2.0.3</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Merged in marsupial2k/paste (pull request #6)</title>
<updated>2015-05-11T14:52:59+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-05-11T14:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=432792126d4bed37227d0b1ff7284325360558ac'/>
<id>432792126d4bed37227d0b1ff7284325360558ac</id>
<content type='text'>
Add HTTP exception for new code 429 "Too Many Requests"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add HTTP exception for new code 429 "Too Many Requests"
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HTTPException.make_body() on Python 3</title>
<updated>2015-04-21T13:50:40+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T13:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=75646c0540381741943935a15c23ab1a226043c2'/>
<id>75646c0540381741943935a15c23ab1a226043c2</id>
<content type='text'>
Only encode values on Python 2: Python 3 expects text, not bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only encode values on Python 2: Python 3 expects text, not bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy the dictionary of global variables to be able to iterate over it and</title>
<updated>2014-03-18T16:24:55+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-03-18T16:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c7b6adc38c1cc78498e695406fdb359048f731d5'/>
<id>c7b6adc38c1cc78498e695406fdb359048f731d5</id>
<content type='text'>
modify global variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modify global variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace types.ClassType with six.class_types</title>
<updated>2014-03-18T11:01:37+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=bc2d48c473952247fe26c7058cb1a8ec746ff1d8'/>
<id>bc2d48c473952247fe26c7058cb1a8ec746ff1d8</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: Replace "for name, value in dict.items()" with "for name, value in six.iteritems(dict)"</title>
<updated>2014-03-18T11:01:07+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=4befe65b5410583cb069e0234d11eda4718719e4'/>
<id>4befe65b5410583cb069e0234d11eda4718719e4</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: Use six types for strings</title>
<updated>2014-03-18T11:47:02+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=4262b41da195cb959abf4a5a06ce34a6dec2c4a3'/>
<id>4262b41da195cb959abf4a5a06ce34a6dec2c4a3</id>
<content type='text'>
* Replace (str, unicode) with (six.binary_type, six.text_type)
* Replace basestring with (six.binary_type, six.text_type)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace (str, unicode) with (six.binary_type, six.text_type)
* Replace basestring with (six.binary_type, six.text_type)
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace "except Exception, exc" with "except Exception as exc:"</title>
<updated>2014-03-18T11:47:35+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=fbd07d8a7cf88daf5d821601578d2f7bc1c92928'/>
<id>fbd07d8a7cf88daf5d821601578d2f7bc1c92928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTTP 429 "Too Many Requests"</title>
<updated>2011-12-23T10:01:05+00:00</updated>
<author>
<name>Neil Williams</name>
<email>neil@reddit.com</email>
</author>
<published>2011-12-23T10:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=de5383d1ecd35f18d6b9ba4520019d4bd05ee320'/>
<id>de5383d1ecd35f18d6b9ba4520019d4bd05ee320</id>
<content type='text'>
http://www.ietf.org/id/draft-nottingham-http-new-status-03.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://www.ietf.org/id/draft-nottingham-http-new-status-03.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>Just a bit more paranoia in quoting comments, though I wasn't able to reproduce any actual issue</title>
<updated>2010-09-14T15:57:29+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-09-14T15:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=2f43ca51972a0cfa19b8dfedb38aa1eca3d21d79'/>
<id>2f43ca51972a0cfa19b8dfedb38aa1eca3d21d79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix XSS attacks as reported by Tim Wintle</title>
<updated>2010-06-15T17:30:05+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-06-15T17:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=bde24c75563bee1f86eec96ec2bd9adac5b71e29'/>
<id>bde24c75563bee1f86eec96ec2bd9adac5b71e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
