summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.0pre.Greg Ward2000-09-271-1/+1
* Remove deprecation warnings on old 'link_*()' methods, ie. they're notGreg Ward2000-09-271-11/+5
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-275-430/+409
* Bump version to 0.9.4.Greg Ward2000-09-271-1/+1
* Fix '_set_command_options()' so it only calls 'strtobool()' on stringsGreg Ward2000-09-271-2/+3
* Bump version to 0.9.3.Greg Ward2000-09-261-1/+1
* Reformat docstrings.Greg Ward2000-09-262-64/+63
* Standardize whitespace in function calls.Greg Ward2000-09-264-147/+145
* Whitespace fix.Greg Ward2000-09-261-1/+2
* Reformat docstrings.Greg Ward2000-09-261-38/+41
* Standardize whitespace in function calls.Greg Ward2000-09-264-92/+92
* Standardize whitespace in function calls and docstrings.Greg Ward2000-09-261-62/+62
* Added 'translate_longopt()' function.Greg Ward2000-09-251-0/+7
* Change to use the new 'translate_longopt()' function from fancy_getopt, ratherGreg Ward2000-09-251-5/+5
* Added a bunch of missing "=" signs in the option table.Greg Ward2000-09-251-30/+14
* Renamed '--keep-tree' option to '--keep-temp', for consistencyGreg Ward2000-09-251-6/+6
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-2515-0/+31
* Added 'strtobool()' function: convert strings like "yes", "1",Greg Ward2000-09-251-0/+15
* Fixed some bugs and mis-features in handling config files:Greg Ward2000-09-251-9/+44
* Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (forGreg Ward2000-09-231-8/+28
* Whitespace tweaks.Greg Ward2000-09-231-35/+32
* Reformat docstrings.Greg Ward2000-09-231-65/+63
* Tweak what happens when run on non-Windows platforms: set install prefixGreg Ward2000-09-221-10/+5
* Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and addedGreg Ward2000-09-221-43/+56
* Fix 'convert_path()' so it returns immediately under Unix -- prevents blowingGreg Ward2000-09-221-5/+5
* 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