Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove doctests module. It is now part of Python. | Jason R. Coombs | 2014-07-05 | 1 | -2685/+0 |
| | |||||
* | Since Python 3 will always need the _execfile functionality (to fulfill the ↵ | Jason R. Coombs | 2014-07-05 | 1 | -3/+5 |
| | | | | test in test_sandbox), this functionality should become part of the core implementation. | ||||
* | Remove stray import of exec_ | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Drop compatibility function exec_, required for Python 2.5 and earlier. | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 1 | -2/+6 |
|\ | | | | | | | | | --HG-- branch : distribute | ||||
| * | Fix some ResourceWarnings. | Arfrever Frehtes Taifersar Arahesis | 2012-12-29 | 1 | -2/+6 |
| | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868 | ||||
* | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -29/+29 |
|/ | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | ||||
* | Use types.ModuleType instead of new.module. | Martin v. Löwis | 2009-09-11 | 1 | -4/+4 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 3327441a867ad2878553ed1d42418a7e68ee3067 | ||||
* | Backport some Python 2.5 compatibility work | PJ Eby | 2006-09-20 | 1 | -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 Eby | 2005-07-18 | 1 | -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 |