summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_install.py
Commit message (Expand)AuthorAgeFilesLines
* Make a number of small changes to ease the backport to distutils2Éric Araujo2011-09-181-1/+1
* Minor packaging cleanup.Éric Araujo2011-07-291-1/+1
* Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-101-2/+12
* make sure we check for write access before starting the install, and add corr...Tarek Ziade2011-05-311-3/+17
* Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-251-2/+3
* fixed the move api in packaging.install, and closing the handle left by mkste...Tarek Ziade2011-05-211-6/+10
* package: replace open(fn, 'w').close() by open(fn, 'wb').close()Victor Stinner2011-05-191-1/+1
* Issue #12115: skipping all tests that need threading under a threadless envir...Tarek Ziade2011-05-191-1/+10
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+353