| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix optional and bad whitespace parsing in auth-param | lieryan | 2014-09-22 | 1 | -1/+1 |
| * | Fixes PEP8 warnings | Zhongyue Luo | 2012-12-28 | 1 | -1/+0 |
| * | set deprecated properties on BaseRequest rather than LegacyRequest, use envir... | Chris McDonough | 2012-01-28 | 1 | -1/+0 |
| * | bytesrequest renamed to legacyrequest... it no longer eagerly converts to byt... | Chris McDonough | 2012-01-28 | 1 | -5/+1 |
| * | make upath_property take into account url encoding | Chris McDonough | 2012-01-26 | 1 | -5/+9 |
| * | unused imports, long line | Chris McDonough | 2012-01-26 | 1 | -1/+2 |
| * | move environ_decoder descriptor next to environ_getter | Chris McDonough | 2012-01-25 | 1 | -28/+31 |
| * | First cut at distinct TextRequest/BytesRequest implementations as a | Chris McDonough | 2012-01-25 | 1 | -0/+28 |
| * | refactor Range to only handle a single range | Sergey Schetinin | 2011-09-26 | 1 | -10/+6 |
| * | allow resp.etag = (tag, False) for setting weak etags | Sergey Schetinin | 2011-09-25 | 1 | -6/+10 |
| * | Merge branch 'sergey-1.2-py2-only' into 1.2-merge | Sergey Schetinin | 2011-09-25 | 1 | -22/+24 |
| |\ |
|
| | * | much stricter parsing for if-none-match, if-range and if-match headers | Sergey Schetinin | 2011-09-21 | 1 | -2/+1 |
| | * | better support for weak response etag | Sergey Schetinin | 2011-09-21 | 1 | -9/+21 |
| | * | hardcode Request.charset to 'UTF-8' | Sergey Schetinin | 2011-09-20 | 1 | -2/+2 |
| | * | req.script_name and .path_info contain unicode now | Sergey Schetinin | 2011-09-20 | 1 | -28/+25 |
| | * | refactor IfRange | Sergey Schetinin | 2011-09-20 | 1 | -7/+1 |
| * | | binary_type -> bytes | Sergey Schetinin | 2011-09-25 | 1 | -2/+1 |
| * | | remove text_to_wsgi | Sergey Schetinin | 2011-09-25 | 1 | -3/+2 |
| * | | specialize upath_property by py version | Sergey Schetinin | 2011-09-25 | 1 | -6/+13 |
| * | | work on test coverage | Sergey Schetinin | 2011-09-24 | 1 | -1/+1 |
| * | | mirror some deprecation changes from sergey-1.2-py2-only branch | Sergey Schetinin | 2011-09-24 | 1 | -29/+30 |
| * | | use paren-imports | Chris McDonough | 2011-09-22 | 1 | -13/+28 |
| * | | sort imports and more direct imports | Chris McDonough | 2011-09-22 | 1 | -10/+10 |
| * | | line length | Chris McDonough | 2011-09-21 | 1 | -2/+3 |
| * | | no need for two separate functions for upath_property | Chris McDonough | 2011-09-21 | 1 | -18/+7 |
| * | | 100% coverage for descriptors and multidict | Chris McDonough | 2011-09-21 | 1 | -1/+1 |
| * | | trim compat down to only necessary components; more direct imports; 100% test... | Chris McDonough | 2011-09-21 | 1 | -2/+2 |
| * | | unbreak on py2 | Chris McDonough | 2011-09-20 | 1 | -1/+1 |
| * | | fix descriptor tests for 3.2 | Chris McDonough | 2011-09-20 | 1 | -4/+3 |
| * | | make all test_request tests pass under py 3.2 | Chris McDonough | 2011-09-20 | 1 | -6/+18 |
| * | | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;... | Chris McDonough | 2011-09-16 | 1 | -5/+9 |
| * | | made all response tests pass except cookie-related ones | Chris McDonough | 2011-09-16 | 1 | -2/+3 |
| * | | work on items/keys/values, better conversions, syntax errors | Chris McDonough | 2011-09-15 | 1 | -8/+6 |
| * | | work towards creating and using 'compat' module and removing syntax errors wh... | Chris McDonough | 2011-09-15 | 1 | -11/+13 |
| |/ |
|
| * | * add warn_deprecation(...) mechanism that centralizes the deprecation warnin... | Sergey Schetinin | 2011-07-08 | 1 | -20/+5 |
| * | * move html_escape to webob.util (still exported from webob) | Sergey Schetinin | 2011-07-07 | 1 | -12/+3 |
| * | fix docs, adjust tests for docstrings | Sergey Schetinin | 2011-07-07 | 1 | -5/+14 |
| * | make resp.etag None for weak etags | Sergey Schetinin | 2011-06-30 | 1 | -2/+2 |
| * | wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s... | Sergey Schetinin | 2011-03-22 | 1 | -3/+4 |
| * | handle the case when environ is missing the SCRIPT_NAME key ( http://trac.pyt... | Sergey Schetinin | 2011-02-16 | 1 | -1/+1 |
| * | make req.upath_info and req.uscript_name settable | Sergey Schetinin | 2011-01-27 | 1 | -1/+3 |
| * | fix: setting environ_getter attr to None should remove the key from environ (... | Sergey Schetinin | 2010-10-06 | 1 | -4/+9 |
| * | separate converter_date from date_header, so it can be used for request heade... | Sergey Schetinin | 2010-08-11 | 1 | -2/+4 |
| * | make list_headers values tuples, so that they are immutable | Sergey Schetinin | 2010-08-11 | 1 | -16/+19 |
| * | * add list_header, date_header descriptors | Sergey Schetinin | 2010-08-11 | 1 | -12/+7 |
| * | * move and rename descriptors._rfc_reference -> util.rfc_reference | Sergey Schetinin | 2010-08-11 | 1 | -61/+4 |
| * | drop webob.headers.normalize_header, just use .lower() | Sergey Schetinin | 2010-08-11 | 1 | -4/+4 |
| * | no reason for uscript_name and upath_info to be settable | Sergey Schetinin | 2010-08-11 | 1 | -7/+1 |
| * | * simpler accept_property implementation | Sergey Schetinin | 2010-08-11 | 1 | -32/+25 |
| * | * rewrite UnicodePathProperty as upath_property | Sergey Schetinin | 2010-08-11 | 1 | -50/+37 |