Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a number of small changes to ease the backport to distutils2 | Éric Araujo | 2011-09-18 | 1 | -1/+1 |
* | Minor packaging cleanup. | Éric Araujo | 2011-07-29 | 1 | -1/+1 |
* | Don’t try to install something when running from uninstalled source (#12246). | Éric Araujo | 2011-06-10 | 1 | -2/+12 |
* | make sure we check for write access before starting the install, and add corr... | Tarek Ziade | 2011-05-31 | 1 | -3/+17 |
* | Issue #12180: Fixed a few remaining errors in test_packaging when no threading. | Tarek Ziade | 2011-05-25 | 1 | -2/+3 |
* | fixed the move api in packaging.install, and closing the handle left by mkste... | Tarek Ziade | 2011-05-21 | 1 | -6/+10 |
* | package: replace open(fn, 'w').close() by open(fn, 'wb').close() | Victor Stinner | 2011-05-19 | 1 | -1/+1 |
* | Issue #12115: skipping all tests that need threading under a threadless envir... | Tarek Ziade | 2011-05-19 | 1 | -1/+10 |
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+353 |