aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/doctest.py
Commit message (Collapse)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 ↵Jason R. Coombs2014-07-051-3/+5
| | | | test in test_sandbox), this functionality should become part of the core implementation.
* 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
|\ | | | | | | | | --HG-- branch : distribute
| * Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-291-2/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
* | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-29/+29
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 3327441a867ad2878553ed1d42418a7e68ee3067
* Backport some Python 2.5 compatibility workPJ Eby2006-09-201-1/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051932
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-0/+2677
add ``#egg=project-version`` link support, and docs on how to make your package available for EasyInstall to find. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041135