Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/_doctest.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-0/+7
* Stopped using non-standard __globals__ and __code__ attri...Aymeric Augustin2013-03-171-2/+2
* [py3] Ported django.test.doctest.Aymeric Augustin2012-08-071-16/+103
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-5/+5
* [py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin2012-07-221-2/+4
* [py3] Switched to Python 3-compatible introspection.Aymeric Augustin2012-07-221-4/+4
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-4/+4
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-24/+24
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-4/+4
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-1/+1
* Fixed #11436 -- Updated bundled copy of doctests.py to th...Ramiro Morales2011-05-301-102/+68
* Fixed #15609 -- Fixed some 'raise' statements to use the ...Adrian Holovaty2011-03-151-2/+2
* Fixed #11066 -- Corrected 15 duplicate "the"s found in do...Karen Tracey2009-05-171-1/+1
* Fixed #6481 -- Fixed a bunch of import problems (and some...Malcolm Tredinnick2008-02-191-1/+1
* Fixed #6024: Django's doctest no longer clashes with cove...Jacob Kaplan-Moss2007-12-021-0/+11
* Fixed #5442 -- Added Jython workaround in django.test._do...Adrian Holovaty2007-09-141-1/+9
* Fixed #4426 -- Renamed duplicate doctest module _doctest,...Russell Keith-Magee2007-05-311-0/+2674