| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unused imports, long line | Chris McDonough | 2012-01-26 | 1 | -2/+0 |
| | | |||||
| * | fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then ↵ | Sergey Schetinin | 2011-12-26 | 1 | -1/+2 |
| | | | | | parse, then serialize) | ||||
| * | test coverage; transcode fixes; remove multidict_from_bodyfile | Sergey Schetinin | 2011-09-25 | 1 | -43/+0 |
| | | |||||
| * | Merge branch 'sergey-1.2-py2-only' into 1.2-merge | Sergey Schetinin | 2011-09-25 | 1 | -16/+16 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | remove exec_, change reraise to take single argument | Sergey Schetinin | 2011-09-25 | 1 | -26/+6 |
| | | | |||||
| * | | remove print_ from compat | Sergey Schetinin | 2011-09-25 | 1 | -48/+0 |
| | | | |||||
| * | | binary_type -> bytes | Sergey Schetinin | 2011-09-25 | 1 | -3/+1 |
| | | | |||||
| * | | remove text_to_wsgi | Sergey Schetinin | 2011-09-25 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | if the header is set to * text on py3 we trust it to be in latin-1 charset * bytes on py3 the resulting response is invalid * text on py2 we encode to latin-1 like we always did * bytes on py2 we use it verbatim | ||||
| * | | use undeprecated escape | Chris McDonough | 2011-09-24 | 1 | -0/+4 |
| | | | |||||
| * | | fix url_unquote on py3 (should be real url -> bytes -> unquote -> latin-1 text) | Sergey Schetinin | 2011-09-24 | 1 | -1/+1 |
| | | | |||||
| * | | implement url_unquote as a wrapper around compat.unquote on py3 | Sergey Schetinin | 2011-09-24 | 1 | -3/+5 |
| | | | |||||
| * | | work on test coverage | Sergey Schetinin | 2011-09-24 | 1 | -3/+1 |
| | | | |||||
| * | | typo | Sergey Schetinin | 2011-09-23 | 1 | -1/+1 |
| | | | | | | | | | (make one change before commit w/o testing and there it is) | ||||
| * | | fix tests on windows; improve GET parsing; simpler cookie escaping | Sergey Schetinin | 2011-09-23 | 1 | -31/+41 |
| | | | | | | | | | | | | | * decoding with mbcd + surrogateescape is not supported * parse_qsl is ridiculous on py3, merge into compat and simplify * on py3 we can still do map(_escape_char, v) on bytes if we change _escape_map key type | ||||
| * | | sort imports and more direct imports | Chris McDonough | 2011-09-22 | 1 | -2/+2 |
| | | | |||||
| * | | no need for two separate functions for upath_property | Chris McDonough | 2011-09-21 | 1 | -2/+2 |
| | | | |||||
| * | | md5 doesnt need a compat import | Chris McDonough | 2011-09-21 | 1 | -5/+0 |
| | | | |||||
| * | | do the import outside of the function | Chris McDonough | 2011-09-21 | 1 | -2/+2 |
| | | | |||||
| * | | bw compat: decode filename and fieldname when processing a FieldStorage item | Chris McDonough | 2011-09-21 | 1 | -1/+7 |
| | | | |||||
| * | | 100% datetime_utils coverage | Chris McDonough | 2011-09-21 | 1 | -0/+11 |
| | | | |||||
| * | | trim compat down to only necessary components; more direct imports; 100% ↵ | Chris McDonough | 2011-09-21 | 1 | -30/+15 |
| | | | | | | | | | test coverage for compat on py2 | ||||
| * | | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -7/+5 |
| | | | |||||
| * | | make all test_request tests pass under py 3.2 | Chris McDonough | 2011-09-20 | 1 | -7/+7 |
| | | | |||||
| * | | atrocious straddling code | Chris McDonough | 2011-09-20 | 1 | -0/+4 |
| | | | |||||
| * | | b -> bytes_ | Chris McDonough | 2011-09-20 | 1 | -17/+18 |
| | | | | | | | | | | | | | u -> text_ Use b'' literals instead of calls to b() | ||||
| * | | try to make cookies work on both python 2 and python 3 | Chris McDonough | 2011-09-17 | 1 | -32/+21 |
| | | | |||||
| * | | use a 'normal' MultiDict for both GET and POST instead of a ↵ | Chris McDonough | 2011-09-16 | 1 | -0/+70 |
| | | | | | | | | | UnicodeMultiDict; try to beat down some more test failures. | ||||
| * | | made all response tests pass except cookie-related ones | Chris McDonough | 2011-09-16 | 1 | -1/+21 |
| | | | |||||
| * | | work on items/keys/values, better conversions, syntax errors | Chris McDonough | 2011-09-15 | 1 | -0/+13 |
| | | | |||||
| * | | work towards creating and using 'compat' module and removing syntax errors ↵ | Chris McDonough | 2011-09-15 | 1 | -0/+145 |
| |/ | | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k | ||||
| * | * merge headersdict and datastruct modules into new module webob.headers | Sergey Schetinin | 2010-08-11 | 1 | -23/+0 |
| | | | | | | | | * rename HeadersDict to ResponseHeaders * merge updatedict module into cachecontrol * merge webob.util.reversed and webob.compat modules into webob.util.__init__ * make DictMixin, reversed and sorted importable directly from webob.util | ||||
| * | compatibility module (forgot to commit?) | Ian Bicking | 2008-05-29 | 1 | -0/+23 |
