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
/
command
/
install_data.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2/+0
*
Merged revisions 70886,70888-70892 via svnmerge from
Tarek Ziadé
2009-03-31
1
-1/+0
*
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
-8/+6
*
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum
2007-04-27
1
-2/+1
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
Use "is" to test type objects, not "==".
Fred Drake
2002-11-26
1
-1/+1
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
[Bug #444589] Record empty directories in the install_data command
Andrew M. Kuchling
2001-09-04
1
-4/+12
*
Patch #103587: Fix typo that broke the install_data command; caught by
Andrew M. Kuchling
2001-02-05
1
-1/+1
*
Data pathnames were not converted from URL-style to local style. Fixed.
Jack Jansen
2001-01-28
1
-2/+4
*
Untabified.
Greg Ward
2000-10-14
1
-3/+3
*
Expect a tuple (dest_name, copied) from 'copy_file()'.
Greg Ward
2000-09-30
1
-2/+2
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
1
-0/+2
*
Added 'warn_dir' option so other code can sneak in and disable
Greg Ward
2000-09-15
1
-3/+6
*
Added --force (-f) option to force installation (including bytecode
Greg Ward
2000-09-13
1
-0/+3
*
Fixed a grab-bag of typos spotted by Rob Hooft.
Greg Ward
2000-07-27
1
-1/+1
*
Print a warning if we install a data file right in install_dir.
Greg Ward
2000-06-24
1
-3/+7
*
Build the 'outfiles' list so 'get_outputs()' has something to return.
Greg Ward
2000-06-21
1
-4/+6
*
'get_outputs()' now returns an empty list instead of None.
Greg Ward
2000-06-06
1
-1/+1
*
Fix to use 'change_root()' rather than directly mangling path.
Greg Ward
2000-05-25
1
-1/+2
*
Bastian Kleineidam: the "build_scripts" command and changes
Greg Ward
2000-05-25
1
-5/+40
*
List data files are listed in the Distribution attribute 'data_files',
Gregory P. Smith
2000-05-13
1
-2/+2
*
Added 'get_inputs()' methods, needed by the "install" command's
Gregory P. Smith
2000-05-13
1
-0/+3
*
Added comment/docstring/revision header.
Gregory P. Smith
2000-05-12
1
-0/+9
*
Caught up with renaming in 'install_misc' base class.
Gregory P. Smith
2000-05-12
1
-4/+1
*
Patch from Bastien Kleineidam:
Gregory P. Smith
2000-05-12
1
-0/+14