aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install_lib.py
Commit message (Expand)AuthorAge
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Remove unneeded importAndrew M. Kuchling2002-05-30
* Whitespace normalization.Fred Drake2001-12-06
* Remove some debugging prints.Greg Ward2000-10-03
* Typo fix.Greg Ward2000-10-02
* Finished the overhaul of byte-compilation options: there's now a 6-wayGreg Ward2000-10-02
* From 'run()', only call 'bytecompile()' if we actually haveGreg Ward2000-10-01
* Reduced the 'bytecompile()' method to a one-line wrapper aroundGreg Ward2000-09-30
* Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None.Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (forGreg Ward2000-09-23
* Whitespace tweaks.Greg Ward2000-09-23
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-13
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-05
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-02
* Some far-reaching naming changes:Greg Ward2000-05-27
* Fixed command description.Greg Ward2000-05-23
* Check if the claimed build directory doesn't exist, and warn that we don'tGreg Ward2000-05-20
* Added '_bytecode_filenames()' method, and use it in 'get_outputs()'Gregory P. Smith2000-05-13
* Added --skip-build option, so lazy debuggers/testers (mainly me) don'tGregory P. Smith2000-05-12
* Don't use 'set_option()' or 'get_option()' method -- direct attribute access,Greg Ward2000-05-07
* Added 'get_inputs()'.Greg Ward2000-03-31
* Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-29
* Be sure to run both 'build_py' and 'build_ext', now that this commandGreg Ward2000-03-29
* Fixed the class name.Greg Ward2000-03-23
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-02
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-26
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-18
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-18
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-18
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-30
* Added missing run of corresponding 'build' command.Greg Ward2000-01-30
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-03
* Renamed many options to be consistent across commands.Greg Ward1999-09-29
* Changed selection of installation directories (in 'set_final_options()')Greg Ward1999-09-13
* Patch from Perry Stoll: typo fix, make sure we only compile .py files.Greg Ward1999-08-29
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-02
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-04
* First checkin of real Distutils command modules.Greg Ward1999-03-22