summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAgeFilesLines
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+2
* Move warning about directory not on sys.path to debug level.Jeremy Hylton2002-06-041-8/+10
* Revert part of previous patch: several install_* subcommands expectAndrew M. Kuchling2002-03-221-1/+1
* Add missing Boolean optionsAndrew M. Kuchling2002-03-211-3/+2
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-0/+7
* Whitespace normalization.Fred Drake2001-12-061-5/+5
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-041-2/+5
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-231-7/+18
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Modified version of a patch from Jeremy Kloth, to make .get_outputs()Andrew M. Kuchling2001-01-161-1/+5
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-201-0/+1
* Untabified.Greg Ward2000-10-141-1/+1
* Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifGreg Ward2000-10-141-2/+4
* Fixed so --no-compile is a negative alias for --compile.Greg Ward2000-10-031-0/+1
* Added --compile, --optimize options so users have an easy way toGreg Ward2000-10-021-0/+12
* Standardized whitespace around function calls.Greg Ward2000-09-301-56/+56
* Moved some things around for better organization.Greg Ward2000-09-301-26/+36
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and addedGreg Ward2000-09-221-43/+56
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-161-25/+10
* Typo fix.Greg Ward2000-09-161-1/+1
* Adjust to the new sysconfig regime: use 'get_config_vars()' insteadGreg Ward2000-09-151-3/+6
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-131-2/+4
* Fix install directories on Mac OS: now everything goes toGreg Ward2000-09-131-2/+2
* 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