summaryrefslogtreecommitdiff
path: root/webob
Commit message (Expand)AuthorAgeFilesLines
* bring docs up-to-date with actual wsgify signaturefix.wsgify-middleware-docsMichael Merickel2014-11-041-2/+2
* prep for 1.41.4Chris McDonough2014-05-141-9/+1
* Check for None explicitly instead of truthinessBert JW Regeer2014-05-141-1/+1
* Remove __version__ entirelyBert JW Regeer2014-04-161-4/+0
* Revert "Remove pkg_resources (setuptools dependency) and import version"Bert JW Regeer2014-04-161-1/+3
* Revert "Add new version.py file containing the version"Bert JW Regeer2014-04-161-1/+0
* Remove pkg_resources (setuptools dependency) and import versionBert JW Regeer2014-04-161-3/+1
* Add new version.py file containing the versionBert JW Regeer2014-04-161-0/+1
* Add TODO notes to remove this functionality in 1.4Bert JW Regeer2014-04-161-2/+2
* Remove exception property from exceptionBert JW Regeer2014-04-161-9/+0
* Bump the version that raises DeprecationWarningBert JW Regeer2014-04-161-1/+3
* Pull version from pkg resourcesBert 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
* fix #136, allow high order chars in SignedSerializer secret/saltfix.136Michael Merickel2014-02-211-1/+6
* moar typosMichael Merickel2013-12-191-2/+2
* typoMichael Merickel2013-12-191-1/+1
* add a test, only catch valueerror, fix changelogChris McDonough2013-12-131-4/+7
|\
| * Squash any exceptions raised in the deserializerBert JW Regeer2013-12-121-1/+1
| * Don't name the exceptionBert JW Regeer2013-12-101-1/+1
| * Squash ValueError from SignedSerializer in CookieProfileBert JW Regeer2013-12-101-1/+4
* | fix test, add noteChris McDonough2013-12-131-0/+2
* | Keep around original serializerBert JW Regeer2013-12-121-2/+3
|/
* - Older versions of Webob escaped the doublequote to ``\"`` and the backslashChris McDonough2013-12-091-2/+0
* - Cookies generated via webob.cookies quoted characters in cookie values thatChris McDonough2013-12-091-30/+61
* loads takes binary, not nativeChris McDonough2013-12-071-1/+1
* doc generation fixesChris McDonough2013-12-051-13/+6
* - Make tests pass on Python 3.Chris McDonough2013-12-051-95/+108
* Add SignedCookieProfileBert JW Regeer2013-12-021-0/+109
* Add CookieProfile classBert JW Regeer2013-12-021-0/+225
* Add SignedSerializerBert JW Regeer2013-12-021-0/+100
* Add strings_differ for SignedSerializerBert JW Regeer2013-12-021-0/+20
* - Added a read-only ``domain`` property to ``BaseRequest``. This propertyChris McDonough2013-11-271-0/+24
* Add support for urlencoded HTTP PATCH paramsLuke Cyca2013-05-271-4/+4
* Add code -> reason entry for 450.Tres Seaver2013-03-291-0/+1
* Merge pull request #58 from mpirnat/status-451Tres Seaver2013-03-291-0/+19
|\
| * Adds support for draft HTTP error code '451: Unavailable For Legal Reasons'Mike Pirnat2012-06-121-0/+19
* | Merge pull request #98 from Batterii/pullrequest_85Tres Seaver2013-03-291-2/+12
|\ \
| * \ Merge commit '07667668338f239856c94b637bd12ccf8ce01d83' into pullrequest_85Tom Willis2013-03-231-2/+12
| |\ \
| | * | Added a fix and modified the unit tests to accomodate.Rishi Ramraj2012-11-221-2/+12
* | | | make more similar to original codeChris McDonough2013-03-231-2/+3
|/ / /
* | | change iteritems to items for python 3 support.Tom Willis2013-03-191-3/+3
* | | Merge branch 'master' of github.com:Batterii/webobTom Willis2013-03-1812-34/+88
|\ \ \
| * \ \ Merge pull request #89 from zyluo/multidict_getallTres Seaver2013-01-291-5/+1
| |\ \ \
| | * | | Use list comprehension for multidict getallZhongyue Luo2012-12-281-5/+1
| | |/ /
| * | | Fixes PEP8 warningsZhongyue Luo2012-12-285-6/+3
| |/ /
| * | Ignore invalid mime wildcards in MIMEAcceptRyan Kelly2012-11-091-0/+4
| * | Add new HTTP status codes per RFC 6585.Jonathan Feinberg2012-10-241-0/+4
| * | coverageChris McDonough2012-10-111-2/+2