summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bring docs up-to-date with actual wsgify signaturefix.wsgify-middleware-docsMichael Merickel2014-11-041-2/+2
| | | | | | | | | | the tests and code clearly expect (req, app, **kw) and it makes sense that it would be that way since req is the ephemeral argument and the rest are defined at setup-time. The documented order before was (app, req, **kw) which puts the req in-between multiple config arguments in the signature. fixes #25, #120
* fix the date in the changelogMichael Merickel2014-05-141-1/+1
|
* vbChris McDonough2014-05-141-1/+1
|
* prep for 1.41.4Chris McDonough2014-05-144-24/+9
|
* Update newsBert JW Regeer2014-05-141-0/+4
|
* Check for None explicitly instead of truthinessBert JW Regeer2014-05-141-1/+1
| | | | | | If we check for truthines the object itself may return False, which would mean self.close is not set to app_iter.close, which means that we may end up leaking.
* Merge branch 'bertjwregeer-fix.__version__'Chris McDonough2014-05-0110-38/+39
|\
| * use pkg_resources to obtain version, as __version__ has been removedChris McDonough2014-05-011-2/+2
| |
| * Add news about del __version__Bert JW Regeer2014-05-011-0/+6
| |
| * Remove __version__ entirelyBert JW Regeer2014-04-163-9/+1
| |
| * Revert "Remove pkg_resources (setuptools dependency) and import version"Bert JW Regeer2014-04-161-1/+3
| | | | | | | | This reverts commit c75ee9afaaaed4233b49c0a25a870a685a03467d.
| * Revert "Add new version.py file containing the version"Bert JW Regeer2014-04-161-1/+0
| | | | | | | | This reverts commit ae4f87979df0e35f9eb791ae0d70141a5b3b0502.
| * Revert "Grab the version number from webob/version.py"Bert JW Regeer2014-04-161-4/+1
| | | | | | | | This reverts commit 01a188e0d91b664f2ddb79bad68d75f68de56d08.
| * Grab the version number from webob/version.pyBert JW Regeer2014-04-161-1/+4
| |
| * 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
| |
| * Change from_string to from_bytesBert JW Regeer2014-04-161-2/+2
| | | | | | | | | | This allows us to avoid a deprecationwarning being raised and makes the test compatible with version 1.3 or higher of WebOb.
| * Test deprecation of functionalityBert JW Regeer2014-04-161-11/+10
| |
| * Remove test code no longer requiredBert JW Regeer2014-04-161-4/+0
| | | | | | | | | | Since the .exception property has been removed, we no longer capture any warning.
| * 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
| | | | | | | | As noted by the TODO, this was due to be removed in 1.3.
| * Bump the version that raises DeprecationWarningBert JW Regeer2014-04-162-1/+16
| | | | | | | | | | | | Since anything that is listed as 1.2 should technically be removed in 1.3 (and it raises anyway), bump the version that raises to 1.3, and add todo's to remove them in 1.4.
| * Pull version from pkg resourcesBert JW Regeer2014-04-161-1/+3
|/
* Merge pull request #145 from bertjwregeer/fix.coverageMichael Merickel2014-04-161-1/+1
|\ | | | | Add nocover for Python 3.3+ only branch
| * 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-153-15/+27
|
* Revert "3.4 tox"Michael Merickel2014-04-151-1/+1
| | | | This reverts commit 2363a02d48fa1a93aaae60ea7d8536c8c9cc25c0.
* 3.4 toxMichael Merickel2014-04-151-1/+1
|
* support 3.3+ time-independent string comparisonMichael Merickel2014-04-151-14/+18
|
* broadcast py3.4 supportMichael Merickel2014-04-141-0/+4
|
* Merge pull request #131 from Ivoz/masterMichael Merickel2014-04-141-1/+4
|\ | | | | Build and release wheels for Webob
| * Allow building universal wheels Matt Iversen2014-01-251-1/+4
| | | | | | | | | | Adds a line so that [wheels] built will be universal (for both py 2 & 3), adds their build command to the `distribute` alias. [wheels]: https://pypi.python.org/pypi/wheel
* | Merge pull request #134 from chris-morgan/patch-1Chris McDonough2014-02-221-2/+2
|\ \ | | | | | | Fix a formatting error
| * | Fix a formatting errorChris Morgan2014-02-131-2/+2
| | |
* | | Merge branch 'master' of github.com:jturmel/webob into jturmel-masterChris McDonough2014-02-221-0/+12
|\ \ \
| * | | Add test for JSON body request with arrayjturmel2014-02-151-0/+12
| |/ / | | | | | | | | | | | | * Add a test to make sure sending a JSON body where the root element is an array works correctly
* | | Merge branch 'master' of github.com:Pylons/webobChris McDonough2014-02-221-2/+2
|\ \ \
| * \ \ Merge pull request #133 from cdellin/patch-1Chris McDonough2014-02-221-2/+2
| |\ \ \ | | | | | | | | | | Grammar fix in reference.txt (effect -> affect)
| | * | | Grammar fix in reference.txt (effect -> affect)cdellin2014-02-121-2/+2
| | |/ /
* | | | Merge branch 'fix.136'Chris McDonough2014-02-223-2/+53
|\ \ \ \ | |/ / / |/| | |
| * | | fix #136, allow high order chars in SignedSerializer secret/saltfix.136Michael Merickel2014-02-213-2/+16
| | | |
| * | | reproduce issue with highorder characters from #136Michael Merickel2014-02-211-0/+37
| |/ /
* | | ocdMichael Merickel2014-02-211-3/+3
|/ /
* | Merge pull request #132 from msabramo/travisMichael Merickel2014-01-281-0/+12
|\ \ | |/ |/| Add .travis.yml for Travis CI
| * Add .travis.yml for Travis CIMarc Abramowitz2014-01-251-0/+12
|/
* moar typosMichael Merickel2013-12-191-2/+2
|
* typoMichael Merickel2013-12-191-1/+1
|
* prep for 1.3.11.3.1Chris McDonough2013-12-132-3/+3
|
* add a test, only catch valueerror, fix changelogChris McDonough2013-12-133-7/+32
|\
| * Squash any exceptions raised in the deserializerBert JW Regeer2013-12-121-1/+1
| |