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
*
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
*
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
1
-14
/
+7
|
\
\
|
|
/
|
*
* Undeprecated ``uscript_name`` and ``upath_info``.
Chris McDonough
2011-10-06
1
-14
/
+7
|
*
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
1
-5
/
+11
|
/
*
add req.json_body (adapted from Pyramid)
Sergey Schetinin
2011-09-30
1
-1
/
+5
*
* ``request.cookies`` property now returns an immutable dictionary;
Chris McDonough
2011-09-29
1
-2
/
+2
*
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
1
-20
/
+23
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-166
/
+223
|
\
|
*
merge transcode into request
Sergey Schetinin
2011-09-22
1
-2
/
+72
|
*
improve req.charset handling
Sergey Schetinin
2011-09-22
1
-31
/
+47
|
*
enable weak matching for if-none-match
Sergey Schetinin
2011-09-21
1
-1
/
+1
[next]