| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 8 | -6/+26 |
|
|
| * | Added 'dist' command. | Greg Ward | 2000-01-30 | 1 | -0/+2 |
|
|
| * | Added missing run of corresponding 'build' command. | Greg Ward | 2000-01-30 | 3 | -0/+9 |
|
|
| * | Fix indentation bug. | Greg Ward | 2000-01-17 | 1 | -2/+2 |
|
|
| * | Added missing import. | Greg Ward | 2000-01-17 | 1 | -8/+23 |
|
|
| * | Added code to use Jim Ahlstrom's zipfile.py module if the external zip | Greg Ward | 2000-01-17 | 1 | -5/+32 |
|
|
| * | Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' | Greg Ward | 2000-01-17 | 1 | -4/+4 |
|
|
| * | Ditch unneeded imports. | Greg Ward | 2000-01-17 | 1 | -1/+0 |
|
|
| * | Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. | Greg Ward | 2000-01-09 | 1 | -5/+5 |
|
|
| * | Catch errors from 'rmtree' and emit a warning. | Greg Ward | 1999-12-16 | 1 | -2/+10 |
|
|
| * | Use 'search', not 'match', on filename pattern regexes. | Greg Ward | 1999-12-13 | 1 | -2/+2 |
|
|
| * | Catch missing MANIFEST file and warn rather than blowing up. | Greg Ward | 1999-12-12 | 1 | -3/+27 |
|
|
| * | Fixed 'find_package_modules()' to ensure that we never build (and thus | Greg Ward | 1999-12-12 | 1 | -11/+24 |
|
|
| * | Changed 'build_extensions()' so 'sources' can be a list or tuple; and | Greg Ward | 1999-12-12 | 1 | -3/+4 |
|
|
| * | [from 1999-11-04] | Greg Ward | 1999-12-03 | 1 | -5/+14 |
|
|
| * | Don't assume GNU tar -- generate tar file and compress in separate steps. | Greg Ward | 1999-10-23 | 1 | -12/+23 |
|
|
| * | Removed massive comment speculating about needlessly complex variations | Greg Ward | 1999-10-23 | 1 | -139/+0 |
|
|
| * | Fix how we run 'zip' -- give explicit .zip extension. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
| * | Filter 'glob()' results so we only look at regular files. | Greg Ward | 1999-10-03 | 1 | -2/+2 |
|
|
| * | Pass 'force' flag to 'new_compiler()'. | Greg Ward | 1999-10-03 | 1 | -2/+3 |
|
|
| * | Don't import what we don't use. | Greg Ward | 1999-10-03 | 1 | -1/+1 |
|
|
| * | Tweaked verbosity messages for byte-compilation. | Greg Ward | 1999-10-03 | 2 | -4/+4 |
|
|
| * | Added 'list_only' option (and modified 'run()' to respect it). | Greg Ward | 1999-09-29 | 1 | -1/+9 |
|
|
| * | New command to generate source distribution based on a manifest file. | Greg Ward | 1999-09-29 | 1 | -0/+590 |
|
|
| * | Added 'package' option. | Greg Ward | 1999-09-29 | 1 | -7/+44 |
|
|
| * | Renamed 'dir' option to be consistent with other commands. | Greg Ward | 1999-09-29 | 1 | -35/+66 |
|
|
| * | Renamed many options to be consistent across commands. | Greg Ward | 1999-09-29 | 5 | -41/+35 |
|
|
| * | Added docstring, brought __all__ up-to-date. | Greg Ward | 1999-09-21 | 1 | -2/+19 |
|
|
| * | Added 'install_path' option for giving non-packagized module | Greg Ward | 1999-09-21 | 1 | -12/+82 |
|
|
| * | Only run build_py if we have pure Python modules, and build_ext if we | Greg Ward | 1999-09-21 | 1 | -5/+9 |
|
|
| * | Some option changes: | Greg Ward | 1999-09-21 | 1 | -17/+30 |
|
|
| * | Basically a complete rewrite to support dealing with modules in whole | Greg Ward | 1999-09-21 | 1 | -36/+197 |
|
|
| * | Changed selection of installation directories (in 'set_final_options()') | Greg Ward | 1999-09-13 | 2 | -12/+28 |
|
|
| * | Straightened up the selection of installation directories for platform- | Greg Ward | 1999-09-13 | 1 | -31/+21 |
|
|
| * | Added support for 'package' option, including where to link the | Greg Ward | 1999-09-13 | 1 | -8/+11 |
|
|
| * | Comment addition. | Greg Ward | 1999-09-13 | 1 | -0/+3 |
|
|
| * | Now run 'build_ext'. | Greg Ward | 1999-09-13 | 1 | -2/+2 |
|
|
| * | New command -- install_ext to install extension modules. | Greg Ward | 1999-09-13 | 1 | -0/+38 |
|
|
| * | Changed to reflect the new "command options" regime -- in particular, | Greg Ward | 1999-09-08 | 2 | -14/+22 |
|
|
| * | Patch from Perry Stoll: typo fix, make sure we only compile .py files. | Greg Ward | 1999-08-29 | 2 | -12/+18 |
|
|
| * | Patch from Perry Stoll: OK for list of modules to be empty. | Greg Ward | 1999-08-29 | 1 | -0/+4 |
|
|
| * | Patch from Perry Stoll: pass 'build_info' to link method. | Greg Ward | 1999-08-29 | 1 | -2/+1 |
|
|
| * | Oops, call 'os.path.join()'! | Greg Ward | 1999-08-19 | 1 | -1/+1 |
|
|
| * | Implements the 'build_ext' command for building C/C++ extension modules. | Greg Ward | 1999-08-14 | 1 | -0/+192 |
|
|
| * | Added a self-berating command relating to installation directories for | Greg Ward | 1999-07-10 | 1 | -0/+8 |
|
|
| * | Hacked 'set_final_options()' to set (hopefully) appropriate values for | Greg Ward | 1999-06-08 | 1 | -7/+56 |
|
|
| * | Rearranged things so that compilation of .py files is the responsibility | Greg Ward | 1999-05-02 | 5 | -42/+73 |
|
|
| * | Changed to use the method versions of 'copy_file()', 'copy_tree()', | Greg Ward | 1999-04-04 | 3 | -12/+7 |
|
|
| * | First checkin of real Distutils command modules. | Greg Ward | 1999-03-22 | 6 | -0/+448 |
|
|