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
Commit message (
Expand
)
Author
Age
Files
Lines
*
prep for 1.4
1.4
Chris McDonough
2014-05-14
1
-8
/
+1
*
Remove __version__ entirely
Bert JW Regeer
2014-04-16
2
-5
/
+1
*
Change from_string to from_bytes
Bert JW Regeer
2014-04-16
1
-2
/
+2
*
Test deprecation of functionality
Bert JW Regeer
2014-04-16
1
-11
/
+10
*
Remove test code no longer required
Bert JW Regeer
2014-04-16
1
-4
/
+0
*
Bump the version that raises DeprecationWarning
Bert JW Regeer
2014-04-16
1
-0
/
+13
*
Merge branch 'master' of github.com:jturmel/webob into jturmel-master
Chris McDonough
2014-02-22
1
-0
/
+12
|
\
|
*
Add test for JSON body request with array
jturmel
2014-02-15
1
-0
/
+12
*
|
fix #136, allow high order chars in SignedSerializer secret/salt
fix.136
Michael Merickel
2014-02-21
1
-1
/
+1
*
|
reproduce issue with highorder characters from #136
Michael Merickel
2014-02-21
1
-0
/
+37
|
/
*
add a test, only catch valueerror, fix changelog
Chris McDonough
2013-12-13
1
-3
/
+14
|
\
|
*
Squash ValueError from SignedSerializer in CookieProfile
Bert JW Regeer
2013-12-10
1
-3
/
+7
*
|
fix test, add note
Chris McDonough
2013-12-13
1
-5
/
+2
|
/
*
add test for wiggy's IRC condition
Chris McDonough
2013-12-10
1
-0
/
+12
*
- Older versions of Webob escaped the doublequote to ``\"`` and the backslash
Chris McDonough
2013-12-09
1
-5
/
+19
*
- Cookies generated via webob.cookies quoted characters in cookie values that
Chris McDonough
2013-12-09
1
-9
/
+19
*
- Make tests pass on Python 3.
Chris McDonough
2013-12-05
1
-1
/
+3
*
Add tests for all the new stuff
Bert JW Regeer
2013-12-02
1
-0
/
+258
*
- Added a read-only ``domain`` property to ``BaseRequest``. This property
Chris McDonough
2013-11-27
1
-0
/
+10
*
Fix test for patch request
Luke Cyca
2013-08-09
1
-7
/
+1
*
Tests for PATCH request
Luke Cyca
2013-08-09
1
-0
/
+28
*
Wrap 80+ column lines.
Tres Seaver
2013-03-29
1
-15
/
+27
*
Appease Py3k nanny: s/assert_/assertTrue/
Tres Seaver
2013-03-29
2
-10
/
+10
*
Fix test breakage under Py3k.
Tres Seaver
2013-03-29
1
-1
/
+1
*
No docstrings in testcases.
Tres Seaver
2013-03-29
1
-4
/
+3
*
bring test coverage back to 100% for pull request 85 which fixes bug #84
Tom Willis
2013-03-23
1
-0
/
+12
*
Merge commit '07667668338f239856c94b637bd12ccf8ce01d83' into pullrequest_85
Tom Willis
2013-03-23
1
-2
/
+0
|
\
|
*
Added a fix and modified the unit tests to accomodate.
Rishi Ramraj
2012-11-22
1
-2
/
+0
*
|
Merge branch 'master' of github.com:Batterii/webob
Tom Willis
2013-03-18
14
-43
/
+229
|
\
\
|
*
|
Fixes PEP8 warnings
Zhongyue Luo
2012-12-28
8
-18
/
+3
|
|
/
|
*
coverage
Chris McDonough
2012-11-08
1
-0
/
+2
|
*
Ignore invalid mime wildcards in MIMEAccept
Ryan Kelly
2012-11-09
1
-0
/
+2
|
*
Fix issue #75: depending on dict order in test_headers2
Aaron DeVore
2012-10-30
1
-1
/
+1
|
*
multidict: use binascii for PY3K compat
Johan Euphrosine
2012-08-14
1
-1
/
+27
|
*
multidict: handle Content-Transfer-Encoding
Johan Euphrosine
2012-08-14
1
-0
/
+26
|
*
test_multidict: use utf8 encoded string instead unicode in asserts
Johan Euphrosine
2012-08-09
1
-1
/
+2
|
*
Merge https://github.com/Pylons/webob
Johan Euphrosine
2012-08-09
4
-28
/
+31
|
|
\
|
|
*
py3 - make sure the MultiDict.from_fieldstorage actually decodes the values i...
Sergey Schetinin
2012-08-09
1
-3
/
+2
|
|
*
fix an environment-dependent test failure on windows (mimetypes detection usi...
Sergey Schetinin
2012-08-09
1
-2
/
+6
|
|
*
use assertEqual instead of assertEquals (deprecation warnings in py3)
Sergey Schetinin
2012-08-09
2
-22
/
+22
|
|
*
remove unicode literal from test (py3 compat)
Sergey Schetinin
2012-08-09
1
-2
/
+2
|
*
|
test_multidict: remove unused module
Johan Euphrosine
2012-08-09
1
-1
/
+1
|
*
|
test_request: use utf8 encoded string instead unicode in asserts
Johan Euphrosine
2012-08-09
1
-1
/
+2
|
*
|
test_request: use text_ for unicode strings literal
Johan Euphrosine
2012-08-09
1
-2
/
+1
|
*
|
fix issue #64 - test_request: add test for multipart request with non default...
Johan Euphrosine
2012-08-09
1
-0
/
+46
|
|
/
|
*
fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.
Johan Euphrosine
2012-08-08
2
-1
/
+26
|
*
fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1...
Sergey Schetinin
2012-07-29
1
-0
/
+10
|
*
Make the "bytes=" unit case-insensitive in Range header
Pete Zaitcev
2012-07-11
1
-0
/
+1
|
*
Add index page support to webob.static.DirectoryApp.
Ian Bicking
2012-07-03
1
-1
/
+26
|
*
Merge pull request #56 from lmctv/feature.mixedcase-accept
Sergey Schetinin
2012-06-07
1
-0
/
+29
|
|
\
[next]