summaryrefslogtreecommitdiff
path: root/tests/regressiontests/decorators
AgeCommit message (Expand)Author
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-05-12Replaced im_func and im_self by __func__ and __self__.Claude Paroz
2012-05-03Made warning assertions work with or without -Wall python switchClaude Paroz
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-02-09Fixed #15840 -- Wrapped inner function of the condition decorator with functo...Jannis Leidel
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-23Refactoring of 'fully_decorated' for clarity and removal of duplication.Luke Plant
2011-04-28Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...Jannis Leidel
2011-03-28Made a bunch of simplifications now that we don't support Python 2.4Adrian Holovaty
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-21Fixed a bug with method_decorator not preserving the attributes of the wrappe...Luke Plant
2010-10-21Removed old code with Python 2.3 compatibilityLuke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-21Fixed #12019 - backwards compatibility issues with cache_page decorator.Luke Plant
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2009-09-28Added 'key_prefix' keyword argument to cache_page()Luke Plant
2009-09-26Corrected regressions introduced in r11586 and r11593Luke Plant
2009-09-21Fixed #6371 - several decorators don't work with bound methods.Luke Plant
2009-04-01Fixed #9474: user_passes_test may now be applied multiple times.Jacob Kaplan-Moss
2008-02-26Fixed a missing __init__.py from [7153]Jacob Kaplan-Moss
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr