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
...
|
*
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
*
|
more test coverage
Sergey Schetinin
2011-09-24
1
-2
/
+0
*
|
mirror some deprecation changes from sergey-1.2-py2-only branch
Sergey Schetinin
2011-09-24
1
-2
/
+9
*
|
make cookies module all-bytes internally
Sergey Schetinin
2011-09-24
1
-1
/
+1
*
|
fix tests on windows; improve GET parsing; simpler cookie escaping
Sergey Schetinin
2011-09-23
1
-5
/
+3
*
|
deprecate as_string and from_string
Chris McDonough
2011-09-22
1
-2
/
+15
*
|
use paren-imports
Chris McDonough
2011-09-22
1
-43
/
+62
*
|
in-the-wild code (webtest) depends on being able to call get_response with ca...
Chris McDonough
2011-09-22
1
-6
/
+9
*
|
improve from_file tests and implementation
Chris McDonough
2011-09-22
1
-24
/
+21
*
|
repair docstrings
Chris McDonough
2011-09-22
1
-2
/
+7
*
|
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-11
/
+11
*
|
use direct imports, kill dead imports
Chris McDonough
2011-09-20
1
-9
/
+8
*
|
make all test_request tests pass under py 3.2
Chris McDonough
2011-09-20
1
-4
/
+7
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-53
/
+71
*
|
fix the FakeCGIBody / _encode_multipart that lost some of the code during rew...
Sergey Schetinin
2011-09-19
1
-6
/
+16
*
|
fix unresolved conflicts
Sergey Schetinin
2011-09-19
1
-1
/
+3
*
|
Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-94
/
+40
|
\
\
|
|
/
|
*
reimplement FakeCGIBody as an io.RawIOBase subclass
Sergey Schetinin
2011-09-18
1
-58
/
+21
|
*
reimplement LimitedLengthFile as an io.RawIOBase subclass; improve test resul...
Sergey Schetinin
2011-09-18
1
-36
/
+21
*
|
Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-14
/
+11
|
\
\
|
|
/
|
*
StringIO -> BytesIO
Sergey Schetinin
2011-09-18
1
-14
/
+11
*
|
Merge branch '1.1-branch' into chrism-py3-alt-merge2
Sergey Schetinin
2011-09-19
1
-6
/
+7
|
\
\
|
|
/
[prev]
[next]