<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/httpheaders.py, branch 2.0.3</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Fix pyflakes warnings</title>
<updated>2015-04-22T00:20:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-22T00:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c'/>
<id>ebf7227f6ea8735c5f17ef9078e4543bfcb38a8c</id>
<content type='text'>
* Remove unused variables
* Remove unused imports
* Remove dead code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused variables
* Remove unused imports
* Remove dead code
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix httpheaders on Python 3</title>
<updated>2015-04-21T21:54:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T21:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=75a2eb7ded57746641f10174ac79f0f6be2a34db'/>
<id>75a2eb7ded57746641f10174ac79f0f6be2a34db</id>
<content type='text'>
* Call list.sort() with a key function instead of a compare function.
* Fix FakeRequest in httpheaders on Python 3: urllib.request now expects
  properties, not getters (get_xxx() methods).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Call list.sort() with a key function instead of a compare function.
* Fix FakeRequest in httpheaders on Python 3: urllib.request now expects
  properties, not getters (get_xxx() methods).
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy the dictionary of global variables to be able to iterate over it and</title>
<updated>2014-03-18T16:24:55+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-03-18T16:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c7b6adc38c1cc78498e695406fdb359048f731d5'/>
<id>c7b6adc38c1cc78498e695406fdb359048f731d5</id>
<content type='text'>
modify global variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modify global variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(dict)"</title>
<updated>2014-03-18T11:47:16+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=a1158cf8f4d4e59988e5deea2bf28fb742dd716f'/>
<id>a1158cf8f4d4e59988e5deea2bf28fb742dd716f</id>
<content type='text'>
Same change for itervalues().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same change for itervalues().
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Use absolute import instead of relative import</title>
<updated>2014-03-18T11:47:31+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=d39d9311f11036077ecae1be6e2f0024c23949e3'/>
<id>d39d9311f11036077ecae1be6e2f0024c23949e3</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: use new names of standard library modules</title>
<updated>2014-03-18T11:49:12+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=674ae7718bc06a8b8c8b658075bf82c8198fb632'/>
<id>674ae7718bc06a8b8c8b658075bf82c8198fb632</id>
<content type='text'>
Use "try/except ImportError" to try Python 2 and Python 3 names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "try/except ImportError" to try Python 2 and Python 3 names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of misused .remote() method (should have been .delete()): http://trac.pythonpaste.org/pythonpaste/ticket/310</title>
<updated>2010-09-02T07:24:48+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-09-02T07:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=1ce1c1c216aaf5b90102be554df6c4f99c797006'/>
<id>1ce1c1c216aaf5b90102be554df6c4f99c797006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix http://trac.pythonpaste.org/pythonpaste/ticket/398 -- properly reject dates that have out-of-range values</title>
<updated>2010-09-01T22:57:56+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-09-01T22:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3ea8226f309aedbae6e6deca3a596a38903bbc57'/>
<id>3ea8226f309aedbae6e6deca3a596a38903bbc57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>workaround mimetype's incredible lameness:</title>
<updated>2009-03-02T01:08:05+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2009-03-02T01:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=69c793c0b54259ea8b0f1e2200fb813c8defb7b8'/>
<id>69c793c0b54259ea8b0f1e2200fb813c8defb7b8</id>
<content type='text'>
http://bugs.python.org/issue5401
patch from chrisz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://bugs.python.org/issue5401
patch from chrisz
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Content-Range: bytes START-END/LENGTH (adding 'bytes')</title>
<updated>2007-09-10T17:18:33+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-09-10T17:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=f5fa5a259ea1c8489558d7d181966d0ae2d3252e'/>
<id>f5fa5a259ea1c8489558d7d181966d0ae2d3252e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
