summaryrefslogtreecommitdiff
path: root/Lib/distutils/dir_util.py
Commit message (Expand)AuthorAgeFilesLines
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* #22315: Use advertised API for OSErrorJason R. Coombs2014-08-311-2/+1
* Merge 3.3 (#4931)?ric Araujo2014-03-121-4/+2
|\
| * Avoid ?error: None? messages from distutils (#4931).?ric Araujo2014-03-121-4/+2
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
|/
* Ignore .nfs* files in distutils (#7719).?ric Araujo2012-12-081-0/+4
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 86601,86605 via svnmerge fromÉric Araujo2010-11-201-0/+1
* Merged revisions 86244 via svnmerge fromÉric Araujo2010-11-061-3/+4
* Merged revisions 84861 via svnmerge fromSenthil Kumaran2010-09-171-1/+1
* Merged revisions 72730 via svnmerge fromTarek Ziadé2009-05-171-57/+48
* Merged revisions 72727 via svnmerge fromTarek Ziadé2009-05-171-7/+4
* Merged revisions 69332 via svnmerge fromTarek Ziadé2009-02-061-3/+3
* Merged revisions 69324 via svnmerge fromTarek Ziadé2009-02-061-15/+15
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-11/+6
* Fix failure in error handler -- exc[-1] -> exc.args[-1].Guido van Rossum2007-08-291-2/+2
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-5/+3
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+4
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-1/+1
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-1/+1
* Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.Martin v. Löwis2005-08-241-1/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Part of the fix for bug #410541: add ensure_relative() functionAndrew M. Kuchling2002-11-261-1/+15
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-18/+13
* Whitespace normalization.Fred Drake2001-12-061-3/+3
* Andrew Kuchling: changed so the '_path_created' dictionary is keyed onGreg Ward2000-09-301-5/+8
* Standardize whitespace in function calls.Greg Ward2000-09-261-30/+30
* Renamed PATH_CREATED to _path_created, on the grounds that it's private andGreg Ward2000-06-171-8/+8
* Changed 'remove_tree()' to use the new 'grok_environment_error()' functionGreg Ward2000-06-171-7/+6
* Bastian Kleineidam: added 'remove_tree()' function. Needed so thatGreg Ward2000-06-171-10/+25
* 'mkpath()' now detects non-string 'name' arguments -- this is a fairly commonGreg Ward2000-05-271-1/+7
* Reorganization: ripped util.py to shreds, creating in the process:Greg Ward2000-04-041-0/+196