summaryrefslogtreecommitdiff
path: root/distutils2/command/install_distinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of stdlib shutil.?ric Araujo2011-11-201-1/+1
* Use more usual name for one option of install_distinfo?ric Araujo2011-11-121-13/+12
* Fix writing of the RESOURCES file (#12386).?ric Araujo2011-11-111-1/+1
* Fix usage of dry-run in bdist_wininst and install_distinfo.?ric Araujo2011-09-191-67/+75
* Minor cleanup?ric Araujo2011-09-191-9/+9
* Fix the backport fixes.?ric Araujo2011-09-181-2/+2
* Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-061-31/+1
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-29/+35
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-43/+19
* Finish the renaming of datafiles to resources.FELD Boris2011-02-041-8/+9
* renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-021-12/+12
* Only create DATAFILES if distribution include data files.FELD Boris2011-01-291-12/+12
* Correct bug : DATAFILES not added in RECORD file.FELD Boris2011-01-291-15/+21
* Distutils 2 now install datafiles in the right place (indicated by sysconfig).FELD Boris2011-01-281-1/+20
* finished the removal of the log moduleTarek Ziade2010-11-051-5/+5
* Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-171-3/+3
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+174