<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/byterange.py, branch feature.decoding</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>change content-range parsing to regexp</title>
<updated>2011-09-26T07:31:11+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-26T07:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=fec7df05e64faf0976c373f29c9d04ed3f7320b2'/>
<id>fec7df05e64faf0976c373f29c9d04ed3f7320b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tidy up tests</title>
<updated>2011-09-26T07:24:10+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-26T07:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2d691679a970154a6c6d1e79f937082ae272fde2'/>
<id>2d691679a970154a6c6d1e79f937082ae272fde2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor Range to only handle a single range</title>
<updated>2011-09-26T07:16:44+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-26T07:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4a69f2503749c1838a4a7e1a38379e70d211fe45'/>
<id>4a69f2503749c1838a4a7e1a38379e70d211fe45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>line lengths</title>
<updated>2011-09-22T03:52:33+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T03:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2982b2c51d3900e9d82eba20e50ad99cfb728d5c'/>
<id>2982b2c51d3900e9d82eba20e50ad99cfb728d5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work towards creating and using 'compat' module and removing syntax errors when code is run under py3k; all tests pass under py2, but most tests still fail under py3k</title>
<updated>2011-09-16T02:24:40+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-16T02:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=37bd9b5b167684ce70a2ee4fe4340f0ef80717d8'/>
<id>37bd9b5b167684ce70a2ee4fe4340f0ef80717d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Range.satisfiable edge cases + tests</title>
<updated>2011-06-30T13:44:54+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-06-30T13:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4e275ffa5ed4a5cedf157387f71fe19a8157ae52'/>
<id>4e275ffa5ed4a5cedf157387f71fe19a8157ae52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>consider range requests that go beyond the end of body valid (ticket #400: http://trac.pythonpaste.org/pythonpaste/ticket/400)</title>
<updated>2010-01-14T08:58:26+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2010-01-14T08:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=85414d148afdb79377f57e76451d3a9c29fc43d5'/>
<id>85414d148afdb79377f57e76451d3a9c29fc43d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webob:</title>
<updated>2009-10-18T17:31:53+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2009-10-18T17:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6f4354daaf20f0d67d3dd03faa997d6a73b32422'/>
<id>6f4354daaf20f0d67d3dd03faa997d6a73b32422</id>
<content type='text'>
 * fix partial responses' content_length (was preserving full content_length in some cases)
 * add "416 Range not satifiable" implementation, but disable it for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * fix partial responses' content_length (was preserving full content_length in some cases)
 * add "416 Range not satifiable" implementation, but disable it for now
</pre>
</div>
</content>
</entry>
<entry>
<title>webob:</title>
<updated>2009-09-02T09:36:30+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2009-09-02T09:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0ce404fed71cb51ab19f2aa8a8a788bb693b7f53'/>
<id>0ce404fed71cb51ab19f2aa8a8a788bb693b7f53</id>
<content type='text'>
 * add validation and tests for ContentRange (fixes ticket:377), patch submitted by lukestebbing, applied w/ some edits
 * fix Range.range_for_length(len) (was assuming that ContentRange can have start and no end)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * add validation and tests for ContentRange (fixes ticket:377), patch submitted by lukestebbing, applied w/ some edits
 * fix Range.range_for_length(len) (was assuming that ContentRange can have start and no end)
</pre>
</div>
</content>
</entry>
</feed>
