<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste, 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>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>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>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://91.123.203.49/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://91.123.203.49/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>Fix hash_identifier() on Python 3</title>
<updated>2015-04-22T01:24:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T01:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=aadcd3e4f4ac5c8251db1a7899d96c8ee279e04d'/>
<id>aadcd3e4f4ac5c8251db1a7899d96c8ee279e04d</id>
<content type='text'>
Fix paste.exceptions.serial_number_generator.hash_identifier()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix paste.exceptions.serial_number_generator.hash_identifier()
</pre>
</div>
</content>
</entry>
<entry>
<title>Port proxy to Python 3</title>
<updated>2015-04-22T01:13:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T01:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=39758a4b3b432f7913c5941a0c0ea2a6c8fa300e'/>
<id>39758a4b3b432f7913c5941a0c0ea2a6c8fa300e</id>
<content type='text'>
Use Message.items() method instead of HTTPMessage.headers attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Message.items() method instead of HTTPMessage.headers attribute.
</pre>
</div>
</content>
</entry>
</feed>
