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
*
* Mutating the ``request.cookies`` property now reflects the mutations into
feature.cookie-bug-for-bug
Chris McDonough
2011-10-10
2
-11
/
+142
*
Merge branch 'master' into feature.cookie-bug-for-bug
Chris McDonough
2011-10-08
1
-4
/
+11
|
\
|
*
typo
Chris McDonough
2011-10-08
1
-1
/
+1
|
*
improve deprecation warnings
Chris McDonough
2011-10-08
1
-4
/
+11
*
|
Merge branch 'master' into feature.cookie-bug-for-bug
Chris McDonough
2011-10-07
2
-20
/
+9
|
\
\
|
|
/
|
*
* Undeprecated ``uscript_name`` and ``upath_info``.
Chris McDonough
2011-10-06
1
-14
/
+7
|
*
* ``Response.request`` and ``Response.environ`` attrs are undeprecated and no
Chris McDonough
2011-10-06
1
-6
/
+2
|
*
get docstring descriptions right for cookies and params
Chris McDonough
2011-10-06
1
-2
/
+3
*
|
* Mutating the ``request.cookies`` property now retains the mutated value
Chris McDonough
2011-10-06
2
-16
/
+11
|
/
*
Merge branch 'master' of github.com:Pylons/webob
Chris McDonough
2011-10-06
2
-3
/
+6
|
\
|
*
fix str(Response()) w/o charset, but only on py2
Sergey Schetinin
2011-10-02
1
-2
/
+1
|
*
add req.json_body (adapted from Pyramid)
Sergey Schetinin
2011-09-30
1
-1
/
+5
*
|
* Fix deprecation error messages for ``response.request`` and
Chris McDonough
2011-10-06
1
-2
/
+2
|
/
*
forgot the TypeError message
Sergey Schetinin
2011-09-30
1
-1
/
+1
*
merge all methods overridden in ImmutableDict into one
Sergey Schetinin
2011-09-30
1
-23
/
+6
*
* ``request.cookies`` property now returns an immutable dictionary;
Chris McDonough
2011-09-29
2
-2
/
+30
*
unused import
Chris McDonough
2011-09-29
1
-1
/
+0
*
remove Accept.best_matches(), add Accept.__iter__()
Sergey Schetinin
2011-09-26
1
-31
/
+11
*
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
[next]