| Commit message (Expand) | Author | Age | Files | Lines |
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -1/+2 |
|
|
* | Move warning about directory not on sys.path to debug level. | Jeremy Hylton | 2002-06-04 | 1 | -8/+10 |
|
|
* | Revert part of previous patch: several install_* subcommands expect | Andrew M. Kuchling | 2002-03-22 | 1 | -1/+1 |
|
|
* | Add missing Boolean options | Andrew M. Kuchling | 2002-03-21 | 1 | -3/+2 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -0/+7 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -5/+5 |
|
|
* | [Bug #436732] install.py does not record a created *.pth file in the | Andrew M. Kuchling | 2001-09-04 | 1 | -2/+5 |
|
|
* | Patch #449054 to implement PEP 250. The standard install directory for | Greg Ward | 2001-08-23 | 1 | -7/+18 |
|
|
* | Add forgotten import | Andrew M. Kuchling | 2001-08-10 | 1 | -0/+1 |
|
|
* | Modified version of a patch from Jeremy Kloth, to make .get_outputs() | Andrew M. Kuchling | 2001-01-16 | 1 | -1/+5 |
|
|
* | Add forgotten initialization. Fixes bug #120994, "Traceback with | Andrew M. Kuchling | 2000-12-20 | 1 | -0/+1 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 1 | -1/+1 |
|
|
* | Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if | Greg Ward | 2000-10-14 | 1 | -2/+4 |
|
|
* | Fixed so --no-compile is a negative alias for --compile. | Greg Ward | 2000-10-03 | 1 | -0/+1 |
|
|
* | Added --compile, --optimize options so users have an easy way to | Greg Ward | 2000-10-02 | 1 | -0/+12 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -56/+56 |
|
|
* | Moved some things around for better organization. | Greg Ward | 2000-09-30 | 1 | -26/+36 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
|
|
* | Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added | Greg Ward | 2000-09-22 | 1 | -43/+56 |
|
|
* | Factored the "sub-command" machinery out to Command. Mainly, this | Greg Ward | 2000-09-16 | 1 | -25/+10 |
|
|
* | Typo fix. | Greg Ward | 2000-09-16 | 1 | -1/+1 |
|
|
* | Adjust to the new sysconfig regime: use 'get_config_vars()' instead | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
* | Added --force (-f) option to force installation (including bytecode | Greg Ward | 2000-09-13 | 1 | -2/+4 |
|
|
* | Fix install directories on Mac OS: now everything goes to | Greg Ward | 2000-09-13 | 1 | -2/+2 |
|
|
* | Fix so the 'install_libbase' directory -- where .pth files are installed -- | Greg Ward | 2000-08-07 | 1 | -1/+1 |
|
|
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 1 | -1/+2 |
|
|
* | Changed the default installation directory for data files (used by | Greg Ward | 2000-06-24 | 1 | -4/+4 |
|
|
* | Rene Liebscher: when fixing up directories with an alternate root, include | Greg Ward | 2000-06-21 | 1 | -1/+2 |
|
|
* | Fixed install directory for header files on Unix. | Greg Ward | 2000-06-17 | 1 | -1/+1 |
|
|
* | Renamed 'native_path()' to 'convert_path()'. | Greg Ward | 2000-05-31 | 1 | -2/+2 |
|
|
* | Only print debugging output if DEBUG (imported from distutils.core) is true. | Greg Ward | 2000-05-28 | 1 | -14/+15 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -4/+4 |
|
|
* | Support for the "install_headers" command: | Greg Ward | 2000-05-27 | 1 | -5/+22 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Changed the semantics of the 'sub_commands' list: instead of function | Greg Ward | 2000-05-20 | 1 | -21/+44 |
|
|
* | Made the '--record' option take an argument, which is the name of the | Gregory P. Smith | 2000-05-13 | 1 | -4/+5 |
|
|
* | Ditch the explicit search for *.py[co] files -- they're now included in | Gregory P. Smith | 2000-05-13 | 1 | -6/+1 |
|
|
* | Moved check for installation to non-sys.path location so it comes | Gregory P. Smith | 2000-05-13 | 1 | -9/+9 |
|
|
* | Harry Henry Gebel: add the "--record" option to write the list of | Gregory P. Smith | 2000-05-13 | 1 | -1/+21 |
|
|
* | Fixed 'select_scheme()' so it doesn't override a directory attribute that's | Gregory P. Smith | 2000-05-12 | 1 | -1/+3 |
|
|
* | Added --skip-build option, so lazy debuggers/testers (mainly me) don't | Gregory P. Smith | 2000-05-12 | 1 | -2/+13 |
|
|
* | Patch from Bastien Kleineidam: | Gregory P. Smith | 2000-05-12 | 1 | -1/+4 |
|
|
* | Added the "--root" option as a sort of meta-install-base; if supplied, | Greg Ward | 2000-04-27 | 1 | -11/+31 |
|
|
* | Hacked things up a bit so that configuration variables are expanded | Greg Ward | 2000-04-26 | 1 | -27/+52 |
|
|
* | Fixed 'get_outputs()' so it actually works. | Greg Ward | 2000-03-31 | 1 | -4/+16 |
|
|
* | Changed so the sub-commands we rely on to do the real work is specified | Greg Ward | 2000-03-29 | 1 | -4/+24 |
|
|
* | Revised tons of comments to reflect the current state of affairs better. | Greg Ward | 2000-03-22 | 1 | -72/+39 |
|
|
* | Run 'install_lib' instead of 'install_py', and ditch 'install_ext' | Greg Ward | 2000-03-22 | 1 | -13/+4 |
|
|
* | Dropped any notion of allowing the user to specify the build directories: | Greg Ward | 2000-03-22 | 1 | -13/+10 |
|
|
* | Yet another complete rewrite. Hopefully the *last* complete rewrite of | Greg Ward | 2000-03-22 | 1 | -129/+299 |
|
|