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
/
response.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
use environ[REQUEST_METHOD] rather than req.method in case we decide to leave...
Chris McDonough
2012-01-26
1
-5
/
+6
*
turn remote_user_encoding and url_encoding into environ_getters (adding webob...
Chris McDonough
2012-01-26
1
-12
/
+16
*
fix status_int/status bug on py3 (use explicit floor division), add coverage
Chris McDonough
2012-01-08
1
-2
/
+2
*
Improving compliance with RFC2616 re HTTP status codes - now an application can
Michael Stella
2011-12-06
1
-3
/
+10
*
* ``Response.request`` and ``Response.environ`` attrs are undeprecated and no
Chris McDonough
2011-10-06
1
-6
/
+2
*
Merge branch 'master' of github.com:Pylons/webob
Chris McDonough
2011-10-06
1
-2
/
+1
|
\
|
*
fix str(Response()) w/o charset, but only on py2
Sergey Schetinin
2011-10-02
1
-2
/
+1
*
|
* Fix deprecation error messages for ``response.request`` and
Chris McDonough
2011-10-06
1
-2
/
+2
|
/
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-10
/
+14
|
\
|
*
make 304 response generation a bit more tidy
Sergey Schetinin
2011-09-22
1
-4
/
+4
|
*
change IfRange api to `resp in req.if_range`
Sergey Schetinin
2011-09-21
1
-1
/
+1
|
*
better support for weak response etag
Sergey Schetinin
2011-09-21
1
-4
/
+8
|
*
mark Response.unicode_errors for deprecation
Sergey Schetinin
2011-09-20
1
-1
/
+1
|
*
req.script_name and .path_info contain unicode now
Sergey Schetinin
2011-09-20
1
-2
/
+2
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-23
/
+3
*
|
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
1
-4
/
+3
*
|
make all cookie morsel values bytes
Sergey Schetinin
2011-09-24
1
-7
/
+5
*
|
mirror some deprecation changes from sergey-1.2-py2-only branch
Sergey Schetinin
2011-09-24
1
-0
/
+6
*
|
Merge branch 'master' of github.com:Pylons/webob
Sergey Schetinin
2011-09-24
1
-1
/
+2
|
\
\
|
*
|
return bytes, not text
Chris McDonough
2011-09-23
1
-1
/
+2
*
|
|
make cookies module all-bytes internally
Sergey Schetinin
2011-09-24
1
-2
/
+7
|
/
/
*
|
use paren-imports
Chris McDonough
2011-09-22
1
-29
/
+47
*
|
add test for setting status to a binary type
Chris McDonough
2011-09-22
1
-1
/
+2
*
|
improve from_file tests and impl
Chris McDonough
2011-09-22
1
-8
/
+8
*
|
unused import
Chris McDonough
2011-09-22
1
-1
/
+0
*
|
update news.txt with relevant changes
Chris McDonough
2011-09-22
1
-7
/
+0
*
|
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-10
/
+9
*
|
line lengths
Chris McDonough
2011-09-21
1
-2
/
+4
*
|
md5 doesnt need a compat import
Chris McDonough
2011-09-21
1
-1
/
+1
*
|
trim compat down to only necessary components; more direct imports; 100% test...
Chris McDonough
2011-09-21
1
-3
/
+0
*
|
atrocious straddling code
Chris McDonough
2011-09-20
1
-3
/
+1
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-8
/
+6
*
|
fix unresolved conflicts
Sergey Schetinin
2011-09-19
1
-0
/
+1
*
|
Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-78
/
+7
|
\
\
|
|
/
|
*
* deprecate Response.request / .environ
Sergey Schetinin
2011-09-18
1
-78
/
+8
*
|
Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-4
/
+3
|
\
\
|
|
/
|
*
StringIO -> BytesIO
Sergey Schetinin
2011-09-18
1
-4
/
+2
*
|
Merge branch '1.1-branch' into chrism-py3-alt-merge2
Sergey Schetinin
2011-09-19
1
-4
/
+11
|
\
\
|
|
/
|
*
do not set resp.request in req.get_response(app), warn when passing request t...
Sergey Schetinin
2011-09-17
1
-0
/
+1
|
*
deprecate Response.request and Response.environ
Sergey Schetinin
2011-09-16
1
-4
/
+10
*
|
try to make cookies work on both python 2 and python 3
Chris McDonough
2011-09-17
1
-4
/
+6
*
|
use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...
Chris McDonough
2011-09-16
1
-4
/
+4
*
|
fix md5_etag test
Chris McDonough
2011-09-16
1
-1
/
+2
*
|
made all response tests pass except cookie-related ones
Chris McDonough
2011-09-16
1
-19
/
+37
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-24
/
+26
*
|
line lengths
Chris McDonough
2011-09-15
1
-2
/
+4
*
|
imports and line lengths
Chris McDonough
2011-09-15
1
-41
/
+49
|
/
[next]