| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copy strings_differ from Pyramid | Bert JW Regeer | 2015-04-13 | 1 | -0/+44 |
| | | | | | Includes the tests and all that fun stuff... | ||||
| * | prep for 1.41.4 | Chris McDonough | 2014-05-14 | 1 | -8/+1 |
| | | |||||
| * | Remove __version__ entirely | Bert JW Regeer | 2014-04-16 | 1 | -1/+1 |
| | | |||||
| * | Bump the version that raises DeprecationWarning | Bert JW Regeer | 2014-04-16 | 1 | -0/+13 |
| | | | | | | | 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. | ||||
| * | mirror some deprecation changes from sergey-1.2-py2-only branch | Sergey Schetinin | 2011-09-24 | 1 | -21/+5 |
| | | | | | | | * warn_deprecation raises exceptions for 1.2 deprecations (first_match, weak_match, resp.body_file = 'x') * Request.str_* and Response.environ/request raise deprecation exceptions when touched * change deprecated_property implementation | ||||
| * | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -1/+1 |
| | | |||||
| * | do the least amount of work possible to get rid of str_-prefixed methods; ↵ | Chris McDonough | 2011-09-15 | 1 | -18/+1 |
| | | | | | always decode keys and values in POST, GET, and params | ||||
| * | attempt to silence deprecation warnings during testing | Sergey Schetinin | 2011-08-18 | 1 | -1/+19 |
| | | |||||
| * | more tests | Sergey Schetinin | 2011-08-18 | 1 | -1/+10 |
| | | |||||
| * | fix test (missing import) | Sergey Schetinin | 2011-08-18 | 1 | -0/+1 |
| | | |||||
| * | bring back to 100% test coverage | Sergey Schetinin | 2011-08-18 | 1 | -4/+10 |
| | | |||||
| * | add test for warn_deprecation | Chris McDonough | 2011-07-08 | 1 | -0/+43 |
