summaryrefslogtreecommitdiff
path: root/webob/util.py
Commit message (Expand)AuthorAgeFilesLines
* Up versions that raise instead of warnings.warnBert JW Regeer2016-07-161-2/+2
* Handle 308 HTTP code for redirectMehdi Abaakouk2015-09-011-0/+1
* Copy strings_differ from PyramidBert JW Regeer2015-04-131-3/+8
* prep for 1.41.4Chris McDonough2014-05-141-9/+1
* Bump the version that raises DeprecationWarningBert JW Regeer2014-04-161-1/+3
* Add nocover for Python 3.3+ only branchBert JW Regeer2014-04-161-1/+1
* fix the constant-time compare logic when using hmac.compare_digestMichael Merickel2014-04-151-14/+23
* support 3.3+ time-independent string comparisonMichael Merickel2014-04-151-14/+18
* Add strings_differ for SignedSerializerBert JW Regeer2013-12-021-0/+20
* Add code -> reason entry for 450.Tres Seaver2013-03-291-0/+1
* Add new HTTP status codes per RFC 6585.Jonathan Feinberg2012-10-241-0/+4
* Improving compliance with RFC2616 re HTTP status codes - now an application canMichael Stella2011-12-061-0/+9
* use undeprecated escapeChris McDonough2011-09-241-2/+2
* mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-2/+3
* use paren-importsChris McDonough2011-09-221-3/+6
* sort imports and more direct importsChris McDonough2011-09-221-3/+5
* line lengthsChris McDonough2011-09-211-3/+4
* add a test for fileno, dont try to cover warn_deprecationChris McDonough2011-09-211-1/+1
* fix failing html_escape testChris McDonough2011-09-201-2/+4
* fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2Chris McDonough2011-09-201-1/+2
* b -> bytes_Chris McDonough2011-09-201-1/+0
* Merge branch '1.1-branch' into chrism-py3-alt-merge2Sergey Schetinin2011-09-191-1/+1
|\
| * adjust status code textSergey Schetinin2011-09-141-1/+1
* | made all response tests pass except cookie-related onesChris McDonough2011-09-161-0/+1
* | work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-3/+6
|/
* * change del res.body semantics so that it doesn't make the response invalid,Sergey Schetinin2011-08-091-3/+6
* * add warn_deprecation(...) mechanism that centralizes the deprecation warnin...Sergey Schetinin2011-07-081-1/+13
* * move html_escape to webob.util (still exported from webob)Sergey Schetinin2011-07-071-7/+32
* fix docs, adjust tests for docstringsSergey Schetinin2011-07-071-3/+3
* merge statusreasons into utilSergey Schetinin2010-10-041-0/+62
* convert util from a subpackage into a moduleSergey Schetinin2010-10-011-0/+8