summaryrefslogtreecommitdiff
path: root/Lib/test/test_doctest2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-0/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-13/+13
* 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