summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_data.py
Commit message (Expand)AuthorAgeFilesLines
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-311-1/+0
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-8/+6
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-2/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Use "is" to test type objects, not "==".Fred Drake2002-11-261-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* [Bug #444589] Record empty directories in the install_data commandAndrew M. Kuchling2001-09-041-4/+12
* Patch #103587: Fix typo that broke the install_data command; caught byAndrew M. Kuchling2001-02-051-1/+1
* Data pathnames were not converted from URL-style to local style. Fixed.Jack Jansen2001-01-281-2/+4
* Untabified.Greg Ward2000-10-141-3/+3
* Expect a tuple (dest_name, copied) from 'copy_file()'.Greg Ward2000-09-301-2/+2
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Added 'warn_dir' option so other code can sneak in and disableGreg Ward2000-09-151-3/+6
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-131-0/+3
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* Print a warning if we install a data file right in install_dir.Greg Ward2000-06-241-3/+7
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-211-4/+6
* 'get_outputs()' now returns an empty list instead of None.Greg Ward2000-06-061-1/+1
* Fix to use 'change_root()' rather than directly mangling path.Greg Ward2000-05-251-1/+2
* Bastian Kleineidam: the "build_scripts" command and changesGreg Ward2000-05-251-5/+40
* List data files are listed in the Distribution attribute 'data_files',Gregory P. Smith2000-05-131-2/+2
* Added 'get_inputs()' methods, needed by the "install" command'sGregory P. Smith2000-05-131-0/+3
* Added comment/docstring/revision header.Gregory P. Smith2000-05-121-0/+9
* Caught up with renaming in 'install_misc' base class.Gregory P. Smith2000-05-121-4/+1
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+14