summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Now run 'build_ext'.Greg Ward1999-09-131-2/+2
* Added 'output_dir' parameter to 'compile()' and 'link_shared_object().Greg Ward1999-09-131-22/+83
* New command -- install_ext to install extension modules.Greg Ward1999-09-131-0/+38
* Added 'newer_pairwise()' and 'newer_group()'.Greg Ward1999-09-131-16/+133
* Added 'output_dir' attribute, and 'output_dir' parameter to several methodGreg Ward1999-09-131-6/+33
* Fixed some goofs in 'alias_options'.Greg Ward1999-09-131-2/+15
* Changed to reflect the new "command options" regime -- in particular,Greg Ward1999-09-082-14/+22
* Careful rethink of command options, distribution options, distributionGreg Ward1999-09-081-26/+108
* Ditched redundant docstrings and comments (overlap with ccompiler.py).Greg Ward1999-09-081-111/+20
* Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they'reGreg Ward1999-09-081-68/+8
* os.name is "posix" or "nt" or we don't care.Greg Ward1999-09-081-1/+97
* [from 1999/08/28]Greg Ward1999-09-081-2/+2
* Patch from Perry Stoll: caught up with changes in CCompiler necessary (?)Greg Ward1999-08-291-8/+21
* Patch from Perry Stoll: tweaks to Windows support.Greg Ward1999-08-291-1/+6
* Patch from Perry Stoll: support for Windows.Greg Ward1999-08-291-10/+29
* Patch from Perry Stoll: import types module.Greg Ward1999-08-291-0/+1
* Patch from Perry Stoll: typo fix, make sure we only compile .py files.Greg Ward1999-08-292-12/+18
* Patch from Perry Stoll: OK for list of modules to be empty.Greg Ward1999-08-291-0/+4
* Patch from Perry Stoll: pass 'build_info' to link method.Greg Ward1999-08-291-2/+1
* Patch from Perry Stoll:Greg Ward1999-08-291-6/+19
* Added msvccompiler module exactly as supplied by Perry Stoll.Greg Ward1999-08-291-0/+317
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* Implements the 'build_ext' command for building C/C++ extension modules.Greg Ward1999-08-141-0/+192
* Module to spawn sub-commands in a platform-independent way.Greg Ward1999-08-141-0/+106
* Changed to use 'spawn()', now that it exists.Greg Ward1999-08-141-24/+62
* Added 'verbose' and 'dry_run' flags to CCompiler constructor andGreg Ward1999-08-141-15/+64
* Comment tweak.Greg Ward1999-08-141-5/+5