summaryrefslogtreecommitdiff
path: root/tests/regressiontests/handlers/tests.py
AgeCommit message (Expand)Author
2013-01-01[1.5.x] Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-22[1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin
2012-10-20Used @override_settings in several tests.Aymeric Augustin
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-04-22Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-01-14Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd...Andrew Godwin