index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webob
/
byterange.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the "bytes=" unit case-insensitive in Range header
Pete Zaitcev
2012-07-11
1
-1
/
+1
*
Range header fields can have LWS
iryoung jeong
2012-06-05
1
-1
/
+1
*
change content-range parsing to regexp
Sergey Schetinin
2011-09-26
1
-34
/
+10
*
tidy up tests
Sergey Schetinin
2011-09-26
1
-4
/
+0
*
refactor Range to only handle a single range
Sergey Schetinin
2011-09-26
1
-84
/
+36
*
line lengths
Chris McDonough
2011-09-21
1
-5
/
+8
*
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-1
/
+1
*
fix Range.satisfiable edge cases + tests
Sergey Schetinin
2011-06-30
1
-6
/
+1
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-6
/
+3
*
consider range requests that go beyond the end of body valid (ticket #400: ht...
Sergey Schetinin
2010-01-14
1
-11
/
+18
*
webob:
Sergey Schetinin
2009-10-18
1
-1
/
+1
*
webob:
Sergey Schetinin
2009-09-02
1
-44
/
+53
*
small corrections to webob.byterange
Sergey Schetinin
2009-08-21
1
-9
/
+5
*
webob:
Sergey Schetinin
2009-08-17
1
-124
/
+60
*
remove debugging prints
Ian Bicking
2009-03-02
1
-2
/
+0
*
remove decorator syntax
Ian Bicking
2007-08-16
1
-7
/
+14
*
some docstring cleanups
Ian Bicking
2007-08-16
1
-2
/
+1
*
docstring updates
Ian Bicking
2007-08-16
1
-1
/
+23
*
Fixed some bugs in byterange. Fixed a bug in __delattr__, which broke deleti...
Ian Bicking
2007-08-15
1
-12
/
+25
*
Added Range header parsing. Made Content-Range fancier, with respect to how ...
Ian Bicking
2007-08-15
1
-0
/
+254