<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/httpheaders.py, branch 0.9</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>Allowed for a -1 value in the range</title>
<updated>2006-03-30T21:58:30+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-03-30T21:58: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=162dbff1d45c8a91f0fe2571ba41b027aacb1ebe'/>
<id>162dbff1d45c8a91f0fe2571ba41b027aacb1ebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed docstring; removed method that was doubly-defined (I think I deleted the right version?)</title>
<updated>2006-03-01T21:14:47+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-03-01T21:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=220eecaa3022329b88e1e0847dff22f8c027b6a3'/>
<id>220eecaa3022329b88e1e0847dff22f8c027b6a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- noted the RFC for exhaustive list of httpheaders</title>
<updated>2006-02-08T04:32:30+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-02-08T04:32: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=d84d473806e556d85afb3fe5c7212d6f1293bb55'/>
<id>d84d473806e556d85afb3fe5c7212d6f1293bb55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- py2.3 compatibility fix as reported by Ben Bangert</title>
<updated>2006-01-06T19:27:26+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-06T19:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c45c453636742be75cce0a02e59b752882f50c91'/>
<id>c45c453636742be75cce0a02e59b752882f50c91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title></title>
<updated>2006-01-02T23:48:53+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-02T23:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=6deb1e0a22e140dd1e5fdea09eeae29020ebb0c1'/>
<id>6deb1e0a22e140dd1e5fdea09eeae29020ebb0c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed logic/definition problem /w multi-entry headers;</title>
<updated>2006-01-01T20:58:49+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-01T20:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=a99af4d4f0dcae9a1a2b29ae9668f3cf6e857b3e'/>
<id>a99af4d4f0dcae9a1a2b29ae9668f3cf6e857b3e</id>
<content type='text'>
  __call__ now always returns a string value
- renamed resolve to values in HTTPHeader to better
  reflect the public-interface for this (esp for multi-entry headers)
- a few bugs in mult-entry headers
- added common CGI headers to httpheaders; I know they don't
  really belong here, but error checking is nice
- updated auth.digest and auth.basic to use httpheaders
  (this is what prompted the above changes)
- added WWW_AUTHENTICATe header which will build a response to
  a digest challenge
- fixed capitalization error in fileapp and added corresponding test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  __call__ now always returns a string value
- renamed resolve to values in HTTPHeader to better
  reflect the public-interface for this (esp for multi-entry headers)
- a few bugs in mult-entry headers
- added common CGI headers to httpheaders; I know they don't
  really belong here, but error checking is nice
- updated auth.digest and auth.basic to use httpheaders
  (this is what prompted the above changes)
- added WWW_AUTHENTICATe header which will build a response to
  a digest challenge
- fixed capitalization error in fileapp and added corresponding test
</pre>
</div>
</content>
</entry>
<entry>
<title>- cleaned up documentation for paste.auth.cookie</title>
<updated>2005-12-31T06:57:42+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-31T06:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2feaab5ba38102efb0a45318b70898f0a51f68fd'/>
<id>2feaab5ba38102efb0a45318b70898f0a51f68fd</id>
<content type='text'>
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a __pudge_all__ variable that contains classes</title>
<updated>2005-12-31T00:25:30+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-31T00:25: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=d8e2a2f5a8f0da34a8d10c9a1874e84798a2e90d'/>
<id>d8e2a2f5a8f0da34a8d10c9a1874e84798a2e90d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- documentation updates to make pudge output look nicer</title>
<updated>2005-12-31T00:12:52+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-31T00:12: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=454729d8b058a0484b3b8608d2f16f259bb270e8'/>
<id>454729d8b058a0484b3b8608d2f16f259bb270e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixes to make auto-documentation work nicer</title>
<updated>2005-12-30T23:42:47+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-30T23:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=5596868237638c2d6db748f09a95c1e6c6ccd55e'/>
<id>5596868237638c2d6db748f09a95c1e6c6ccd55e</id>
<content type='text'>
  question: how do I get pudge to document a 'private' class?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  question: how do I get pudge to document a 'private' class?
</pre>
</div>
</content>
</entry>
</feed>
