<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/tests, branch fix-has_key</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>tests/test_httpserver.py: Add test_environ_with_multiple_values</title>
<updated>2015-04-28T16:57:32+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-28T16:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=a3cba0d0ae06ef33c002d1d424564c16aef8ab61'/>
<id>a3cba0d0ae06ef33c002d1d424564c16aef8ab61</id>
<content type='text'>
Tests when there are two `Host:` headers present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests when there are two `Host:` headers present.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/test_httpserver.py: Use `email` module instead of `mimetools`</title>
<updated>2015-04-28T16:49:48+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-28T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=d2ff513fbb1f16adfd2d7f7c84d5ec4b04457237'/>
<id>d2ff513fbb1f16adfd2d7f7c84d5ec4b04457237</id>
<content type='text'>
because `mimetools` is deprecated and doesn't work in Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because `mimetools` is deprecated and doesn't work in Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests/test_httpserver.py</title>
<updated>2015-04-27T23:52:56+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-27T23:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=317c5ab5492dc2f0c02f4a284b6603d8ae768fcb'/>
<id>317c5ab5492dc2f0c02f4a284b6603d8ae768fcb</id>
<content type='text'>
which contains a test for the issue in BB-4, where the WSGI environment has
strings with commas in them that don't belong.

See issue #4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which contains a test for the issue in BB-4, where the WSGI environment has
strings with commas in them that don't belong.

See issue #4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert change on paste.util.quoting.html_quote()</title>
<updated>2015-04-23T21:51:05+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-23T21:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b49efe0bb4cbb6a6b521a6a860fa619e4293aafb'/>
<id>b49efe0bb4cbb6a6b521a6a860fa619e4293aafb</id>
<content type='text'>
On Python 2, html_quote(unicode) returns again bytes to restore backward
compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 2, html_quote(unicode) returns again bytes to restore backward
compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix paste.util.html_quote(unicode): don't encode the string to escape it</title>
<updated>2015-04-22T01:37:20+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T01:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b19f4f27189a29d3a1c4cf036ae51d35db83ea5a'/>
<id>b19f4f27189a29d3a1c4cf036ae51d35db83ea5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup imports in test_fileapp</title>
<updated>2015-04-22T00:30:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b9ceb0a57e2c48f95e94693da5f3f4b86fbc3bff'/>
<id>b9ceb0a57e2c48f95e94693da5f3f4b86fbc3bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pyflakes warnings in tests</title>
<updated>2015-04-22T00:29:05+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=cc86cbfe9424cb74d3dcc3ed5e8f8203df2f8206'/>
<id>cc86cbfe9424cb74d3dcc3ed5e8f8203df2f8206</id>
<content type='text'>
* Remove unused imports
* Remove unused variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused imports
* Remove unused variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_exceptions on Python 3</title>
<updated>2015-04-21T22:48:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=9be8c17d018d28f064bf933c2c5b2fdce06f18db'/>
<id>9be8c17d018d28f064bf933c2c5b2fdce06f18db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove doctest24</title>
<updated>2015-04-21T22:35:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=61cc154316299d8e372722085baf110eb3a4833b'/>
<id>61cc154316299d8e372722085baf110eb3a4833b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test_fileapp according to changeset b3f56e5b43e8</title>
<updated>2015-04-21T20:29:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T20:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=73fad9249f2d54fa678081e55adf2c12b25fad6a'/>
<id>73fad9249f2d54fa678081e55adf2c12b25fad6a</id>
<content type='text'>
Now HTTP status 206 is used even if the range is the full content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now HTTP status 206 is used even if the range is the full content.
</pre>
</div>
</content>
</entry>
</feed>
