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_nose.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix test failure on py3
Chris McDonough
2011-12-30
1
-1
/
+1
*
fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then pars...
Sergey Schetinin
2011-12-26
1
-0
/
+9
*
add req.json_body (adapted from Pyramid)
Sergey Schetinin
2011-09-30
1
-0
/
+26
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-0
/
+24
|
\
|
*
improve req.charset handling
Sergey Schetinin
2011-09-22
1
-0
/
+24
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-0
/
+7
*
|
use direct imports, kill dead imports
Chris McDonough
2011-09-20
1
-2
/
+2
*
|
make all test_request_nose tests pass under 3.2
Chris McDonough
2011-09-20
1
-1
/
+2
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-14
/
+13
*
|
Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...
Sergey Schetinin
2011-09-19
1
-1
/
+1
|
\
\
|
|
/
|
*
reimplement LimitedLengthFile as an io.RawIOBase subclass; improve test resul...
Sergey Schetinin
2011-09-18
1
-1
/
+1
*
|
Merge branch '1.1-branch' into chrism-py3-alt-merge2
Sergey Schetinin
2011-09-19
1
-0
/
+16
|
\
\
|
|
/
|
*
fix LimitedLengthFile.readline incorrectly detecting disconnect when hinted
Sergey Schetinin
2011-09-17
1
-1
/
+17
*
|
get all tests to run
Chris McDonough
2011-09-16
1
-14
/
+15
|
/
*
bring back to 100% test coverage
Sergey Schetinin
2011-08-18
1
-0
/
+6
*
add webob.__version__ ( https://bitbucket.org/ianb/webob/issue/16 )
Sergey Schetinin
2011-08-07
1
-0
/
+4
*
fix disconnection detection for more cases in .readline(); improve test coverage
Sergey Schetinin
2011-08-07
1
-1
/
+10
*
When the client disconnects while sending request body, most servers just start
Sergey Schetinin
2011-08-07
1
-3
/
+2
*
make req.copy_body() not trust content-length as much + tests
Sergey Schetinin
2011-08-04
1
-0
/
+28
*
* make sure that for methods like GET and DELETE, which usually don't have a ...
Sergey Schetinin
2011-07-30
1
-0
/
+7
*
default for req.method is 'GET' now (mostly for tests, REQUEST_METHOD should ...
Sergey Schetinin
2011-07-09
1
-0
/
+2
*
* enhance the req.is_body_readable to always guess GET, HEAD, DELETE and TRAC...
Sergey Schetinin
2011-06-02
1
-3
/
+9
*
Add req.is_body_readable / env['webob.is_body_readable'] flag and only read w...
Sergey Schetinin
2011-03-22
1
-0
/
+54