summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_uninstall.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up some idioms in packaging tests.Éric Araujo2011-10-191-2/+1
* Fix return code of “pysetup run COMMAND” (closes #12222)Éric Araujo2011-10-061-14/+16
* Minor: improve one test name, address pyflakes warningsÉric Araujo2011-10-061-6/+4
* Add test that was promised in a comment but not actually writtenÉric Araujo2011-10-061-2/+7
* Fix incorrect test.Éric Araujo2011-10-061-2/+3
* Change one name in packaging’s test_uninstall to avoid confusion.Éric Araujo2011-10-061-12/+12
* Close file handles in a timely manner in packaging.database (#12504).Éric Araujo2011-07-081-2/+0
* Packaging tests: don’t let an internal cache grow indefinitely.Éric Araujo2011-06-171-0/+2
* Cleanup in packaging: don’t unnecessarily instantiate exceptionsÉric Araujo2011-06-041-1/+1
* better UI when the user does not have the perms to remove the projectTarek Ziade2011-05-301-5/+23
* fixed the test_uninstall patchTarek Ziade2011-05-301-2/+2
* removed spurious outputTarek Ziade2011-05-301-1/+7
* Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-231-0/+5
* deactivating one test under win32 for nowTarek Ziade2011-05-211-0/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+99