<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste, branch py3k</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<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.git/commit/?id=81ef81c6288a320f7c9f9fd93c0b3f150b5184e8'/>
<id>81ef81c6288a320f7c9f9fd93c0b3f150b5184e8</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: 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.git/commit/?id=6f5a6d709d49901fcadfbe4319c3f5204a09ae2c'/>
<id>6f5a6d709d49901fcadfbe4319c3f5204a09ae2c</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.git/commit/?id=075787fc7f562e7d88b304247721152a6d64d83b'/>
<id>075787fc7f562e7d88b304247721152a6d64d83b</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: 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.git/commit/?id=be0c07f218e59c14db599f416df2bc1956be0774'/>
<id>be0c07f218e59c14db599f416df2bc1956be0774</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.git/commit/?id=6d1a54f51e8ef9040d9fbfb824f676ab2c1b4649'/>
<id>6d1a54f51e8ef9040d9fbfb824f676ab2c1b4649</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.git/commit/?id=be901601473bd3ba5826d86fb9912843a3517a07'/>
<id>be901601473bd3ba5826d86fb9912843a3517a07</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>
