Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
acfc454c10ab2fe5dafd4c90a15eaae8cef214c2
/
Lib
/
distutils
/
dir_util.py
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 12 years ago
ad28c7f
Issue #16706: get rid of os.error
by Andrew Svetlov
· 12 years ago
3e4a3dc
Ignore .nfs* files in distutils (#7719).
by Éric Araujo
· 12 years ago
7c9719c
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
by Senthil Kumaran
· 13 years ago
ff1144e
Fix two NameErrors in distutils (#10407)
by Éric Araujo
· 14 years ago
ba7209f
Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281.
by Éric Araujo
· 14 years ago
9b86a69
Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter
by Senthil Kumaran
· 14 years ago
3679727
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
by Tarek Ziadé
· 14 years ago
88e2c5d
Merged revisions 76956 via svnmerge from
by Tarek Ziadé
· 15 years ago
fe66fc1
Merged revisions 72730 via svnmerge from
by Tarek Ziadé
· 16 years ago
c81d84b
Merged revisions 72727 via svnmerge from
by Tarek Ziadé
· 16 years ago
35e6fd5
Merged revisions 69332 via svnmerge from
by Tarek Ziadé
· 16 years ago
70a74eb
Merged revisions 69324 via svnmerge from
by Tarek Ziadé
· 16 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
5b7e9d7
General cleanup, raise normalization in Lib/distutils.
by Collin Winter
· 17 years ago
8c74614
Fix failure in error handler -- exc[-1] -> exc.args[-1].
by Guido van Rossum
· 17 years ago
486364b
Merged revisions 56020-56124 via svnmerge from
by Guido van Rossum
· 17 years ago
cd16bf6
Merged revisions 55817-55961 via svnmerge from
by Guido van Rossum
· 17 years ago
572dbf8
Checkpoint. Manipulated things so that string literals are always
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
f1a69c1
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
by Neal Norwitz
· 18 years ago
d910855
Remove apply()
by Neal Norwitz
· 19 years ago
9e34c04
Whitespace normalization (via reindent.py).
by Tim Peters
· 19 years ago
0a5d4a2
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
by Martin v. Löwis
· 19 years ago
5a6601c
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
by Martin v. Löwis
· 20 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
40f23e0
Part of the fix for bug #410541: add ensure_relative() function
by Andrew M. Kuchling
· 22 years ago
d448f66
Add comment to Distutil files about requiring 1.5.2 compatibility, as
by Andrew M. Kuchling
· 22 years ago
a6483d2
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
by Andrew M. Kuchling
· 22 years ago
cd8a114
Make setup.py less chatty by default.
by Jeremy Hylton
· 22 years ago
b94b849
Whitespace normalization.
by Fred Drake
· 23 years ago
963cd2d
Andrew Kuchling: changed so the '_path_created' dictionary is keyed on
by Greg Ward
· 24 years ago
071ed76
Standardize whitespace in function calls.
by Greg Ward
· 24 years ago
b248b7f
Renamed PATH_CREATED to _path_created, on the grounds that it's private and
by Greg Ward
· 24 years ago
fcd4f87
Changed 'remove_tree()' to use the new 'grok_environment_error()' function
by Greg Ward
· 24 years ago
039accf
Bastian Kleineidam: added 'remove_tree()' function. Needed so that
by Greg Ward
· 24 years ago
2d238c5
'mkpath()' now detects non-string 'name' arguments -- this is a fairly common
by Greg Ward
· 24 years ago
aebf706
Reorganization: ripped util.py to shreds, creating in the process:
by Greg Ward
· 25 years ago