summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAgeFilesLines
* Fix so the 'install_libbase' directory -- where .pth files are installed --Greg Ward2000-08-071-1/+1
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-1/+2
* Changed the default installation directory for data files (used byGreg Ward2000-06-241-4/+4
* Rene Liebscher: when fixing up directories with an alternate root, includeGreg Ward2000-06-211-1/+2
* Fixed install directory for header files on Unix.Greg Ward2000-06-171-1/+1
* Renamed 'native_path()' to 'convert_path()'.Greg Ward2000-05-311-2/+2
* Only print debugging output if DEBUG (imported from distutils.core) is true.Greg Ward2000-05-281-14/+15
* Some far-reaching naming changes:Greg Ward2000-05-271-4/+4
* Support for the "install_headers" command:Greg Ward2000-05-271-5/+22
* Normalized all the end-of-class lines.Greg Ward2000-05-251-1/+1
* Changed the semantics of the 'sub_commands' list: instead of functionGreg Ward2000-05-201-21/+44
* Made the '--record' option take an argument, which is the name of theGregory P. Smith2000-05-131-4/+5
* Ditch the explicit search for *.py[co] files -- they're now included inGregory P. Smith2000-05-131-6/+1
* Moved check for installation to non-sys.path location so it comesGregory P. Smith2000-05-131-9/+9
* Harry Henry Gebel: add the "--record" option to write the list ofGregory P. Smith2000-05-131-1/+21
* Fixed 'select_scheme()' so it doesn't override a directory attribute that'sGregory P. Smith2000-05-121-1/+3
* Added --skip-build option, so lazy debuggers/testers (mainly me) don'tGregory P. Smith2000-05-121-2/+13
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-1/+4
* Added the "--root" option as a sort of meta-install-base; if supplied,Greg Ward2000-04-271-11/+31
* Hacked things up a bit so that configuration variables are expandedGreg Ward2000-04-261-27/+52
* Fixed 'get_outputs()' so it actually works.Greg Ward2000-03-311-4/+16
* Changed so the sub-commands we rely on to do the real work is specifiedGreg Ward2000-03-291-4/+24
* Revised tons of comments to reflect the current state of affairs better.Greg Ward2000-03-221-72/+39
* Run 'install_lib' instead of 'install_py', and ditch 'install_ext'Greg Ward2000-03-221-13/+4
* Dropped any notion of allowing the user to specify the build directories:Greg Ward2000-03-221-13/+10
* Yet another complete rewrite. Hopefully the *last* complete rewrite ofGreg Ward2000-03-221-129/+299
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-261-154/+105
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-3/+3
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-36/+37
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-1/+4
* Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'Greg Ward2000-01-171-4/+4
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-9/+7
* Added 'install_path' option for giving non-packagized moduleGreg Ward1999-09-211-12/+82
* Straightened up the selection of installation directories for platform-Greg Ward1999-09-131-31/+21
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* Added a self-berating command relating to installation directories forGreg Ward1999-07-101-0/+8
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-081-7/+56
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-0/+6
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+189