| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bring docs up-to-date with actual wsgify signaturefix.wsgify-middleware-docs | Michael Merickel | 2014-11-04 | 1 | -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 changelog | Michael Merickel | 2014-05-14 | 1 | -1/+1 |
| | | |||||
| * | vb | Chris McDonough | 2014-05-14 | 1 | -1/+1 |
| | | |||||
| * | prep for 1.41.4 | Chris McDonough | 2014-05-14 | 4 | -24/+9 |
| | | |||||
| * | Update news | Bert JW Regeer | 2014-05-14 | 1 | -0/+4 |
| | | |||||
| * | Check for None explicitly instead of truthiness | Bert JW Regeer | 2014-05-14 | 1 | -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 McDonough | 2014-05-01 | 10 | -38/+39 |
| |\ | |||||
| | * | use pkg_resources to obtain version, as __version__ has been removed | Chris McDonough | 2014-05-01 | 1 | -2/+2 |
| | | | |||||
| | * | Add news about del __version__ | Bert JW Regeer | 2014-05-01 | 1 | -0/+6 |
| | | | |||||
| | * | Remove __version__ entirely | Bert JW Regeer | 2014-04-16 | 3 | -9/+1 |
| | | | |||||
| | * | Revert "Remove pkg_resources (setuptools dependency) and import version" | Bert JW Regeer | 2014-04-16 | 1 | -1/+3 |
| | | | | | | | | | This reverts commit c75ee9afaaaed4233b49c0a25a870a685a03467d. | ||||
| | * | Revert "Add new version.py file containing the version" | Bert JW Regeer | 2014-04-16 | 1 | -1/+0 |
| | | | | | | | | | This reverts commit ae4f87979df0e35f9eb791ae0d70141a5b3b0502. | ||||
| | * | Revert "Grab the version number from webob/version.py" | Bert JW Regeer | 2014-04-16 | 1 | -4/+1 |
| | | | | | | | | | This reverts commit 01a188e0d91b664f2ddb79bad68d75f68de56d08. | ||||
| | * | Grab the version number from webob/version.py | Bert JW Regeer | 2014-04-16 | 1 | -1/+4 |
| | | | |||||
| | * | Remove pkg_resources (setuptools dependency) and import version | Bert JW Regeer | 2014-04-16 | 1 | -3/+1 |
| | | | |||||
| | * | Add new version.py file containing the version | Bert JW Regeer | 2014-04-16 | 1 | -0/+1 |
| | | | |||||
| | * | Change from_string to from_bytes | Bert JW Regeer | 2014-04-16 | 1 | -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 functionality | Bert JW Regeer | 2014-04-16 | 1 | -11/+10 |
| | | | |||||
| | * | Remove test code no longer required | Bert JW Regeer | 2014-04-16 | 1 | -4/+0 |
| | | | | | | | | | | | Since the .exception property has been removed, we no longer capture any warning. | ||||
| | * | Add TODO notes to remove this functionality in 1.4 | Bert JW Regeer | 2014-04-16 | 1 | -2/+2 |
| | | | |||||
| | * | Remove exception property from exception | Bert JW Regeer | 2014-04-16 | 1 | -9/+0 |
| | | | | | | | | | As noted by the TODO, this was due to be removed in 1.3. | ||||
| | * | Bump the version that raises DeprecationWarning | Bert JW Regeer | 2014-04-16 | 2 | -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 resources | Bert JW Regeer | 2014-04-16 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #145 from bertjwregeer/fix.coverage | Michael Merickel | 2014-04-16 | 1 | -1/+1 |
| |\ | | | | | Add nocover for Python 3.3+ only branch | ||||
| | * | Add nocover for Python 3.3+ only branch | Bert JW Regeer | 2014-04-16 | 1 | -1/+1 |
| |/ | |||||
| * | fix the constant-time compare logic when using hmac.compare_digest | Michael Merickel | 2014-04-15 | 3 | -15/+27 |
| | | |||||
| * | Revert "3.4 tox" | Michael Merickel | 2014-04-15 | 1 | -1/+1 |
| | | | | | This reverts commit 2363a02d48fa1a93aaae60ea7d8536c8c9cc25c0. | ||||
| * | 3.4 tox | Michael Merickel | 2014-04-15 | 1 | -1/+1 |
| | | |||||
| * | support 3.3+ time-independent string comparison | Michael Merickel | 2014-04-15 | 1 | -14/+18 |
| | | |||||
| * | broadcast py3.4 support | Michael Merickel | 2014-04-14 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #131 from Ivoz/master | Michael Merickel | 2014-04-14 | 1 | -1/+4 |
| |\ | | | | | Build and release wheels for Webob | ||||
| | * | Allow building universal wheels | Matt Iversen | 2014-01-25 | 1 | -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-1 | Chris McDonough | 2014-02-22 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix a formatting error | ||||
| | * | | Fix a formatting error | Chris Morgan | 2014-02-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:jturmel/webob into jturmel-master | Chris McDonough | 2014-02-22 | 1 | -0/+12 |
| |\ \ \ | |||||
| | * | | | Add test for JSON body request with array | jturmel | 2014-02-15 | 1 | -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/webob | Chris McDonough | 2014-02-22 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #133 from cdellin/patch-1 | Chris McDonough | 2014-02-22 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | Grammar fix in reference.txt (effect -> affect) | ||||
| | | * | | | Grammar fix in reference.txt (effect -> affect) | cdellin | 2014-02-12 | 1 | -2/+2 |
| | | |/ / | |||||
| * | | | | Merge branch 'fix.136' | Chris McDonough | 2014-02-22 | 3 | -2/+53 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | fix #136, allow high order chars in SignedSerializer secret/saltfix.136 | Michael Merickel | 2014-02-21 | 3 | -2/+16 |
| | | | | | |||||
| | * | | | reproduce issue with highorder characters from #136 | Michael Merickel | 2014-02-21 | 1 | -0/+37 |
| | |/ / | |||||
| * | | | ocd | Michael Merickel | 2014-02-21 | 1 | -3/+3 |
| |/ / | |||||
| * | | Merge pull request #132 from msabramo/travis | Michael Merickel | 2014-01-28 | 1 | -0/+12 |
| |\ \ | |/ |/| | Add .travis.yml for Travis CI | ||||
| | * | Add .travis.yml for Travis CI | Marc Abramowitz | 2014-01-25 | 1 | -0/+12 |
| |/ | |||||
| * | moar typos | Michael Merickel | 2013-12-19 | 1 | -2/+2 |
| | | |||||
| * | typo | Michael Merickel | 2013-12-19 | 1 | -1/+1 |
| | | |||||
| * | prep for 1.3.11.3.1 | Chris McDonough | 2013-12-13 | 2 | -3/+3 |
| | | |||||
| * | add a test, only catch valueerror, fix changelog | Chris McDonough | 2013-12-13 | 3 | -7/+32 |
| |\ | |||||
| | * | Squash any exceptions raised in the deserializer | Bert JW Regeer | 2013-12-12 | 1 | -1/+1 |
| | | | |||||
