summaryrefslogtreecommitdiffstats
path: root/Lib/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
* Revert addition of setuptoolsPhillip J. Eby2006-04-2419-4110/+0
|
* Whilespace normalization (reindint.py).Tim Peters2006-04-1818-189/+30
|
* Split ``get_platform()`` into ``get_supported_platform()`` andPhillip J. Eby2006-04-181-3/+3
| | | | | ``get_build_platform()`` to work around a Mac versioning problem that caused the behavior of ``compatible_platforms()`` to be platform specific.
* Handle easy_install being run via -m with no __file__ if done from aPhillip J. Eby2006-04-181-1/+1
| | | | zipfile.
* Initial import of setuptools, with integrated tests.Phillip J. Eby2006-04-1819-0/+4269