summaryrefslogtreecommitdiff
path: root/webob/dec.py
Commit message (Expand)AuthorAgeFilesLines
* bring docs up-to-date with actual wsgify signaturefix.wsgify-middleware-docsMichael Merickel2014-11-041-2/+2
* unused imports, long lineChris McDonough2012-01-261-2/+0
* binary_type -> bytesSergey Schetinin2011-09-251-2/+1
* use except Exception as exc syntaxSergey Schetinin2011-09-241-3/+3
* * The ``webob.dec.wsgify`` repr() is now much less informative, but a lotChris McDonough2011-09-221-95/+10
* use paren-importsChris McDonough2011-09-221-5/+8
* sort imports and more direct importsChris McDonough2011-09-221-6/+7
* nocover for Py3 stuffChris McDonough2011-09-211-1/+1
* Decent fix for most of the __func_name() problem, will revise later. Comment...Joe Dallago2011-09-211-22/+20
* Committing to show something to mcdonc.Joe Dallago2011-09-201-3/+15
* Fixed the func_name issueJoe Dallago2011-09-201-2/+8
* fix dec and cookies tests for 3.2Chris McDonough2011-09-201-1/+1
* fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2Chris McDonough2011-09-201-1/+6
* Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-1/+0
|\
| * * deprecate Response.request / .environSergey Schetinin2011-09-181-1/+0
* | get all tests to runChris McDonough2011-09-161-7/+10
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-2/+3
|/
* bring back to 100% test coverageSergey Schetinin2011-08-181-1/+1
* mark statements lacking coverageSergey Schetinin2011-08-071-1/+1
* Automated merge with ssh://bitbucket.org/ianb/webobIan Bicking2011-06-061-1/+2
|\
| * make wsgify.middleware work with non-WSGI (req-taking) functionsIan Bicking2011-03-011-5/+6
* | fix webob.dec.__repr__ [from pycon2011 sprint]Sergey Schetinin2011-03-221-1/+1
* | wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s...Sergey Schetinin2011-03-221-4/+4
|/
* Add webob.decIan Bicking2009-11-091-0/+358