summaryrefslogtreecommitdiff
path: root/Lib/test/test_doctest2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-0/+4
* Use descriptors.Guido van Rossum2005-01-161-4/+2
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-131-2/+16
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF bug [#467331] ClassType.__doc__ always None.Tim Peters2001-10-041-5/+1
* Made the classmethod docstring test a bit less trivial.Tim Peters2001-10-031-3/+3
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-031-0/+112