| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/test_descriptors.py tests/test_etag.py tests/test_misc.py tests/test_multidict.py tests/test_request.py tests/test_request_nose.py tox.ini webob/cookies.py webob/dec.py webob/descriptors.py webob/etag.py webob/exc.py webob/multidict.py webob/request.py webob/response.py | ||||
| | * | drop UnicodeMultiDict; change TrackableMultiDict -> GetDict | Sergey Schetinin | 2011-09-20 | 1 | -8/+5 |
| | | | | | | | | | | | | | * decode cgi.FieldStorage in MultiDict.from_fieldstorage * add encoding and errors params to FakeCGIBody * same for _encode_multipart | ||||
| | * | deprecate more stuff | Sergey Schetinin | 2011-09-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | * WARNING! doctests are broken * finalize deprecation of Request.str_* * finalize deprecation of first_match and weak_match * raise error when decode_param_names is used in any way * raise error when accessing HTTPException.exception * hardcode key decoding in UnicodeMultiDict | ||||
| | * | 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 |
| | | | | | | | | | | | | | u -> text_ Use b'' literals instead of calls to b() | ||||
| * | | 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 ↵ | Chris McDonough | 2011-09-15 | 1 | -9/+9 |
| |/ | | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k | ||||
| * | 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 |
| | | | | | ex. `nosetests --verbosity=2`, see https://bitbucket.org/ianb/webob/issue/11 ) | ||||
| * | add warning when client code uses MultiDict.update() and seemingly expects ↵ | Sergey Schetinin | 2011-02-20 | 1 | -2/+24 |
| | | | | | .extend() semantics | ||||
| * | Add a lot of tests. | Sergey Schetinin | 2011-02-20 | 1 | -0/+140 |
| This is an aggregate patch of the work done by Mariano Mara and Danny Navarro. For more detailed changelog see https://bitbucket.org/marplatense/webobtestcoverage | |||||
