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
/
tests
/
test_request.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
get rid of test_requests package, put tests back in test_request.py
Chris McDonough
2012-01-28
1
-0
/
+3444
*
test textrequest and bytesrequest independently
Chris McDonough
2012-01-28
1
-2916
/
+0
*
fix EnvironHeaders class to do encoding and decoding properly
Chris McDonough
2012-01-26
1
-13
/
+56
*
make bytesrequest work on python 3
Chris McDonough
2012-01-26
1
-2
/
+76
*
First cut at distinct TextRequest/BytesRequest implementations as a
Chris McDonough
2012-01-25
1
-351
/
+478
*
* Added ``request.client_addr`` API (returns IP address implied by
Chris McDonough
2011-10-28
1
-0
/
+32
*
* Added ``request.host_port`` API (returns port number implied by HTTP_HOST,
Chris McDonough
2011-10-28
1
-0
/
+49
*
be less aggressive about feature removal for benefit of pylons 1.X
Chris McDonough
2011-10-13
1
-0
/
+10
*
* Mutating the ``request.cookies`` property now reflects the mutations into
feature.cookie-bug-for-bug
Chris McDonough
2011-10-10
1
-2
/
+13
*
Merge branch 'master' into feature.cookie-bug-for-bug
Chris McDonough
2011-10-08
1
-0
/
+5
|
\
|
*
improve deprecation warnings
Chris McDonough
2011-10-08
1
-0
/
+5
*
|
Merge branch 'master' into feature.cookie-bug-for-bug
Chris McDonough
2011-10-07
1
-1
/
+12
|
\
\
|
|
/
|
*
* Undeprecated ``uscript_name`` and ``upath_info``.
Chris McDonough
2011-10-06
1
-1
/
+12
*
|
* Mutating the ``request.cookies`` property now retains the mutated value
Chris McDonough
2011-10-06
1
-2
/
+3
|
/
*
* ``request.cookies`` property now returns an immutable dictionary;
Chris McDonough
2011-09-29
1
-0
/
+5
*
remove Accept.best_matches(), add Accept.__iter__()
Sergey Schetinin
2011-09-26
1
-12
/
+7
*
refactor Range to only handle a single range
Sergey Schetinin
2011-09-26
1
-2
/
+2
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-112
/
+31
|
\
|
*
improve req.charset handling
Sergey Schetinin
2011-09-22
1
-5
/
+0
|
*
enable weak matching for if-none-match
Sergey Schetinin
2011-09-21
1
-0
/
+6
|
*
much stricter parsing for if-none-match, if-range and if-match headers
Sergey Schetinin
2011-09-21
1
-2
/
+3
|
*
change IfRange api to `resp in req.if_range`
Sergey Schetinin
2011-09-21
1
-5
/
+5
|
*
GetDict.tracker -> on_change
Sergey Schetinin
2011-09-20
1
-5
/
+4
|
*
hardcode Request.charset to 'UTF-8'
Sergey Schetinin
2011-09-20
1
-89
/
+5
|
*
drop UnicodeMultiDict; change TrackableMultiDict -> GetDict
Sergey Schetinin
2011-09-20
1
-14
/
+12
|
*
refactor IfRange
Sergey Schetinin
2011-09-20
1
-2
/
+1
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-74
/
+55
*
|
specialize upath_property by py version
Sergey Schetinin
2011-09-25
1
-1
/
+1
*
|
make path_info, script_name unicode, deprecate u*
Sergey Schetinin
2011-09-24
1
-0
/
+2
*
|
remove cutnpasted decoys
Chris McDonough
2011-09-24
1
-4
/
+0
*
|
this test will fail on py3
Chris McDonough
2011-09-24
1
-0
/
+8
*
|
mirror some deprecation changes from sergey-1.2-py2-only branch
Sergey Schetinin
2011-09-24
1
-22
/
+4
*
|
deprecate as_string and from_string
Chris McDonough
2011-09-22
1
-0
/
+9
*
|
coverage for get_response with catch_exc_info True
Chris McDonough
2011-09-22
1
-0
/
+15
*
|
coverage for from_text
Chris McDonough
2011-09-22
1
-2
/
+35
*
|
improve from_file tests and implementation
Chris McDonough
2011-09-22
1
-6
/
+34
*
|
add a test for fileno, dont try to cover warn_deprecation
Chris McDonough
2011-09-21
1
-1
/
+8
*
|
remove dependency on WebTest (it was circular), remove unnecessary dependenci...
Chris McDonough
2011-09-20
1
-44
/
+67
*
|
use direct imports, kill dead imports
Chris McDonough
2011-09-20
1
-3
/
+3
*
|
make all test_request tests pass under py 3.2
Chris McDonough
2011-09-20
1
-56
/
+64
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-178
/
+205
*
|
Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-7
/
+1
|
\
\
|
|
/
|
*
reimplement FakeCGIBody as an io.RawIOBase subclass
Sergey Schetinin
2011-09-18
1
-7
/
+1
*
|
Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-40
/
+35
|
\
\
|
|
/
|
*
StringIO -> BytesIO
Sergey Schetinin
2011-09-18
1
-41
/
+28
*
|
try to make cookies work on both python 2 and python 3
Chris McDonough
2011-09-17
1
-7
/
+7
*
|
get all tests to run
Chris McDonough
2011-09-16
1
-53
/
+42
*
|
use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...
Chris McDonough
2011-09-16
1
-103
/
+119
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-22
/
+32
*
|
do the least amount of work possible to get rid of str_-prefixed methods; alw...
Chris McDonough
2011-09-15
1
-66
/
+57
|
/
[next]