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
*
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
|
*
GetDict.tracker -> on_change
Sergey Schetinin
2011-09-20
1
-10
/
+1
|
*
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
1
-7
/
+5
|
*
hardcode Request.charset to 'UTF-8'
Sergey Schetinin
2011-09-20
1
-74
/
+36
|
*
add webob.transcode
Sergey Schetinin
2011-09-20
1
-15
/
+19
|
*
change req.cookies implementation to parse on demand
Sergey Schetinin
2011-09-20
1
-15
/
+3
|
*
drop UnicodeMultiDict; change TrackableMultiDict -> GetDict
Sergey Schetinin
2011-09-20
1
-31
/
+48
|
*
req.script_name and .path_info contain unicode now
Sergey Schetinin
2011-09-20
1
-5
/
+15
|
*
refactor IfRange
Sergey Schetinin
2011-09-20
1
-2
/
+2
|
*
remove what remains of py25 support
Sergey Schetinin
2011-09-20
1
-6
/
+1
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-114
/
+40
*
|
remove exec_, change reraise to take single argument
Sergey Schetinin
2011-09-25
1
-1
/
+1
*
|
replace iteritems_(kw) with kw.items()
Sergey Schetinin
2011-09-25
1
-5
/
+3
*
|
make path_info, script_name unicode, deprecate u*
Sergey Schetinin
2011-09-24
1
-5
/
+14
*
|
_empty_byte -> b''
Sergey Schetinin
2011-09-24
1
-9
/
+7
[next]