27 Commits (438106b66ef4d65746ddecfee3441eb4e20e679b)

Author SHA1 Message Date
Senthil Kumaran 7c9719cf74 Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. 15 years ago
Tarek Ziadé baf518046c Merged revisions 70886,70888-70892 via svnmerge from 17 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Collin Winter 5b7e9d76f3 General cleanup, raise normalization in Lib/distutils. 19 years ago
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always 19 years ago
Martin v. Löwis 5a6601cfc6 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 22 years ago
Fred Drake 94e7bb7dd6 Use "is" to test type objects, not "==". 24 years ago
Andrew M. Kuchling d448f66317 Add comment to Distutil files about requiring 1.5.2 compatibility, as 24 years ago
Andrew M. Kuchling 4d335b3b9b [Bug #444589] Record empty directories in the install_data command 25 years ago
Andrew M. Kuchling 1b26b6a5f1 Patch #103587: Fix typo that broke the install_data command; caught by 25 years ago
Jack Jansen a221b2a7a9 Data pathnames were not converted from URL-style to local style. Fixed. 25 years ago
Greg Ward fa9ff76aae Untabified. 26 years ago
Greg Ward e564278bfd Expect a tuple (dest_name, copied) from 'copy_file()'. 26 years ago
Greg Ward 99b032eaf2 Added 'boolean_options' list to support config file parsing. 26 years ago
Greg Ward bbba66eb7d Added 'warn_dir' option so other code can sneak in and disable 26 years ago
Greg Ward 3a0310a328 Added --force (-f) option to force installation (including bytecode 26 years ago
Greg Ward 612eb9f58f Fixed a grab-bag of typos spotted by Rob Hooft. 26 years ago
Greg Ward c3f364462f Print a warning if we install a data file right in install_dir. 26 years ago
Greg Ward afc224beec Build the 'outfiles' list so 'get_outputs()' has something to return. 26 years ago
Greg Ward ec21cc60db 'get_outputs()' now returns an empty list instead of None. 26 years ago
Greg Ward 101de37907 Fix to use 'change_root()' rather than directly mangling path. 26 years ago
Greg Ward 8d5881a2ba Bastian Kleineidam: the "build_scripts" command and changes 26 years ago
Gregory P. Smith 6a901dd1bd List data files are listed in the Distribution attribute 'data_files', 26 years ago
Gregory P. Smith e30b7a91c7 Added 'get_inputs()' methods, needed by the "install" command's 26 years ago
Gregory P. Smith 6fafca4e1d Added comment/docstring/revision header. 26 years ago
Gregory P. Smith f8f2b98bdd Caught up with renaming in 'install_misc' base class. 26 years ago
Gregory P. Smith b2e3bb3d6a Patch from Bastien Kleineidam: 26 years ago