summaryrefslogtreecommitdiff
path: root/tests/test_descriptors.py
Commit message (Expand)AuthorAgeFilesLines
* bytesrequest renamed to legacyrequest... it no longer eagerly converts to byt...Chris McDonough2012-01-281-16/+10
* First cut at distinct TextRequest/BytesRequest implementations as aChris McDonough2012-01-251-0/+143
* * ``Response.request`` and ``Response.environ`` attrs are undeprecated and noChris McDonough2011-10-061-6/+8
* refactor Range to only handle a single rangeSergey Schetinin2011-09-261-9/+4
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-17/+0
|\
| * req.script_name and .path_info contain unicode nowSergey Schetinin2011-09-201-1/+0
| * refactor IfRangeSergey Schetinin2011-09-201-17/+0
| * deprecate more stuffSergey Schetinin2011-09-181-4/+4
* | remove text_to_wsgiSergey Schetinin2011-09-251-2/+1
* | mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-8/+6
* | trim compat down to only necessary components; more direct imports; 100% test...Chris McDonough2011-09-211-1/+12
* | use direct imports, kill dead importsChris McDonough2011-09-201-1/+1
* | b -> bytes_Chris McDonough2011-09-201-12/+11
* | work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-2/+2
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-9/+10
* | do the least amount of work possible to get rid of str_-prefixed methods; alw...Chris McDonough2011-09-151-5/+8
|/
* * add warn_deprecation(...) mechanism that centralizes the deprecation warnin...Sergey Schetinin2011-07-081-162/+6
* * move html_escape to webob.util (still exported from webob)Sergey Schetinin2011-07-071-2/+2
* fix docs, adjust tests for docstringsSergey Schetinin2011-07-071-23/+15
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-0/+797