aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-051-2685/+0
* Since Python 3 will always need the _execfile functionality (to fulfill the t...Jason R. Coombs2014-07-051-3/+5
* Remove stray import of exec_Jason R. Coombs2013-11-241-1/+1
* Drop compatibility function exec_, required for Python 2.5 and earlier.Jason R. Coombs2013-11-241-1/+1
* Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-2/+6
|\
| * Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-291-2/+6
* | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-29/+29
|/
* Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-4/+4
* Backport some Python 2.5 compatibility workPJ Eby2006-09-201-1/+3
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-0/+2677