summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Corran Webster: fix 'change_root()' to handle Mac OS paths.Greg Ward2000-09-211-1/+7
* *Very* belated application of Thomas Heller's patch to handleGreg Ward2000-09-191-3/+86
* Set the 'nt' installation scheme for the install command even if runThomas Heller2000-09-191-8/+25
* Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).Greg Ward2000-09-181-1/+1
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-171-1/+5
* Added 'expand_makefile_vars()' to (duh) expand make-style variablesGreg Ward2000-09-171-9/+39
* Added 'read_setup_file()' to read old-style Setup files. Could make lifeGreg Ward2000-09-171-2/+110
* Changed so lines that are all comment (or just whitespace + comment)Greg Ward2000-09-161-9/+27
* Andrew Kuchling:Greg Ward2000-09-161-1/+1
* [change from 2000/08/11, propagating now to distutils copy]Greg Ward2000-09-161-9/+17
* [change from 2000/04/17, propagating now to distutils copy]Greg Ward2000-09-161-26/+30
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-161-5/+18
* Renamed --keep-tree to --keep-temp.Greg Ward2000-09-161-3/+3
* Renamed --clean to --no-keep-temp and --noclean to --keep-temp.Greg Ward2000-09-161-6/+6
* Renamed --keep-tree option to --keep-temp.Greg Ward2000-09-161-3/+3
* Ensure sub-commands of "install" are reinitialized too.Greg Ward2000-09-161-3/+2
* Remove some debugging output from the last change.Greg Ward2000-09-161-7/+0
* In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to theGreg Ward2000-09-161-2/+3
* Generalized 'reinitialize_command()' so it can optionally reinitializeGreg Ward2000-09-161-2/+20
* Added the "sub-command" machinery to formalize the notion of "commandGreg Ward2000-09-161-0/+31
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-161-25/+10
* Tweaked the build temp dir names again.Greg Ward2000-09-161-8/+4
* Typo fix.Greg Ward2000-09-161-1/+1
* Include the Python version in the platform-specific build directories:Greg Ward2000-09-161-2/+4
* Document the directory separatory for include dir and library dir lists.Greg Ward2000-09-161-2/+3
* Added 'warn_dir' option so other code can sneak in and disableGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_vars()' insteadGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_var()' insteadGreg Ward2000-09-151-3/+4
* Revamped 'get_platform()' to try and do something reasonably smart onGreg Ward2000-09-151-4/+42
* Changed from eager parsing of Makefile (at import time) to lazy: only doGreg Ward2000-09-151-25/+63
* Fixed so 'parse_makefile()' uses the TextFile class to ensure thatGreg Ward2000-09-151-6/+8
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-135-4/+20
* Bump version to 0.9.3pre.Greg Ward2000-09-131-1/+1
* Fix install directories on Mac OS: now everything goes toGreg Ward2000-09-131-2/+2
* Bastian Kleineidam: fix so it cleans up the temporary script-buildingGreg Ward2000-09-121-20/+13
* Delete some debugging prints.Greg Ward2000-09-111-2/+0
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-112-4/+18
* Added --python and --fix-python options for better control over whatGreg Ward2000-09-101-16/+33
* The installer now displays info about version of distutilsThomas Heller2000-09-091-263/+278
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Changes:Thomas Heller2000-09-071-273/+298
* Typo fix.Greg Ward2000-09-071-1/+1
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2
* Rene Liebscher/Thomas Heller:Greg Ward2000-09-011-20/+22
* Rene Liebscher:Greg Ward2000-09-011-13/+13
* Rene Liebscher: comment fixes.Greg Ward2000-09-011-2/+2
* Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script.Greg Ward2000-09-011-0/+17
* Bump version to 0.9.2.Greg Ward2000-09-011-1/+1