<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git, branch eliminate_cgi_parse_qsl</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>Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sql</title>
<updated>2015-04-30T23:42:17+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-30T23:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=fe795268815ff738d4bc5925f55704d97652dd49'/>
<id>fe795268815ff738d4bc5925f55704d97652dd49</id>
<content type='text'>
because `cgi.parse_qsl` is deprecated, according to
https://docs.python.org/2/library/cgi.html#cgi.parse_qsl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because `cgi.parse_qsl` is deprecated, according to
https://docs.python.org/2/library/cgi.html#cgi.parse_qsl
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python 3 issue in paste/fixture.py</title>
<updated>2015-04-30T22:27:33+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-30T22:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2434b4e6314663dbba066cfb184d78ad735f2e76'/>
<id>2434b4e6314663dbba066cfb184d78ad735f2e76</id>
<content type='text'>
by wrapping `map` with `list`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by wrapping `map` with `list`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in msabramo/paste/BB-4 (pull request #22)</title>
<updated>2015-04-30T20:47:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-30T20:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=6235aae45bd96b33932edc5ad64431d041f3abb4'/>
<id>6235aae45bd96b33932edc5ad64431d041f3abb4</id>
<content type='text'>
Fix improper commas in request headers in wsgi_environ
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix improper commas in request headers in wsgi_environ
</pre>
</div>
</content>
</entry>
<entry>
<title>Make utility function private: _get_headers</title>
<updated>2015-04-30T19:35:19+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-30T19:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=24119f5adc0133a597e989c5f0209f615f5a6d8c'/>
<id>24119f5adc0133a597e989c5f0209f615f5a6d8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make get_headers default to Python 3; fallback to Python 2</title>
<updated>2015-04-30T14:27:52+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-30T14:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9d67cc2e257e998fc5b820675c1be22b083f35dc'/>
<id>9d67cc2e257e998fc5b820675c1be22b083f35dc</id>
<content type='text'>
as suggested by @haypo at https://bitbucket.org/ianb/paste/pull-request/22/fix-improper-commas-in-request-headers-in/diff#comment-6583636
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as suggested by @haypo at https://bitbucket.org/ianb/paste/pull-request/22/fix-improper-commas-in-request-headers-in/diff#comment-6583636
</pre>
</div>
</content>
</entry>
<entry>
<title>Make get all values of a header work on both Python 2 and 3</title>
<updated>2015-04-28T17:01:48+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-28T17:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=1976ddda0db68e75bd4cf1bdd3f3eb0b3b99eee7'/>
<id>1976ddda0db68e75bd4cf1bdd3f3eb0b3b99eee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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>Fix improper commas in request headers in wsgi_environ</title>
<updated>2015-04-27T23:54:31+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-04-27T23:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9b68e059e73c44bfc03b906f2271c8ac49aabcfb'/>
<id>9b68e059e73c44bfc03b906f2271c8ac49aabcfb</id>
<content type='text'>
Revert from using `get` to `getheaders` method.

fixes #4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert from using `get` to `getheaders` method.

fixes #4
</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://91.123.203.49/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>
</feed>
