<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/lint.py, branch python3_wsgilib_add_close_next</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Port paste.lint to Python 3</title>
<updated>2015-04-21T16:00:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T16:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=7fb1d04880da53aeebd94dec9e4f67e3bf631c2a'/>
<id>7fb1d04880da53aeebd94dec9e4f67e3bf631c2a</id>
<content type='text'>
* Expect bytes, not Unicode
* Fix ErrorWrapper on Python 3: write() parameter must be bytes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Expect bytes, not Unicode
* Fix ErrorWrapper on Python 3: write() parameter must be bytes
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip trailing spaces</title>
<updated>2015-04-21T13:26:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T13:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=04ecd5542849191457ccfc3e42a39452db47825a'/>
<id>04ecd5542849191457ccfc3e42a39452db47825a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace "type(obj) is types.DictType" with "isinstance(obj, dict)"</title>
<updated>2014-03-18T11:12:11+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=f38b5dc9b8742db9adaa36bb8b878d6628590d39'/>
<id>f38b5dc9b8742db9adaa36bb8b878d6628590d39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Add __next__() alias to next() method</title>
<updated>2014-03-18T11:11:04+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=7dd74ee170a7beae67810732ee403db89d67404f'/>
<id>7dd74ee170a7beae67810732ee403db89d67404f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace iterator.next() with six.next(iterator)</title>
<updated>2014-03-18T11:10:58+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=52ecfe48860ed04a80532fd7a01b51fbed9c7217'/>
<id>52ecfe48860ed04a80532fd7a01b51fbed9c7217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace "dict.has_key(key)" with "key in dict"</title>
<updated>2014-03-18T11:47:59+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=286427374d678bf82491f97fbc2b422d30791b90'/>
<id>286427374d678bf82491f97fbc2b422d30791b90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow 201 with Content-type</title>
<updated>2008-11-16T00:36:38+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2008-11-16T00:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=328dbcc280f1e2652fefdd0c7f2ea73eac56bdbf'/>
<id>328dbcc280f1e2652fefdd0c7f2ea73eac56bdbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't give an error when a 201 response has a Content-Type</title>
<updated>2007-10-10T01:20:35+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-10-10T01:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=44b344bcffb98c15d93698be4be614eddd3ae12f'/>
<id>44b344bcffb98c15d93698be4be614eddd3ae12f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>readline takes an optional length arg</title>
<updated>2007-07-19T03:41:46+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-19T03:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=0fa0e9c99ca5882c0eb58409723e0fc0a4893c1a'/>
<id>0fa0e9c99ca5882c0eb58409723e0fc0a4893c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>201 Created does not expect a response body</title>
<updated>2007-01-18T17:27:12+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-18T17:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=7cec46372848f00b7df558dcb494012c93472159'/>
<id>7cec46372848f00b7df558dcb494012c93472159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
