summaryrefslogtreecommitdiff
path: root/django/test/_doctest.py
AgeCommit message (Expand)Author
2012-08-07[py3] Ported django.test.doctest.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible introspection.Aymeric Augustin
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-05-29Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with P...Ramiro Morales
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-12-02Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N...Jacob Kaplan-Moss
2007-09-14Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.s...Adrian Holovaty
2007-05-31Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...Russell Keith-Magee