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
...
*
|
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
|
/
*
attempt to silence deprecation warnings during testing
Sergey Schetinin
2011-08-18
1
-0
/
+2
*
bring back to 100% test coverage
Sergey Schetinin
2011-08-18
1
-2
/
+0
*
When the client disconnects while sending request body, most servers just start
Sergey Schetinin
2011-08-07
1
-2
/
+23
*
fix tests (sort POST dict in _encode_multipart)
Sergey Schetinin
2011-07-30
1
-5
/
+5
*
fix test (dict iteration order)
Sergey Schetinin
2011-07-30
1
-4
/
+4
*
make _encode_multiparts generate boundary if necessary
Sergey Schetinin
2011-07-30
1
-6
/
+8
*
Merged in riffm/webob (pull request #3)
Sergey Schetinin
2011-07-30
1
-41
/
+24
|
\
|
*
Remove restrictions on request methods that are allowed to have a body.
Ian Bicking
2011-07-28
1
-21
/
+2
|
*
* add warn_deprecation(...) mechanism that centralizes the deprecation warnin...
Sergey Schetinin
2011-07-08
1
-28
/
+0
|
*
bring back up to 100% coverage
Chris McDonough
2011-07-07
1
-0
/
+43
|
*
remove FakeCGIBody.seek hack (no longer necessary)
Sergey Schetinin
2011-06-30
1
-13
/
+0
*
|
files support added to `BaseRequest.blank`
Tim Perevezentsev
2011-07-30
1
-1
/
+93
|
/
*
* enhance the req.is_body_readable to always guess GET, HEAD, DELETE and TRAC...
Sergey Schetinin
2011-06-02
1
-9
/
+23
*
* always return readable file from req.body_file
Sergey Schetinin
2011-03-25
1
-2
/
+12
*
add PendingDeprecationWarning for setting req.body_file to a string value
Sergey Schetinin
2011-03-25
1
-69
/
+13
*
remove deprecated `environ_getter` arg of Request constructor
Sergey Schetinin
2011-03-25
1
-157
/
+126
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
1
-681
/
+2400
*
* add Request.from_string
Sergey Schetinin
2011-03-12
1
-14
/
+29
*
- correct Request.as_string to use CRLF
Jon Nelson
2011-03-12
1
-0
/
+48
*
revert the change that was making accesses to body_file seek the stream. side...
Sergey Schetinin
2011-03-10
1
-0
/
+4
*
make sure Request.get_response(app) seeks input body to start, if possible
Sergey Schetinin
2011-03-10
1
-0
/
+16
*
Make sure that req.url and related properties do not unnecessarily escape ":"...
Daniel Nouri
2011-03-07
1
-0
/
+6
*
the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa...
Sergey Schetinin
2011-02-22
1
-3
/
+3
*
add test for unnecessary POST reparsing
Sergey Schetinin
2011-02-21
1
-0
/
+17
*
fix cgi.FieldStorage 'multipart/form-data' parsing (the field names are not u...
Sergey Schetinin
2011-02-21
1
-0
/
+17
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-2
/
+319
*
* instead of detecting if env['wsgi.input'].seek works, assume it does not un...
Sergey Schetinin
2011-02-19
1
-8
/
+11
*
handle the case when environ is missing the SCRIPT_NAME key ( http://trac.pyt...
Sergey Schetinin
2011-02-16
1
-0
/
+7
*
add Request.make_tempfile method
Sergey Schetinin
2011-02-13
1
-1
/
+1
*
Add test case for input with broken seek method.
Hampus Wessman
2011-02-02
1
-0
/
+14
[prev]
[next]