<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/lint.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>Added notes on what is tested</title>
<updated>2006-03-30T21:58:01+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-03-30T21:58: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=6e4ef794acc6f2493f6eb40a66d85fdb1ccc1fca'/>
<id>6e4ef794acc6f2493f6eb40a66d85fdb1ccc1fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly better assertion message</title>
<updated>2006-02-28T00:03:35+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-02-28T00:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=0e80a10f76af5f98bce9de073b46791377844729'/>
<id>0e80a10f76af5f98bce9de073b46791377844729</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>- off by one in lint.py</title>
<updated>2005-12-30T00:46:34+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-30T00:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2ee50a9c9bc80dacc2bb101da35fcd71694ce7ad'/>
<id>2ee50a9c9bc80dacc2bb101da35fcd71694ce7ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate paste.deploy entry point for lint from its main function</title>
<updated>2005-12-29T23:35:00+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-29T23:35: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=24bf2f7498199feb44d2da14fe754908e5076178'/>
<id>24bf2f7498199feb44d2da14fe754908e5076178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tighter check: exc_info must be None if not given</title>
<updated>2005-12-29T16:43:45+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-29T16:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c41a12e5479feb6a5c0e01d4fae2df67825d0b8d'/>
<id>c41a12e5479feb6a5c0e01d4fae2df67825d0b8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added check for properly-formatted status</title>
<updated>2005-12-29T16:42:54+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-29T16:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=7e06d926e751c3112f898920cec85ee214e20c9b'/>
<id>7e06d926e751c3112f898920cec85ee214e20c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added checks that HTTP_CONTENT_TYPE/LENGTH are not in the environment, and a warning if QUERY_STRING isn't in the environment, and made unknown REQUEST_METHODs a warning instead of an error</title>
<updated>2005-12-29T16:40:39+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-29T16:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=94f4741458badebf1edd4b970caf4b23d030124c'/>
<id>94f4741458badebf1edd4b970caf4b23d030124c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the test for start_response being called; it only has to be called before the iterator returns its first value</title>
<updated>2005-12-15T21:13:29+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-15T21:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c6d7b2d8c77f999340ed1a81e1b92f7bda6b9753'/>
<id>c6d7b2d8c77f999340ed1a81e1b92f7bda6b9753</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync with trunk</title>
<updated>2005-12-13T07:00:20+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2005-12-13T07:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b6579740347e23805c031d48e3dff746c8e0a328'/>
<id>b6579740347e23805c031d48e3dff746c8e0a328</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
