<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/docs, branch 1.2</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>Fix for FileApp replying to non-GET requests, and giving the body for HEAD requests</title>
<updated>2007-02-01T03:40:28+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-02-01T03:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=e37907f6e8a5930430f4baf5915aa9716db097c5'/>
<id>e37907f6e8a5930430f4baf5915aa9716db097c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More features, yay\!</title>
<updated>2007-02-01T00:48:40+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-02-01T00:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=88ca7798e23c35eeadfe8cf50ef2459eed366e54'/>
<id>88ca7798e23c35eeadfe8cf50ef2459eed366e54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o remove paste.pycgiwrapper reference</title>
<updated>2007-02-01T00:42:28+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-02-01T00:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=85b50f8fced16423a5a8186d64de6cb37b83e773'/>
<id>85b50f8fced16423a5a8186d64de6cb37b83e773</id>
<content type='text'>
o mention paste.request, fileapp, httpheaders, auth, wsgiwrappers and registry
(thanks eleftherios)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o mention paste.request, fileapp, httpheaders, auth, wsgiwrappers and registry
(thanks eleftherios)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove long-deprecated modules (most moved elsewhere)</title>
<updated>2007-02-01T00:31:17+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-02-01T00:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=ad2fa348a96a37dde370c4e26533f0594cf0d21c'/>
<id>ad2fa348a96a37dde370c4e26533f0594cf0d21c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up docstrings for reST validity</title>
<updated>2007-02-01T00:20:13+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-02-01T00:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=f00f751e1a8b5ab5ae15265dc5e2efd4f6da7c7f'/>
<id>f00f751e1a8b5ab5ae15265dc5e2efd4f6da7c7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching mime-type parsing to be a WSGIRequest function instead of attribute.</title>
<updated>2007-01-31T23:23:04+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-01-31T23:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=e48a86634858f0ddd1804e57e7d6bb4dceae08cc'/>
<id>e48a86634858f0ddd1804e57e7d6bb4dceae08cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved wsgiwrapper news to wsgiwrappers section.</title>
<updated>2007-01-31T23:13:31+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-01-31T23:13: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=de6ac1afe13204bd539efb177c381e45f49e56c0'/>
<id>de6ac1afe13204bd539efb177c381e45f49e56c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating news for new features in WSGIRequest, mimeparse, and HTTP headers.</title>
<updated>2007-01-31T22:33:03+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2007-01-31T22:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=1784ec670c1b56fe55dbbb25c2556b4b8fb01898'/>
<id>1784ec670c1b56fe55dbbb25c2556b4b8fb01898</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 templating language</title>
<updated>2007-01-31T17:43:01+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-31T17:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=bd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0'/>
<id>bd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed nonexistent paste.login reference</title>
<updated>2007-01-31T10:51:00+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-01-31T10:51: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=e945e737cbd540de18247b7b234fdd52f66cef57'/>
<id>e945e737cbd540de18247b7b234fdd52f66cef57</id>
<content type='text'>
(thanks eleftherios)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(thanks eleftherios)
</pre>
</div>
</content>
</entry>
</feed>
