COMMITS
/ Lib/distutils/command/install_headers.py July 28, 2011
March 31, 2009
T
Merged revisions 70886,70888-70892 via svnmerge from
Tarek Ziadé committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
December 6, 2001
F
Whitespace normalization.
Fred Drake 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 13, 2000
G
Added --force (-f) option to force installation (including bytecode
Greg Ward committed
July 7, 2000
J
fix inconsistent use of tabs and spaces
Jeremy Hylton committed
June 21, 2000
G
Delete spurious comment.
Greg Ward committed
G
Build the 'outfiles' list so 'get_outputs()' has something to return.
Greg Ward committed
May 27, 2000
G
Added 'install_headers' command to install C/C++ header files.
Greg Ward committed