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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-94
/
+42
*
allow resp.etag = (tag, False) for setting weak etags
Sergey Schetinin
2011-09-25
1
-6
/
+10
*
version 1.2a2
1.2a2
Sergey Schetinin
2011-09-25
1
-1
/
+1
*
test coverage back at 100%
Sergey Schetinin
2011-09-25
1
-2
/
+2
*
test coverage; transcode fixes; remove multidict_from_bodyfile
Sergey Schetinin
2011-09-25
4
-67
/
+27
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
7
-381
/
+403
|
\
|
*
use except Exception as exc syntax
sergey-1.2-py2-only
Sergey Schetinin
2011-09-24
2
-3
/
+3
|
*
merge transcode into request
Sergey Schetinin
2011-09-22
2
-91
/
+72
|
*
improve webob.transcode
Sergey Schetinin
2011-09-22
1
-47
/
+60
|
*
make 304 response generation a bit more tidy
Sergey Schetinin
2011-09-22
1
-4
/
+4
|
*
improve req.charset handling
Sergey Schetinin
2011-09-22
1
-31
/
+47
|
*
enable weak matching for if-none-match
Sergey Schetinin
2011-09-21
2
-3
/
+3
|
*
much stricter parsing for if-none-match, if-range and if-match headers
Sergey Schetinin
2011-09-21
2
-31
/
+13
|
*
remove internal weak/strong differentiation in ETagMatcher, filter weak out b...
Sergey Schetinin
2011-09-21
1
-31
/
+18
|
*
change IfRange api to `resp in req.if_range`
Sergey Schetinin
2011-09-21
2
-16
/
+8
|
*
better support for weak response etag
Sergey Schetinin
2011-09-21
3
-14
/
+30
|
*
set request body as seekable after transcoding
Sergey Schetinin
2011-09-20
1
-0
/
+1
|
*
GetDict.tracker -> on_change
Sergey Schetinin
2011-09-20
2
-21
/
+17
|
*
remove todo that is no longer relevant
Sergey Schetinin
2011-09-20
1
-1
/
+0
|
*
hardcode utf-8 into FakeCGIBody and MultiDict.form_fieldstorage
Sergey Schetinin
2011-09-20
2
-9
/
+7
|
*
mark Response.unicode_errors for deprecation
Sergey Schetinin
2011-09-20
1
-1
/
+1
|
*
hardcode Request.charset to 'UTF-8'
Sergey Schetinin
2011-09-20
3
-78
/
+40
|
*
remove debug prints in trasncode
Sergey Schetinin
2011-09-20
1
-2
/
+0
|
*
add webob.transcode
Sergey Schetinin
2011-09-20
2
-15
/
+96
|
*
refactor Cookie.load
Sergey Schetinin
2011-09-20
1
-18
/
+20
|
*
change req.cookies implementation to parse on demand
Sergey Schetinin
2011-09-20
2
-16
/
+18
|
*
drop UnicodeMultiDict; change TrackableMultiDict -> GetDict
Sergey Schetinin
2011-09-20
2
-215
/
+63
|
*
req.script_name and .path_info contain unicode now
Sergey Schetinin
2011-09-20
3
-35
/
+42
|
*
don't special-case ETagMatcher.parse('*')
Sergey Schetinin
2011-09-20
1
-2
/
+2
|
*
refactor IfRange
Sergey Schetinin
2011-09-20
3
-72
/
+45
|
*
remove what remains of py25 support
Sergey Schetinin
2011-09-20
1
-6
/
+1
|
*
cherrypick some low-impact changes from chrism-py3 branch
Sergey Schetinin
2011-09-19
3
-18
/
+20
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
7
-177
/
+54
*
|
remove exec_, change reraise to take single argument
Sergey Schetinin
2011-09-25
2
-27
/
+7
*
|
remove print_ from compat
Sergey Schetinin
2011-09-25
1
-48
/
+0
*
|
fix etag_md5(set_content_md5=True)
Sergey Schetinin
2011-09-25
1
-4
/
+5
*
|
_empty_bytes -> b''
Sergey Schetinin
2011-09-25
1
-4
/
+2
*
|
rewrite _status__set
Sergey Schetinin
2011-09-25
1
-9
/
+9
*
|
binary_type -> bytes
Sergey Schetinin
2011-09-25
7
-17
/
+9
*
|
replace iteritems_(kw) with kw.items()
Sergey Schetinin
2011-09-25
1
-5
/
+3
*
|
remove text_to_wsgi
Sergey Schetinin
2011-09-25
2
-10
/
+2
*
|
specialize upath_property by py version
Sergey Schetinin
2011-09-25
1
-6
/
+13
*
|
use undeprecated escape
Chris McDonough
2011-09-24
2
-2
/
+6
*
|
make path_info, script_name unicode, deprecate u*
Sergey Schetinin
2011-09-24
1
-5
/
+14
*
|
fix url_unquote on py3 (should be real url -> bytes -> unquote -> latin-1 text)
Sergey Schetinin
2011-09-24
1
-1
/
+1
*
|
implement url_unquote as a wrapper around compat.unquote on py3
Sergey Schetinin
2011-09-24
1
-3
/
+5
*
|
_empty_byte -> b''
Sergey Schetinin
2011-09-24
1
-9
/
+7
*
|
make all cookie morsel values bytes
Sergey Schetinin
2011-09-24
2
-13
/
+11
[prev]
[next]