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
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-3/+1
* Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-031-0/+4
* 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
* massive import cleaning in DistutilsTarek Ziadé2009-12-211-1/+1
* removing the last remaning apply() callsTarek Ziadé2009-10-031-1/+1
* pep8-fied distutils.dir_utilTarek Ziadé2009-05-171-61/+49
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-171-7/+4
* using >= so setting verbose to 2 will work as wellTarek Ziadé2009-02-061-3/+3
* Fixed #1276768: verbose option was not used in the code.Tarek Ziadé2009-02-061-15/+15
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-211-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