summaryrefslogtreecommitdiff
path: root/distutils2/command/install_data.py
Commit message (Expand)AuthorAgeFilesLines
* Merge fixes for #13170 and #12386 and other misc. changes from default?ric Araujo2011-11-111-1/+1
|\
| * Fix import in install_data (#13170). Thanks to David Barnett.?ric Araujo2011-11-111-1/+1
* | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-1/+1
|/
* Fix the backport fixes.?ric Araujo2011-09-181-3/+2
* Let the test suite run again?ric Araujo2011-09-121-1/+1
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-24/+24
* EnvironmentError does not always have a message attribute (python 2.4)Alexis Metaireau2011-02-131-1/+1
* Merging the resource branch !Alexis Metaireau2011-02-131-1/+1
|\
* | renames datafiles in ressources for consistency with setup.cfg sectionPierre-Yves David2011-02-021-1/+1
* | Fix last bug, check that data file not exists at the same path and has the sa...FELD Boris2011-01-301-1/+6
* | No file that does not exists can be present in distribution.data_files.FELD Boris2011-01-301-1/+1
* | Correct typo error in RESOURCE paths mapping file in pkgutil.FELD Boris2011-01-291-9/+4
* | Use public method from sysconfig instead of private one to expand paths. Corr...FELD Boris2011-01-291-4/+4
* | Distutils 2 now install datafiles in the right place (indicated by sysconfig).FELD Boris2011-01-281-41/+28
|/
* removed core.pyTarek Ziade2010-10-251-1/+1
* Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-171-1/+1
* removed the __revision__ tag, that are specific to SVNTarek Ziade2010-10-041-1/+0
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+94