Commit message (Expand) | 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 t... | Jason R. Coombs | 2014-07-05 | 1 | -3/+5 |
* | 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 |
|\ | |||||
| * | Fix some ResourceWarnings. | Arfrever Frehtes Taifersar Arahesis | 2012-12-29 | 1 | -2/+6 |
* | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -29/+29 |
|/ | |||||
* | Use types.ModuleType instead of new.module. | Martin v. Löwis | 2009-09-11 | 1 | -4/+4 |
* | Backport some Python 2.5 compatibility work | PJ Eby | 2006-09-20 | 1 | -1/+3 |
* | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -0/+2677 |