summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/install.py
Commit message (Expand)AuthorAgeFilesLines
* Minor packaging cleanup.Éric Araujo2011-07-291-12/+12
* Closes #12391: temporary files are now cleaned up.Vinay Sajip2011-07-071-7/+5
* Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-161-13/+6
* Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-101-3/+14
* Packaging: use repr to display projects name (3ebabfbf6fe3 followup)Éric Araujo2011-06-101-1/+1
* make sure we check for write access before starting the install, and add corr...Tarek Ziade2011-05-311-8/+40
* better UI when the user does not have the perms to remove the projectTarek Ziade2011-05-301-2/+25
* Cleaned up the installer output behavior.Tarek Ziade2011-05-301-16/+16
* fixed the move api in packaging.install, and closing the handle left by mkste...Tarek Ziade2011-05-211-4/+2
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+483