COMMITS
/ Lib/distutils/command/install_data.py July 28, 2011
March 31, 2009
T
Merged revisions 70886,70888-70892 via svnmerge from
Tarek Ziadé committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
November 26, 2002
F
Use "is" to test type objects, not "==".
Fred Drake committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
September 4, 2001
A
[Bug #444589] Record empty directories in the install_data command
Andrew M. Kuchling committed
February 5, 2001
A
Patch #103587: Fix typo that broke the install_data command; caught by
Andrew M. Kuchling committed
January 28, 2001
J
Data pathnames were not converted from URL-style to local style. Fixed.
Jack Jansen committed
October 14, 2000
G
Untabified.
Greg Ward committed
September 30, 2000
G
Expect a tuple (dest_name, copied) from 'copy_file()'.
Greg Ward committed
September 25, 2000
G
Added 'boolean_options' list to support config file parsing.
Greg Ward committed
September 15, 2000
G
Added 'warn_dir' option so other code can sneak in and disable
Greg Ward committed
September 13, 2000
G
Added --force (-f) option to force installation (including bytecode
Greg Ward committed
July 27, 2000
G
Fixed a grab-bag of typos spotted by Rob Hooft.
Greg Ward committed
June 24, 2000
G
Print a warning if we install a data file right in install_dir.
Greg Ward committed
June 21, 2000
G
Build the 'outfiles' list so 'get_outputs()' has something to return.
Greg Ward committed
June 6, 2000
G
'get_outputs()' now returns an empty list instead of None.
Greg Ward committed
May 25, 2000
G
Fix to use 'change_root()' rather than directly mangling path.
Greg Ward committed
G
Bastian Kleineidam: the "build_scripts" command and changes
Greg Ward committed
May 13, 2000
G
List data files are listed in the Distribution attribute 'data_files',
Gregory P. Smith committed
G
Added 'get_inputs()' methods, needed by the "install" command's
Gregory P. Smith committed
May 12, 2000
G
Added comment/docstring/revision header.
Gregory P. Smith committed
G
Caught up with renaming in 'install_misc' base class.
Gregory P. Smith committed
G
Patch from Bastien Kleineidam:
Gregory P. Smith committed