53 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Éric Araujo c465b2f843 More fixes for PEP 3147 compliance in distutils (#11254) 15 years ago
Antoine Pitrou cb2f84a218 Issue #13307: fix bdist_rpm test failures 15 years ago
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é c76bceae1a Merged revisions 75704 via svnmerge from 17 years ago
Tarek Ziadé 04fe7c01a8 Merged revisions 75669-75671 via svnmerge from 17 years ago
Tarek Ziadé da31a3f0c2 Merged revisions 72577 via svnmerge from 17 years ago
Tarek Ziadé c27aca7d3c Merged revisions 72535 via svnmerge from 17 years ago
Benjamin Peterson 1010bf3e26 Merged revisions 68840,68881,68943,68945 via svnmerge from 17 years ago
Collin Winter 5b7e9d76f3 General cleanup, raise normalization in Lib/distutils. 19 years ago
Skip Montanaro 7a98be2efb Remove RISCOS support 19 years ago
Neal Norwitz 9d72bb452b Remove functions in string module that are also string methods. Also remove: 19 years ago
Marc-André Lemburg 58d89dba7d Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). 22 years ago
Martin v. Löwis 5a6601cfc6 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 22 years ago
Fred Drake 25d88926b9 Since build_py handles package data installation, the list of outputs 22 years ago
Andrew M. Kuchling d448f66317 Add comment to Distutil files about requiring 1.5.2 compatibility, as 24 years ago
Andrew M. Kuchling a6483d2e9a Remove 'created by' lines; people can use CVS for this, and the information is often out of date 24 years ago
Jeremy Hylton cd8a1148e1 Make setup.py less chatty by default. 24 years ago
Andrew M. Kuchling 8c20916de2 Remove unneeded import 24 years ago
Fred Drake 21d45356b8 Whitespace normalization. 25 years ago
Greg Ward 25a309c0a9 Remove some debugging prints. 26 years ago
Greg Ward 0295181fa6 Typo fix. 26 years ago
Greg Ward cb9c9aed01 Finished the overhaul of byte-compilation options: there's now a 6-way 26 years ago
Greg Ward c1acc69018 From 'run()', only call 'bytecompile()' if we actually have 26 years ago
Greg Ward 1df6e7b1fc Reduced the 'bytecompile()' method to a one-line wrapper around 26 years ago
Greg Ward 3e6d43801b Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. 26 years ago
Greg Ward 99b032eaf2 Added 'boolean_options' list to support config file parsing. 26 years ago
Greg Ward f84fb660cb Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for 26 years ago
Greg Ward 7b87c0e1bb Whitespace tweaks. 26 years ago
Greg Ward 3a0310a328 Added --force (-f) option to force installation (including bytecode 26 years ago
Greg Ward ab3a0f36ed Fixed imports from '*util' modules to not just import everything from util. 26 years ago
Greg Ward 90c74cc4da Rene Liebscher: fix 'skipping byte-compilation' message for grammatical 26 years ago
Greg Ward 4fb29e55f8 Some far-reaching naming changes: 26 years ago
Greg Ward d7ad5039cb Fixed command description. 26 years ago
Greg Ward f355d473fa Check if the claimed build directory doesn't exist, and warn that we don't 26 years ago
Gregory P. Smith 11fb783fa4 Added '_bytecode_filenames()' method, and use it in 'get_outputs()' 26 years ago
Gregory P. Smith 74ead8ff5d Added --skip-build option, so lazy debuggers/testers (mainly me) don't 26 years ago
Greg Ward 4779cdfae8 Don't use 'set_option()' or 'get_option()' method -- direct attribute access, 26 years ago
Greg Ward 1aab6e9645 Added 'get_inputs()'. 26 years ago
Greg Ward ed8a0e0f21 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: 26 years ago
Greg Ward e5dfba5e0f Be sure to run both 'build_py' and 'build_ext', now that this command 26 years ago
Greg Ward 297dd9fed5 Fixed the class name. 26 years ago
Greg Ward 3ce77fd05e Changed '__rcsid__' to '__revision__'. 26 years ago
Greg Ward 4f08e4facb Unfinished, untested implementation of the lovely baroque installation scheme 26 years ago
Greg Ward e01149cbe8 Renamed 'set_default_options()' to 'initialize_options()', and 26 years ago
Greg Ward bbeceeaf9a Renamed all 'options' class attributes to 'user_options'. 26 years ago
Greg Ward 1993f9ad0e Renamed all command classes so they're exactly the same as the name of the 26 years ago
Greg Ward 37bc815053 Added 'description' class attribute to every command class (to help the 26 years ago
Greg Ward 7478a4832a Added missing run of corresponding 'build' command. 26 years ago
Greg Ward ef9ad6df01 Tweaked verbosity messages for byte-compilation. 27 years ago
Greg Ward e6ac2fcc12 Renamed many options to be consistent across commands. 27 years ago