<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/acceptparse.py, branch tests.pycon2011</title>
<subtitle>github.com: Pylons/webob.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/'/>
<entry>
<title>webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and use decorators where appropriate</title>
<updated>2010-10-01T10:07:37+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-10-01T10:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4be5eb3e9e31d0454f0b3e0dd18fe4d93a84bb94'/>
<id>4be5eb3e9e31d0454f0b3e0dd18fe4d93a84bb94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* move and rename descriptors._rfc_reference -&gt; util.rfc_reference</title>
<updated>2010-08-11T09:04:34+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-08-11T09:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=7da935c513dd173a9c82fc09e6893216adef045b'/>
<id>7da935c513dd173a9c82fc09e6893216adef045b</id>
<content type='text'>
* move accept_property to acceptparse
* move etag_property to etag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move accept_property to acceptparse
* move etag_property to etag
</pre>
</div>
</content>
</entry>
<entry>
<title>accept-language:</title>
<updated>2010-08-11T03:50:23+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-08-11T03:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=c73cd681b7bb97914f873ace39f70bd59df2289c'/>
<id>c73cd681b7bb97914f873ace39f70bd59df2289c</id>
<content type='text'>
* add prefix matching http://trac.pythonpaste.org/pythonpaste/ticket/393
* best_match(fallback) should add fallback as it was passed, not how it was specified in the request
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add prefix matching http://trac.pythonpaste.org/pythonpaste/ticket/393
* best_match(fallback) should add fallback as it was passed, not how it was specified in the request
</pre>
</div>
</content>
</entry>
<entry>
<title>accept-charset: add default iso-8859-1 quality http://trac.pythonpaste.org/pythonpaste/ticket/394</title>
<updated>2010-08-11T03:29:03+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-08-11T03:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=bc6db627670732158cb401d2cc8dc526b3c54f3e'/>
<id>bc6db627670732158cb401d2cc8dc526b3c54f3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* merge headersdict and datastruct modules into new module webob.headers</title>
<updated>2010-08-10T21:07:16+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-08-10T21:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0505e106e0d4d0530fd5f0785da6fe9f080ee2c7'/>
<id>0505e106e0d4d0530fd5f0785da6fe9f080ee2c7</id>
<content type='text'>
* rename HeadersDict to ResponseHeaders
* merge updatedict module into cachecontrol
* merge webob.util.reversed and webob.compat modules into webob.util.__init__
* make DictMixin, reversed and sorted importable directly from webob.util
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename HeadersDict to ResponseHeaders
* merge updatedict module into cachecontrol
* merge webob.util.reversed and webob.compat modules into webob.util.__init__
* make DictMixin, reversed and sorted importable directly from webob.util
</pre>
</div>
</content>
</entry>
<entry>
<title>corrections to changeset:8075</title>
<updated>2009-10-18T16:59:44+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2009-10-18T16:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e3505a7333d73a9a237ea8866172e9b0deea090d'/>
<id>e3505a7333d73a9a237ea8866172e9b0deea090d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> * make accept.best_match smarter (prefers more specific matches) (kinda fixes ticket:348)</title>
<updated>2009-10-18T16:07:11+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2009-10-18T16:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=480231cd465e56a1b67a0a9d4385fc6b0283db69'/>
<id>480231cd465e56a1b67a0a9d4385fc6b0283db69</id>
<content type='text'>
 * Accept._match was completely broken, fixed
 * best_match() argument may not contain non-specific types
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Accept._match was completely broken, fixed
 * best_match() argument may not contain non-specific types
</pre>
</div>
</content>
</entry>
<entry>
<title>webob: make sure bool(Request.blank('/').accept) is False (Ticket #385)</title>
<updated>2009-10-15T18:04:00+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2009-10-15T18:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=16682888fe556449613b06a32766e4ca3ba6dcb0'/>
<id>16682888fe556449613b06a32766e4ca3ba6dcb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update docstring</title>
<updated>2009-06-08T06:43:18+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2009-06-08T06:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=60c3e61838f1bd4995342042deb4b7810bfa968e'/>
<id>60c3e61838f1bd4995342042deb4b7810bfa968e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer types earlier in the list with req.accept.best_match(types)</title>
<updated>2009-06-04T01:29:20+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2009-06-04T01:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=90287f95aeca77b7a0305fbcb50a99b7ee7a7fbb'/>
<id>90287f95aeca77b7a0305fbcb50a99b7ee7a7fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
