index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
/
_doctest.py
Age
Commit 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-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-05-29
Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with P...
Ramiro Morales
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-12-02
Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N...
Jacob Kaplan-Moss
2007-09-14
Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.s...
Adrian Holovaty
2007-05-31
Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...
Russell Keith-Magee