aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAge
...
* Rene Liebscher: when fixing up directories with an alternate root, includeGreg Ward2000-06-21
* Fixed install directory for header files on Unix.Greg Ward2000-06-17
* Renamed 'native_path()' to 'convert_path()'.Greg Ward2000-05-31
* Only print debugging output if DEBUG (imported from distutils.core) is true.Greg Ward2000-05-28
* Some far-reaching naming changes:Greg Ward2000-05-27
* Support for the "install_headers" command:Greg Ward2000-05-27
* Normalized all the end-of-class lines.Greg Ward2000-05-25
* Changed the semantics of the 'sub_commands' list: instead of functionGreg Ward2000-05-20
* Made the '--record' option take an argument, which is the name of theGregory P. Smith2000-05-13
* Ditch the explicit search for *.py[co] files -- they're now included inGregory P. Smith2000-05-13
* Moved check for installation to non-sys.path location so it comesGregory P. Smith2000-05-13
* Harry Henry Gebel: add the "--record" option to write the list ofGregory P. Smith2000-05-13
* Fixed 'select_scheme()' so it doesn't override a directory attribute that'sGregory P. Smith2000-05-12
* Added --skip-build option, so lazy debuggers/testers (mainly me) don'tGregory P. Smith2000-05-12
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-12
* Added the "--root" option as a sort of meta-install-base; if supplied,Greg Ward2000-04-27
* Hacked things up a bit so that configuration variables are expandedGreg Ward2000-04-26
* Fixed 'get_outputs()' so it actually works.Greg Ward2000-03-31
* Changed so the sub-commands we rely on to do the real work is specifiedGreg Ward2000-03-29
* Revised tons of comments to reflect the current state of affairs better.Greg Ward2000-03-22
* Run 'install_lib' instead of 'install_py', and ditch 'install_ext'Greg Ward2000-03-22
* Dropped any notion of allowing the user to specify the build directories:Greg Ward2000-03-22
* Yet another complete rewrite. Hopefully the *last* complete rewrite ofGreg Ward2000-03-22
* 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
* Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'Greg Ward2000-01-17
* Renamed many options to be consistent across commands.Greg Ward1999-09-29
* Added 'install_path' option for giving non-packagized moduleGreg Ward1999-09-21
* Straightened up the selection of installation directories for platform-Greg Ward1999-09-13
* Oops, call 'os.path.join()'!Greg Ward1999-08-19
* Added a self-berating command relating to installation directories forGreg Ward1999-07-10
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-08
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-02
* First checkin of real Distutils command modules.Greg Ward1999-03-22