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
/
request.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PATH_SAFE to include all safe characters from RFC3989
Bert JW Regeer
2016-11-16
1
-1
/
+1
*
Update docstring
fix/bodies_on_everything
Bert JW Regeer
2016-09-29
1
-2
/
+2
*
Add DeprecationWarning for FakeCGIBody
Bert JW Regeer
2016-09-29
1
-0
/
+7
*
PEP8
Bert JW Regeer
2016-09-29
1
-33
/
+36
*
Invalid indent
Bert JW Regeer
2016-09-29
1
-1
/
+1
*
Rework req.copy_body()
Bert JW Regeer
2016-09-29
1
-44
/
+77
*
req.body gets some minor cleanups
Bert JW Regeer
2016-09-29
1
-10
/
+10
*
Remove http_method_probably_has_body
Bert JW Regeer
2016-09-29
1
-39
/
+25
*
Remove unused imports
Bert JW Regeer
2016-09-29
1
-3
/
+0
*
Req.body_file no longer accepts bytes
Bert JW Regeer
2016-09-29
1
-14
/
+17
*
Remove deprecated str_ and others
Bert JW Regeer
2016-01-28
1
-26
/
+0
*
Merge pr '183' of jonatasoliveira into bugfix/decode_consumed_stream
Bert JW Regeer
2016-01-28
1
-1
/
+1
|
\
|
*
Using the correct body to be consumed again by decode().
Jonatas Oliveira
2014-12-23
1
-1
/
+1
*
|
Merge pull request #215
Bert JW Regeer
2015-09-06
1
-1
/
+1
|
\
\
|
*
|
Handle PATCH missing content type in req.POST.
Laurence Rowe
2015-09-02
1
-1
/
+1
|
|
/
*
|
Request.POST should not replace Request.body_file
Bert JW Regeer
2015-04-12
1
-7
/
+4
*
|
Merge pull request #184 from jd/jd/read-body-on-patch
Bert JW Regeer
2015-04-10
1
-2
/
+2
|
\
\
|
*
|
request: read body from file if the method is PATCH
Julien Danjou
2014-12-26
1
-2
/
+2
|
|
/
*
|
Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.x
Donald Stufft
2015-04-04
1
-6
/
+6
|
/
*
Add TODO notes to remove this functionality in 1.4
Bert JW Regeer
2014-04-16
1
-2
/
+2
*
- Added a read-only ``domain`` property to ``BaseRequest``. This property
Chris McDonough
2013-11-27
1
-0
/
+24
*
Add support for urlencoded HTTP PATCH params
Luke Cyca
2013-05-27
1
-4
/
+4
*
make more similar to original code
Chris McDonough
2013-03-23
1
-2
/
+3
*
change iteritems to items for python 3 support.
Tom Willis
2013-03-19
1
-3
/
+3
*
in the rare case when order matters for clients you need to use a MultiDict a...
Tom Willis
2013-03-18
1
-4
/
+3
*
get mime_type from file_name and use as content-type if can't be
Tom Willis
2012-05-28
1
-0
/
+10
*
Fix #49, use simplejson when possible in webob.request
Ian Bicking
2012-05-16
1
-1
/
+4
*
Add webob.client, to send requests over HTTP. Rename Request.get_response to...
Ian Bicking
2012-04-13
1
-1
/
+17
*
Add Request.text, same as Response.text
Ian Bicking
2012-04-13
1
-0
/
+26
*
Aliased json to json_body. Make json_body a settable value. Added json_body...
Ian Bicking
2012-04-10
1
-3
/
+11
*
dont try to decode remote_user
Chris McDonough
2012-01-28
1
-3
/
+1
*
give up on trying to encode header values when request.headers is used
Chris McDonough
2012-01-28
1
-4
/
+7
*
more spurious diff removal
Chris McDonough
2012-01-28
1
-8
/
+8
*
add change notes, reduce spurious diffs
Chris McDonough
2012-01-28
1
-30
/
+28
*
set deprecated properties on BaseRequest rather than LegacyRequest, use envir...
Chris McDonough
2012-01-28
1
-12
/
+16
*
bytesrequest renamed to legacyrequest... it no longer eagerly converts to byt...
Chris McDonough
2012-01-28
1
-123
/
+83
*
test textrequest and bytesrequest independently
Chris McDonough
2012-01-28
1
-9
/
+10
*
use latin-1 as the default decoder/encoder
Chris McDonough
2012-01-26
1
-2
/
+2
*
get rid of useless literals
Chris McDonough
2012-01-26
1
-13
/
+5
*
make charset a native string, make _content_type_raw an environ getter rather...
Chris McDonough
2012-01-26
1
-13
/
+11
*
turn remote_user_encoding and url_encoding into environ_getters (adding webob...
Chris McDonough
2012-01-26
1
-3
/
+3
*
fix EnvironHeaders class to do encoding and decoding properly
Chris McDonough
2012-01-26
1
-7
/
+4
*
make bytesrequest work on python 3
Chris McDonough
2012-01-26
1
-58
/
+98
*
First cut at distinct TextRequest/BytesRequest implementations as a
Chris McDonough
2012-01-25
1
-87
/
+151
*
add warning to docstring of client_addr (closes #20)
Chris McDonough
2012-01-06
1
-0
/
+10
*
fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then pars...
Sergey Schetinin
2011-12-26
1
-4
/
+7
*
* Added ``request.client_addr`` API (returns IP address implied by
Chris McDonough
2011-10-28
1
-0
/
+20
*
* Added ``request.host_port`` API (returns port number implied by HTTP_HOST,
Chris McDonough
2011-10-28
1
-0
/
+27
*
be less aggressive about feature removal for benefit of pylons 1.X
Chris McDonough
2011-10-13
1
-12
/
+28
*
* Mutating the ``request.cookies`` property now reflects the mutations into
feature.cookie-bug-for-bug
Chris McDonough
2011-10-10
1
-11
/
+8
[next]