summaryrefslogtreecommitdiff
path: root/webob/byterange.py
Commit message (Expand)AuthorAgeFilesLines
* Make the "bytes=" unit case-insensitive in Range headerPete Zaitcev2012-07-111-1/+1
* Range header fields can have LWSiryoung jeong2012-06-051-1/+1
* change content-range parsing to regexpSergey Schetinin2011-09-261-34/+10
* tidy up testsSergey Schetinin2011-09-261-4/+0
* refactor Range to only handle a single rangeSergey Schetinin2011-09-261-84/+36
* line lengthsChris McDonough2011-09-211-5/+8
* work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-1/+1
* fix Range.satisfiable edge cases + testsSergey Schetinin2011-06-301-6/+1
* webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...Sergey Schetinin2010-10-011-6/+3
* consider range requests that go beyond the end of body valid (ticket #400: ht...Sergey Schetinin2010-01-141-11/+18
* webob:Sergey Schetinin2009-10-181-1/+1
* webob:Sergey Schetinin2009-09-021-44/+53
* small corrections to webob.byterangeSergey Schetinin2009-08-211-9/+5
* webob:Sergey Schetinin2009-08-171-124/+60
* remove debugging printsIan Bicking2009-03-021-2/+0
* remove decorator syntaxIan Bicking2007-08-161-7/+14
* some docstring cleanupsIan Bicking2007-08-161-2/+1
* docstring updatesIan Bicking2007-08-161-1/+23
* Fixed some bugs in byterange. Fixed a bug in __delattr__, which broke deleti...Ian Bicking2007-08-151-12/+25
* Added Range header parsing. Made Content-Range fancier, with respect to how ...Ian Bicking2007-08-151-0/+254