<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/wsgiwrappers.py, branch require_six</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>Fix WSGIResponse on Python 3</title>
<updated>2015-04-21T14:01:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T14:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=3a3210adc74a994b1923e33d987080768b960543'/>
<id>3a3210adc74a994b1923e33d987080768b960543</id>
<content type='text'>
HTTP body must be bytes. Don't check if __iter__() method to check if content
is a list or tuple, because bytes and str now have this method on Python 3.
Instead, check explicitly for bytes and str types using the six module.

Port wsgiwrappers test to Python 3, fix bytes/unicode issues:

* HTTP body must be bytes
* Filenames are native strings, request ensures that filenames are unicode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTTP body must be bytes. Don't check if __iter__() method to check if content
is a list or tuple, because bytes and str now have this method on Python 3.
Instead, check explicitly for bytes and str types using the six module.

Port wsgiwrappers test to Python 3, fix bytes/unicode issues:

* HTTP body must be bytes
* Filenames are native strings, request ensures that filenames are unicode
</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://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=204ef6b7198467a5bd94ae3235b3a318ff0ccc2b'/>
<id>204ef6b7198467a5bd94ae3235b3a318ff0ccc2b</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 new style of raise, replace "raise class, args" with "raise class(args)"</title>
<updated>2014-03-18T11:49:40+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=8ceb9705ef26ef79ea5deca197fc3f5202ce849f'/>
<id>8ceb9705ef26ef79ea5deca197fc3f5202ce849f</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 new names of standard library modules</title>
<updated>2014-03-18T11:49:12+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=0940d96d1736a524cdad76d6f6f685462ee136e5'/>
<id>0940d96d1736a524cdad76d6f6f685462ee136e5</id>
<content type='text'>
Use "try/except ImportError" to try Python 2 and Python 3 names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "try/except ImportError" to try Python 2 and Python 3 names.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow strings and lists to be used in cookie tokens</title>
<updated>2012-10-12T18:12:05+00:00</updated>
<author>
<name>Kristian Kvilekval</name>
<email>kris@cs.ucsb.edu</email>
</author>
<published>2012-10-12T18:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=96fa39e91525e3efb86a6254f58e3e8c13152427'/>
<id>96fa39e91525e3efb86a6254f58e3e8c13152427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
