aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install_headers.py
Commit message (Expand)AuthorAge
* Whitespace normalization.Fred Drake2001-12-06
* Expect a tuple (dest_name, copied) from 'copy_file()'.Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-13
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-07
* Delete spurious comment.Greg Ward2000-06-21
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-21
* Added 'install_headers' command to install C/C++ header files.Greg Ward2000-05-27