<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git, branch py3k</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>Python 3: use compatible print syntax in example text</title>
<updated>2015-11-12T12:27:37+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-11-12T12:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=535e6df5251c2cc433e5c76e55b44f1832451d4e'/>
<id>535e6df5251c2cc433e5c76e55b44f1832451d4e</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: let html_quote() and url() always return the same type</title>
<updated>2015-11-12T12:26:15+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-11-12T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=64f24fe3e7ac7a1beb1f0fbb80c355e39127182c'/>
<id>64f24fe3e7ac7a1beb1f0fbb80c355e39127182c</id>
<content type='text'>
Mixing binary and text types causes errors later on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mixing binary and text types causes errors later on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: ignore exception details in doctests</title>
<updated>2015-09-10T11:44:56+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-09-10T11:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=85945f7b5c901e3e6b2a43683abec3003e658c51'/>
<id>85945f7b5c901e3e6b2a43683abec3003e658c51</id>
<content type='text'>
Exception details are formatted differently between Python 2 and 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exception details are formatted differently between Python 2 and 3.
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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>Python 3: add workarounds for cgi.FieldStorage</title>
<updated>2015-08-20T08:30:28+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-08-20T08:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=e429aea5bc693ffb50b7cdaefd0a6e24ead2afa1'/>
<id>e429aea5bc693ffb50b7cdaefd0a6e24ead2afa1</id>
<content type='text'>
cgi.FieldStorage keeps some keys as str, some as the repr() of the
byte-encoded key, duh.

Fixes (well...): tests.test_cgiapp.test_form
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cgi.FieldStorage keeps some keys as str, some as the repr() of the
byte-encoded key, duh.

Fixes (well...): tests.test_cgiapp.test_form
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Use the same python interpreter for CGI scripts.</title>
<updated>2015-08-20T08:28:43+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-08-20T08:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=3b32d2f358eab38c0318475d1d191c68d1dd990d'/>
<id>3b32d2f358eab38c0318475d1d191c68d1dd990d</id>
<content type='text'>
Fixes tests.test_cgiapp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes tests.test_cgiapp
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Don't mangle strangely encoded input</title>
<updated>2015-08-19T14:23:10+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-08-19T14:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=a5ee861c01ec94096dea918d551be596f844291e'/>
<id>a5ee861c01ec94096dea918d551be596f844291e</id>
<content type='text'>
In Python 3, cgi.FieldStorage needs to know about encodings like
shiftjis in order to decode it properly (in Python 2 it's simply not
decoded at all).

Fixes tests.test_wsgiwrappers.test_wsgirequest_charset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3, cgi.FieldStorage needs to know about encodings like
shiftjis in order to decode it properly (in Python 2 it's simply not
decoded at all).

Fixes tests.test_wsgiwrappers.test_wsgirequest_charset
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Always encode params if passed as text types</title>
<updated>2015-08-19T14:29:07+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-08-19T14:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=0a70450e3f57e6478b9244f42aeebea744fec77c'/>
<id>0a70450e3f57e6478b9244f42aeebea744fec77c</id>
<content type='text'>
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: App must always return binary type.</title>
<updated>2015-08-19T14:32:16+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-08-19T14:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=5dd138a1fa76db863bf0d496deaac2cb2f3447a9'/>
<id>5dd138a1fa76db863bf0d496deaac2cb2f3447a9</id>
<content type='text'>
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset
</pre>
</div>
</content>
</entry>
</feed>
