summaryrefslogtreecommitdiff
path: root/distutils2/command/install_dist.py
Commit message (Expand)AuthorAgeFilesLines
* Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-1/+1
* Remove unused names?ric Araujo2011-11-201-1/+0
* Use more usual name for one option of install_distinfo?ric Araujo2011-11-121-3/+1
* Fix HAS_USER_SITE in install command too?ric Araujo2011-09-221-2/+5
* Remove two unneeded attributes?ric Araujo2011-09-211-1/+0
* Fix the backport fixes.?ric Araujo2011-09-181-7/+5
* Fixes to actually use the backports.Jeremy Kloth2011-09-121-3/+3
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-1/+1
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-39/+35
* Merging the resource branch !Alexis Metaireau2011-02-131-1/+1
|\
| * Use lazy form in logging calls, again.?ric Araujo2011-02-101-1/+1
* | renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-021-3/+3
* | Distutils 2 now install datafiles in the right place (indicated by sysconfig).FELD Boris2011-01-281-0/+4
|/
* Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-1/+1
* A touch of PEP 8 and pyflaking?ric Araujo2010-11-161-1/+0
* now sub_commands can be configure in the .cfg filesTarek Ziade2010-11-071-0/+1
* finished the removal of the log moduleTarek Ziade2010-11-051-4/+4
* removed core.pyTarek Ziade2010-10-251-1/+1
* Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-171-0/+625