| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improving compliance with RFC2616 re HTTP status codes - now an application can | Michael Stella | 2011-12-06 | 1 | -0/+9 |
| | | | | | | provide an arbitrary code, and a generic message (based on the x00 code in the same class) will be generated, rather than raising KeyError. | ||||
| * | use undeprecated escape | Chris McDonough | 2011-09-24 | 1 | -2/+2 |
| | | |||||
| * | mirror some deprecation changes from sergey-1.2-py2-only branch | Sergey Schetinin | 2011-09-24 | 1 | -2/+3 |
| | | | | | | | * warn_deprecation raises exceptions for 1.2 deprecations (first_match, weak_match, resp.body_file = 'x') * Request.str_* and Response.environ/request raise deprecation exceptions when touched * change deprecated_property implementation | ||||
| * | use paren-imports | Chris McDonough | 2011-09-22 | 1 | -3/+6 |
| | | |||||
| * | sort imports and more direct imports | Chris McDonough | 2011-09-22 | 1 | -3/+5 |
| | | |||||
| * | line lengths | Chris McDonough | 2011-09-21 | 1 | -3/+4 |
| | | |||||
| * | add a test for fileno, dont try to cover warn_deprecation | Chris McDonough | 2011-09-21 | 1 | -1/+1 |
| | | |||||
| * | fix failing html_escape test | Chris McDonough | 2011-09-20 | 1 | -2/+4 |
| | | |||||
| * | fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2 | Chris McDonough | 2011-09-20 | 1 | -1/+2 |
| | | |||||
| * | b -> bytes_ | Chris McDonough | 2011-09-20 | 1 | -1/+0 |
| | | | | | | | u -> text_ Use b'' literals instead of calls to b() | ||||
| * | Merge branch '1.1-branch' into chrism-py3-alt-merge2 | Sergey Schetinin | 2011-09-19 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: .gitignore webob/etag.py webob/request.py | ||||
| | * | adjust status code text | Sergey Schetinin | 2011-09-14 | 1 | -1/+1 |
| | | | |||||
| * | | made all response tests pass except cookie-related ones | Chris McDonough | 2011-09-16 | 1 | -0/+1 |
| | | | |||||
| * | | work on items/keys/values, better conversions, syntax errors | Chris McDonough | 2011-09-15 | 1 | -3/+6 |
| |/ | |||||
| * | * change del res.body semantics so that it doesn't make the response invalid, | Sergey Schetinin | 2011-08-09 | 1 | -3/+6 |
| | | | | | | | but only removes the response body * deprecate response.ubody / unicode_body in favour of new .text attribute (the old names will be removed in 1.3 or even later) | ||||
| * | * add warn_deprecation(...) mechanism that centralizes the deprecation ↵ | Sergey Schetinin | 2011-07-08 | 1 | -1/+13 |
| | | | | | | | | warnings / exceptions based on current WebOb version * deprecated_property is only used to throw exception now, simplify accordingly * remove check for cls.charset, cls.default_charset in BaseRequest.__init__ (they were deprecated long enough, for us to allow subclasses to use them as they wish) | ||||
| * | * move html_escape to webob.util (still exported from webob) | Sergey Schetinin | 2011-07-07 | 1 | -7/+32 |
| | | | | | * kill rfc_reference, add header_docstring | ||||
| * | fix docs, adjust tests for docstrings | Sergey Schetinin | 2011-07-07 | 1 | -3/+3 |
| | | |||||
| * | merge statusreasons into util | Sergey Schetinin | 2010-10-04 | 1 | -0/+62 |
| | | |||||
| * | convert util from a subpackage into a module | Sergey Schetinin | 2010-10-01 | 1 | -0/+8 |
