<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git, branch 0.9.8.1</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>Some docstring fixes, and a link fix; exception fix in paste.lint</title>
<updated>2006-09-05T15:01:55+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-05T15:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=828bfff4cdb051a35e47b256af0ac5a18ad8ddc8'/>
<id>828bfff4cdb051a35e47b256af0ac5a18ad8ddc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deprecating WSGIResponse.has_header for HeaderDict already does case insensitive matching</title>
<updated>2006-09-04T21:15:31+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-04T21:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=e7f8995a01e127e593aa0f08a29f4a0f1ac45d11'/>
<id>e7f8995a01e127e593aa0f08a29f4a0f1ac45d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o fixed WSGIResponse to determine the correct encoding after the Content-Type</title>
<updated>2006-09-04T20:20:55+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-04T20:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b106c5c17d18755ce7c2c32d831d1773a0f97835'/>
<id>b106c5c17d18755ce7c2c32d831d1773a0f97835</id>
<content type='text'>
header was changed
o defaulting the WSGIResponse charset to iso-8859-1 as per RFC2616
o fixed HeaderDict's get and setdefault to be case insensitive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
header was changed
o defaulting the WSGIResponse charset to iso-8859-1 as per RFC2616
o fixed HeaderDict's get and setdefault to be case insensitive
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-update of version strings</title>
<updated>2006-09-04T19:35:38+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-04T19:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=54f6af6bfb71e393cc3a74f812338149f9ad2fdd'/>
<id>54f6af6bfb71e393cc3a74f812338149f9ad2fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o WSGIResponse changes:</title>
<updated>2006-09-04T00:08:51+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-04T00:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=949016497f710e5cbccf7388a90896d1452906c7'/>
<id>949016497f710e5cbccf7388a90896d1452906c7</id>
<content type='text'>
  - properly encoding any unicode content according to the response's charset
  - handling generator/iterator content more cleanly
  - fixed delete_cookie. also now takes optional path and domain args
o added wsgilib.encode_unicode_app_iter: encodes an app_iterable's unicode
responses as strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - properly encoding any unicode content according to the response's charset
  - handling generator/iterator content more cleanly
  - fixed delete_cookie. also now takes optional path and domain args
o added wsgilib.encode_unicode_app_iter: encodes an app_iterable's unicode
responses as strings
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing parse_formvars to permit missing QUERY_STRING, which</title>
<updated>2006-09-03T15:50:40+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-03T15:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c2f10a7f75bc6728c52af4dde97c509b55c060ed'/>
<id>c2f10a7f75bc6728c52af4dde97c509b55c060ed</id>
<content type='text'>
is permitted by the WSGI specification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is permitted by the WSGI specification
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing unindent issue that tripped up pudge.</title>
<updated>2006-09-02T23:47:12+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-02T23:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=21cbbbf0b6f270e85a8780a3524354890a929dd7'/>
<id>21cbbbf0b6f270e85a8780a3524354890a929dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding code-block directive to Python code samples.</title>
<updated>2006-09-02T23:40:11+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-02T23:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=7e3e549af3852c87697885df4b60daa8b63b370f'/>
<id>7e3e549af3852c87697885df4b60daa8b63b370f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding module doc for wsgiwrappers.</title>
<updated>2006-09-02T23:09:55+00:00</updated>
<author>
<name>bbangert</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-02T23:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=e944374d649a29449b4a3266a485eb5ca31ecf78'/>
<id>e944374d649a29449b4a3266a485eb5ca31ecf78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the docstring to specify the correct information for set_user and logout_user in the environ dictionary</title>
<updated>2006-09-01T12:29:48+00:00</updated>
<author>
<name>thejimmyg</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-01T12:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=57418edee47bfb1c541b4d3162db41342e04ceeb'/>
<id>57418edee47bfb1c541b4d3162db41342e04ceeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
