summaryrefslogtreecommitdiff
path: root/distutils2/command/clean.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of stdlib shutil.?ric Araujo2011-11-201-2/+3
| | | | | | | | | This should help avoiding issues like #13170. Because of implicit relative imports, _backport.tarfile already imported shutil from the backports instead of the stdlib; I have inlined the only function it needed to remove the circular dependency between these modules.
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-8/+3
|
* Merge Kelsey?s edits with mine?ric Araujo2011-02-101-2/+2
|\
| * Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-091-2/+2
| |
* | Use lazy form in logging calls, again.?ric Araujo2011-02-101-2/+2
|/ | | | | | | | | | | Logging calls have the signature (msg, *args, **kwargs) so that the %-formatting can be delayed until it is needed. Logger objects also have an isEnabledFor method that can be used to isolate expensive code. Next steps: use only one of d2.logger methods or logging module functions; use a proper handler in our test machinery instead of monkey-patching; remove cmd.warn and cmd.announce and use logging instead. TODOs have been added in the modules and on the wiki.
* finished the removal of the log moduleTarek Ziade2010-11-051-7/+7
|
* removed core.pyTarek Ziade2010-10-251-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/+82