summaryrefslogtreecommitdiff
path: root/tests/regressiontests/builtin_server
AgeCommit message (Expand)Author
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2012-08-16[py3] Ported django.core.servers.Aymeric Augustin
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-05-07Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko.Jacob Kaplan-Moss