<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/response.py, branch 0.9.5</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>Added copyright header to a bunch of files</title>
<updated>2006-06-13T16:13:14+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-06-13T16:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=af9dd3d43fb62b1531b0c0b0b5559bff6a197427'/>
<id>af9dd3d43fb62b1531b0c0b0b5559bff6a197427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved WSGIRequest from request -&gt; wsgiwrappers. Created WSGIResponse object in wsgiwrappers.</title>
<updated>2006-03-19T04:41:12+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2006-03-19T04:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=162c5324cc87395e4f9604f3e43d0809b57a9c13'/>
<id>162c5324cc87395e4f9604f3e43d0809b57a9c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2006-02-28T20:59:21+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-02-28T20:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=7c40536cec6d4d51819a4effc9219890b6072bc4'/>
<id>7c40536cec6d4d51819a4effc9219890b6072bc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a .fromlist method to HeaderDict</title>
<updated>2006-02-28T20:58:10+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-02-28T20:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=a585275c63c67c77f2feb9d3d3ce555db2381f18'/>
<id>a585275c63c67c77f2feb9d3d3ce555db2381f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed stack level for warnings</title>
<updated>2006-01-03T00:44:06+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-03T00:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=ab3fa9c1fae5873f3a6541ca32dc02d21d2f62cd'/>
<id>ab3fa9c1fae5873f3a6541ca32dc02d21d2f62cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a bunch of module docstrings so the module index looks nicer; also marked deprecated modules so they don't show up in the module index that Pudge creates</title>
<updated>2005-12-30T23:11:24+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-30T23:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=61cd202862b2213198685c3341e2df2957496849'/>
<id>61cd202862b2213198685c3341e2df2957496849</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- added normalize_headers to paste.httpheaders which sorts a set</title>
<updated>2005-12-26T06:39:30+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-26T06:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=94005fa755a1f79b13f4d2141c30c9f7338dbf9f'/>
<id>94005fa755a1f79b13f4d2141c30c9f7338dbf9f</id>
<content type='text'>
  of outgoing headers and capitalizes them to exactly match the RFC
  for extremely dumb user agents (which exist... unfortunately)
  that don't do case-insensitive matches and assume Camel-Case
- added ResponseHeaderWrapper to use python properties to
  access headers which don't use multiple-entities (like Set-Cookie)
- updated comment to header_value to explain why , separator
  works in most cases (but not all)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  of outgoing headers and capitalizes them to exactly match the RFC
  for extremely dumb user agents (which exist... unfortunately)
  that don't do case-insensitive matches and assume Camel-Case
- added ResponseHeaderWrapper to use python properties to
  access headers which don't use multiple-entities (like Set-Cookie)
- updated comment to header_value to explain why , separator
  works in most cases (but not all)
</pre>
</div>
</content>
</entry>
<entry>
<title>- made __call__ for an HTTPException be the same as wsgi_application</title>
<updated>2005-12-23T01:23:52+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-23T01:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2750d20f2eda09d6fa43fbb8ab82c50303055800'/>
<id>2750d20f2eda09d6fa43fbb8ab82c50303055800</id>
<content type='text'>
- added if-modified-since logic to fileapp.py
- added helper to mark file/data as cached in fileapp.py
- added starter regression test for fileapp.py
note: if-modified-since is still slighly broken due to timezone issues
      (it isn't consistenly keeping gmtime and localtime)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added if-modified-since logic to fileapp.py
- added helper to mark file/data as cached in fileapp.py
- added starter regression test for fileapp.py
note: if-modified-since is still slighly broken due to timezone issues
      (it isn't consistenly keeping gmtime and localtime)
</pre>
</div>
</content>
</entry>
<entry>
<title>- removed unnecessary spaces in several files</title>
<updated>2005-12-22T16:57:00+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-22T16:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=4bb8caa43562f7d3182b2d77086255e0dd5cbc75'/>
<id>4bb8caa43562f7d3182b2d77086255e0dd5cbc75</id>
<content type='text'>
- added DataApp to paste.fileapp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added DataApp to paste.fileapp
</pre>
</div>
</content>
</entry>
<entry>
<title>A bunch of little import cleanups noted from pyflakes</title>
<updated>2005-12-18T23:28:31+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-18T23:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=abaf2e3cade74380f5390b2d397f048b881748ee'/>
<id>abaf2e3cade74380f5390b2d397f048b881748ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
