summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_headers.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-0/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-10/+6
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Whitespace normalization.Fred Drake2001-12-061-1/+1
* Expect a tuple (dest_name, copied) from 'copy_file()'.Greg Ward2000-09-301-1/+1
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+1
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-131-1/+6
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-1/+1
* Delete spurious comment.Greg Ward2000-06-211-1/+0
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-211-1/+9
* Added 'install_headers' command to install C/C++ header files.Greg Ward2000-05-271-0/+40