<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste, branch BB-4</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/'/>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.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://trove.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>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://trove.baserock.org/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://trove.baserock.org/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>
<entry>
<title>Merged in mfrobben/paste (pull request #21)</title>
<updated>2015-04-22T00:33:32+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3026086c19b45382d5ceca778a5458233b485ce9'/>
<id>3026086c19b45382d5ceca778a5458233b485ce9</id>
<content type='text'>
Fix bad reference to iterator variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bad reference to iterator variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pyflakes warnings</title>
<updated>2015-04-22T00:20:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c'/>
<id>ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c</id>
<content type='text'>
* Remove unused variables
* Remove unused imports
* Remove dead code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused variables
* Remove unused imports
* Remove dead code
</pre>
</div>
</content>
</entry>
</feed>
