| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 11 | -11/+11 |
|
|
* | If the "build_lib" command built any C libraries, link with them all | Greg Ward | 2000-03-02 | 1 | -3/+12 |
|
|
* | Added command description. | Greg Ward | 2000-03-02 | 2 | -28/+96 |
|
|
* | Build reorg: | Greg Ward | 2000-03-01 | 1 | -16/+41 |
|
|
* | Build reorg: | Greg Ward | 2000-03-01 | 1 | -12/+43 |
|
|
* | Build reorg: change 'build_dir' option to 'build_lib'. | Greg Ward | 2000-03-01 | 1 | -8/+8 |
|
|
* | Unfinished, untested implementation of the lovely baroque installation scheme | Greg Ward | 2000-02-26 | 4 | -183/+118 |
|
|
* | Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. | Greg Ward | 2000-02-24 | 1 | -0/+1 |
|
|
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 10 | -28/+28 |
|
|
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 10 | -105/+115 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 10 | -10/+10 |
|
|
* | Changed 'dist' to 'sdist'. | Greg Ward | 2000-02-18 | 1 | -1/+1 |
|
|
* | The 'sdist' command to create a source distribution. This is derived from the | Greg Ward | 2000-02-17 | 1 | -0/+716 |
|
|
* | The 'dist' command is dead -- long live the 'sdist' command! | Greg Ward | 2000-02-17 | 1 | -558/+0 |
|
|
* | Path from Thomas Heller: resurrect the .def file kludge while preserving the | Greg Ward | 2000-02-10 | 1 | -2/+14 |
|
|
* | Added 'debug' option, and changed compile/link calls to use it. | Greg Ward | 2000-02-09 | 3 | -10/+30 |
|
|
* | Added 'debug' option (just there for 'build_ext' and 'build_lib' commands | Greg Ward | 2000-02-09 | 1 | -0/+3 |
|
|
* | Ditch .def file kludge for (much smaller) /export option kludge. | Greg Ward | 2000-02-08 | 1 | -12/+1 |
|
|
* | Run the 'build_lib' command before building extensions, if necessary. | Greg Ward | 2000-02-05 | 1 | -0/+6 |
|
|
* | New command to build C (and C++, hopefully) libraries needed by extensions | Greg Ward | 2000-02-05 | 2 | -0/+322 |
|
|
* | Tweaked various comments, docstrings, and error messages. | Greg Ward | 2000-02-05 | 1 | -2/+12 |
|
|
* | Improved an error message. | Greg Ward | 2000-02-03 | 1 | -2/+5 |
|
|
* | Patch from Joe Van Andel: fix arg to % operator in warning. | Greg Ward | 2000-02-02 | 1 | -2/+2 |
|
|
* | Allow either README or README.txt as a "standard file". | Greg Ward | 2000-01-30 | 1 | -4/+16 |
|
|
* | 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 |
|
|