summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* When emitting a command-line error message, *say* it's an error.Greg Ward1999-12-161-1/+1
* Catch errors from 'rmtree' and emit a warning.Greg Ward1999-12-161-2/+10
* Use 'search', not 'match', on filename pattern regexes.Greg Ward1999-12-131-2/+2
* Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.Greg Ward1999-12-122-11/+12
* Catch missing MANIFEST file and warn rather than blowing up.Greg Ward1999-12-121-3/+27
* Fixed 'find_package_modules()' to ensure that we never build (and thusGreg Ward1999-12-121-11/+24
* Changed 'build_extensions()' so 'sources' can be a list or tuple; andGreg Ward1999-12-121-3/+4
* In 'compile()' method, renamed 'includes' parameter to 'include_dirs' forGreg Ward1999-12-121-6/+16
* Added support for printing out help text from option table: 'print_help()',Greg Ward1999-12-121-12/+171
* Made "verbose" mode the default; now you have to supply --quiet if youGreg Ward1999-12-121-18/+75
* [from 1999-11-04]Greg Ward1999-12-031-5/+14
* Don't assume GNU tar -- generate tar file and compress in separate steps.Greg Ward1999-10-231-12/+23
* Removed massive comment speculating about needlessly complex variationsGreg Ward1999-10-231-139/+0
* Qualified use of 'newer_group' function.Greg Ward1999-10-231-1/+1
* Fix how we run 'zip' -- give explicit .zip extension.Greg Ward1999-10-231-1/+1
* Filter 'glob()' results so we only look at regular files.Greg Ward1999-10-031-2/+2
* Pass 'force' flag to 'new_compiler()'.Greg Ward1999-10-031-2/+3
* Don't import what we don't use.Greg Ward1999-10-031-1/+1
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-032-4/+4
* Added 'force' and 'quiet' (negative alias for 'verbose') to theGreg Ward1999-10-031-83/+84
* Fixed 'mkpath()' to normalize the path right off the bat -- cleans upGreg Ward1999-10-031-5/+7
* Hacked to support the notion of "negative alias" options, to handleGreg Ward1999-10-031-3/+32
* Catch up with changes in 'gen_lib_options()':Greg Ward1999-10-031-5/+30
* Fixed order of link options: object files now precede library stuff.Greg Ward1999-10-031-21/+58
* Slight change to the meaning of the 'libraries' list: if a library nameGreg Ward1999-10-031-14/+37
* Added 'list_only' option (and modified 'run()' to respect it).Greg Ward1999-09-291-1/+9
* Added all documentation.Greg Ward1999-09-291-13/+106
* New command to generate source distribution based on a manifest file.Greg Ward1999-09-291-0/+590
* Added 'package' option.Greg Ward1999-09-291-7/+44
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-291-35/+66
* Renamed many options to be consistent across commands.Greg Ward1999-09-295-41/+35
* Catch up with latest changes in CCompiler:Greg Ward1999-09-291-58/+45
* Catch up with latest changes in CCompiler:Greg Ward1999-09-291-10/+22
* Added 'extra_preargs' and 'extra_postargs' parameters to most methods,Greg Ward1999-09-291-47/+94
* More tweaks to 'mkpath()':Greg Ward1999-09-291-0/+5
* Added 'ready' flag and 'ensure_ready()' method to Command: togetherGreg Ward1999-09-291-28/+53
* Added docstring and RCS id (apparently some Windows tar extractorsGreg Ward1999-09-221-0/+11
* Ditched the whole notion of "alias options": this meant dropping theGreg Ward1999-09-211-39/+21
* Added 'write_file()' function.Greg Ward1999-09-211-1/+22
* In 'link_shared_object()', try to be less sensitive to missing input filesGreg Ward1999-09-211-1/+11
* Typecheck elements of 'macros' parameter in 'gen_preprocess_options().Greg Ward1999-09-211-0/+8
* Added docstring, brought __all__ up-to-date.Greg Ward1999-09-211-2/+19
* Added 'install_path' option for giving non-packagized moduleGreg Ward1999-09-211-12/+82
* Only run build_py if we have pure Python modules, and build_ext if weGreg Ward1999-09-211-5/+9
* Some option changes:Greg Ward1999-09-211-17/+30
* Basically a complete rewrite to support dealing with modules in wholeGreg Ward1999-09-211-36/+197
* Changed selection of installation directories (in 'set_final_options()')Greg Ward1999-09-132-12/+28
* Straightened up the selection of installation directories for platform-Greg Ward1999-09-131-31/+21
* Added support for 'package' option, including where to link theGreg Ward1999-09-131-8/+11
* Comment addition.Greg Ward1999-09-131-0/+3