index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
dir_util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
1
-11/+6
*
Fix failure in error handler -- exc[-1] -> exc.args[-1].
Guido van Rossum
2007-08-29
1
-2/+2
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
1
-5/+3
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-2/+2
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-3/+4
*
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
Neal Norwitz
2006-08-20
1
-1/+1
*
Remove apply()
Neal Norwitz
2006-03-17
1
-1/+1
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
1
-1/+1
*
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Martin v. Löwis
2005-08-24
1
-1/+1
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-1/+0
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Part of the fix for bug #410541: add ensure_relative() function
Andrew M. Kuchling
2002-11-26
1
-1/+15
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2/+0
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-18/+13
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-3/+3
*
Andrew Kuchling: changed so the '_path_created' dictionary is keyed on
Greg Ward
2000-09-30
1
-5/+8
*
Standardize whitespace in function calls.
Greg Ward
2000-09-26
1
-30/+30
*
Renamed PATH_CREATED to _path_created, on the grounds that it's private and
Greg Ward
2000-06-17
1
-8/+8
*
Changed 'remove_tree()' to use the new 'grok_environment_error()' function
Greg Ward
2000-06-17
1
-7/+6
*
Bastian Kleineidam: added 'remove_tree()' function. Needed so that
Greg Ward
2000-06-17
1
-10/+25
*
'mkpath()' now detects non-string 'name' arguments -- this is a fairly common
Greg Ward
2000-05-27
1
-1/+7
*
Reorganization: ripped util.py to shreds, creating in the process:
Greg Ward
2000-04-04
1
-0/+196