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_misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format using isort/black to satisfy linter
Bert JW Regeer
2020-11-28
1
-0
/
+1
*
Drop object from class definition
Bert JW Regeer
2020-11-28
1
-4
/
+4
*
Remove __unicode__
Bert JW Regeer
2020-11-28
1
-10
/
+5
*
Remove native_ and move bytes_, text_ to webob.util
Bert JW Regeer
2020-11-28
1
-2
/
+1
*
Goodbye compat.PY2 lines
Bert JW Regeer
2020-11-28
1
-11
/
+3
*
Fix many flake8 warnings/errors
Bert JW Regeer
2018-10-15
1
-1
/
+1
*
WebOb is now formatted by ambv/black
Bert JW Regeer
2018-10-14
1
-49
/
+45
*
Use pytest.parametrize instead of looping
cleanup/testing
Bert JW Regeer
2017-05-22
1
-37
/
+45
*
Remove multidict tests from misc
Bert JW Regeer
2017-05-22
1
-68
/
+0
*
test_misc.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-37
/
+36
*
Fixes PEP8 warnings
Zhongyue Luo
2012-12-28
1
-2
/
+0
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-1
/
+1
|
\
|
*
drop UnicodeMultiDict; change TrackableMultiDict -> GetDict
Sergey Schetinin
2011-09-20
1
-8
/
+5
|
*
deprecate more stuff
Sergey Schetinin
2011-09-18
1
-2
/
+3
|
*
StringIO -> BytesIO
Sergey Schetinin
2011-09-18
1
-1
/
+0
*
|
use undeprecated escape
Chris McDonough
2011-09-24
1
-2
/
+9
*
|
fix failing html_escape test
Chris McDonough
2011-09-20
1
-2
/
+1
*
|
unbreak on py2
Chris McDonough
2011-09-20
1
-3
/
+3
*
|
UnicodeMultiDict no longer used
Chris McDonough
2011-09-20
1
-14
/
+0
*
|
b -> bytes_
Chris McDonough
2011-09-20
1
-9
/
+10
*
|
get all tests to run
Chris McDonough
2011-09-16
1
-3
/
+3
*
|
work on items/keys/values, better conversions, syntax errors
Chris McDonough
2011-09-15
1
-4
/
+4
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-9
/
+9
|
/
*
attempt to silence deprecation warnings during testing
Sergey Schetinin
2011-08-18
1
-20
/
+0
*
work around cgi parsing sys.argv when running nosetests w/ cmdline args (for ...
Sergey Schetinin
2011-04-30
1
-1
/
+2
*
add warning when client code uses MultiDict.update() and seemingly expects .e...
Sergey Schetinin
2011-02-20
1
-2
/
+24
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-0
/
+140