<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/exceptions, 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>Python 3: dict.items() doesn't return a list anymore</title>
<updated>2015-11-12T12:28:38+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-11-12T12:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=200666040ff737181662824ea33cd019890181f9'/>
<id>200666040ff737181662824ea33cd019890181f9</id>
<content type='text'>
Use sorted() instead, which works on lists as well as dict_items
objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use sorted() instead, which works on lists as well as dict_items
objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: avoid spurious warnings</title>
<updated>2015-09-09T09:09:59+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-09-09T09:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=75020c5f92846963892798514df48d8a2ad6b8a5'/>
<id>75020c5f92846963892798514df48d8a2ad6b8a5</id>
<content type='text'>
The dict.has_keys() method doesn't exist anymore in python 3, check if
the locals() object has a .keys() method instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dict.has_keys() method doesn't exist anymore in python 3, check if
the locals() object has a .keys() method instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hash_identifier() on Python 3</title>
<updated>2015-04-22T01:24:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T01:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=aadcd3e4f4ac5c8251db1a7899d96c8ee279e04d'/>
<id>aadcd3e4f4ac5c8251db1a7899d96c8ee279e04d</id>
<content type='text'>
Fix paste.exceptions.serial_number_generator.hash_identifier()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix paste.exceptions.serial_number_generator.hash_identifier()
</pre>
</div>
</content>
</entry>
<entry>
<title>Get parse_querystring() function directly from the paste.request module,</title>
<updated>2015-04-22T00:16:36+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=1d2079c3c8ebb69b3023a307849d2d17fe606f1d'/>
<id>1d2079c3c8ebb69b3023a307849d2d17fe606f1d</id>
<content type='text'>
instead of using wsgilib.parse_querystring() alias.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of using wsgilib.parse_querystring() alias.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port errormiddleware to Python 3</title>
<updated>2015-04-21T21:55:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T21:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=781a97d181b95e1b67183f4c5536dc2cdd924ac4'/>
<id>781a97d181b95e1b67183f4c5536dc2cdd924ac4</id>
<content type='text'>
Encode HTTP body to UTF-8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Encode HTTP body to UTF-8
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip trailing spaces</title>
<updated>2015-04-21T13:26:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T13:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=04ecd5542849191457ccfc3e42a39452db47825a'/>
<id>04ecd5542849191457ccfc3e42a39452db47825a</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 ord() with six.byte2int()</title>
<updated>2014-03-18T10:45:51+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T10:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3f98341a08e2899fdf6914776198bd0878e4f5c2'/>
<id>3f98341a08e2899fdf6914776198bd0878e4f5c2</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 unicode with six.text_type and str with six.binary_type</title>
<updated>2014-03-18T10:45:33+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T10:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=1b509b7595bd4f2b2bdf23549662fda5559e7754'/>
<id>1b509b7595bd4f2b2bdf23549662fda5559e7754</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 an explicit floor division</title>
<updated>2014-03-18T10:44:26+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T10:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=236cbc8de35dd439fcb85c5ded402c4fa1a4fe11'/>
<id>236cbc8de35dd439fcb85c5ded402c4fa1a4fe11</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 (int, long) with six.integer_types</title>
<updated>2014-03-18T10:44:10+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T10:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=79194842902394e54c4e9e62e71d9642f1423082'/>
<id>79194842902394e54c4e9e62e71d9642f1423082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
