<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/urlmap.py, branch py37</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>Escape CGI environment variables in HTTP 404 responses</title>
<updated>2014-08-25T05:31:28+00:00</updated>
<author>
<name>Kaan Kivilcim</name>
<email>contact@kaankivilcim.com</email>
</author>
<published>2014-08-25T05:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=e43fede756b1728e47462fe89bdf35c99c21778c'/>
<id>e43fede756b1728e47462fe89bdf35c99c21778c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>URLMap: add missing abstract __len__ and __iter__ methods</title>
<updated>2014-03-18T16:25:16+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-03-18T16:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=571faa2c01506a8533638f1c9adc2903fb8b292f'/>
<id>571faa2c01506a8533638f1c9adc2903fb8b292f</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://91.123.203.49/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>Fix XSS attacks as reported by Tim Wintle</title>
<updated>2010-06-15T17:30:05+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-06-15T17:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=bde24c75563bee1f86eec96ec2bd9adac5b71e29'/>
<id>bde24c75563bee1f86eec96ec2bd9adac5b71e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix urlmap to include the path that was not found and not</title>
<updated>2007-08-08T17:09:25+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2007-08-08T17:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=884b0b143f6da8f791117dabe4976a734be83e22'/>
<id>884b0b143f6da8f791117dabe4976a734be83e22</id>
<content type='text'>
  give a redundant message of not being found 2x
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  give a redundant message of not being found 2x
</pre>
</div>
</content>
</entry>
<entry>
<title>A big commit, primarily aesthetic/whitespace in nature.  This is the result of running pylint over the codebase.  Some minor/hard-to-reach typos were also picked up.</title>
<updated>2006-10-20T22:08:05+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=44fa5352360b78696c3d81cafa8e24eaa4f6c3ed'/>
<id>44fa5352360b78696c3d81cafa8e24eaa4f6c3ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for paste.urlmap and vhosts</title>
<updated>2006-06-22T15:50:34+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-22T15:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=ecf91d7e87d7af1541f3c81cead3292a77b55ec9'/>
<id>ecf91d7e87d7af1541f3c81cead3292a77b55ec9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix URLMap to make passing in a different not_found_app work</title>
<updated>2006-05-29T15:31:16+00:00</updated>
<author>
<name>seanc</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-29T15:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=d841ca4fe1f0b3547cc01cfe3e0b8714a5751cfd'/>
<id>d841ca4fe1f0b3547cc01cfe3e0b8714a5751cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapplying a previously-fixed port-related bug</title>
<updated>2006-05-25T21:13:14+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-25T21:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=0be6006e79af48e9862bc29bce330f01e2a65e05'/>
<id>0be6006e79af48e9862bc29bce330f01e2a65e05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Somehow I 'cleaned' the urlmap module, totally ruining it; must be changes that leaked from elsewhere.  Damn.</title>
<updated>2006-05-25T21:09:07+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-25T21:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=c533be78b0abd1dfd4fce41f9da3e21bc327e543'/>
<id>c533be78b0abd1dfd4fce41f9da3e21bc327e543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
