| Commit message (Expand) | Author | Age | Files | Lines |
* | get_config_h_filename(): Support NT as well as Posix systems. | Fred Drake | 2000-02-08 | 1 | -10/+14 |
|
|
* | Revised version (thank to Thomas Heller and Robin Becker) that tries a lot | Greg Ward | 2000-02-08 | 1 | -3/+98 |
|
|
* | Ditch .def file kludge for (much smaller) /export option kludge. | Greg Ward | 2000-02-08 | 1 | -12/+1 |
|
|
* | Added 'libraries' option for use by the 'build_lib' command. | Greg Ward | 2000-02-05 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | Changed 'compile()' method to compile files one-at-a-time -- gives better | Greg Ward | 2000-02-03 | 1 | -28/+21 |
|
|
* | Patch from Joe Van Andel: fix arg to % operator in warning. | Greg Ward | 2000-02-02 | 1 | -2/+2 |
|
|
* | Comment fix. | Greg Ward | 2000-02-02 | 1 | -8/+13 |
|
|
* | Allow either README or README.txt as a "standard file". | Greg Ward | 2000-01-30 | 1 | -4/+16 |
|
|
* | Fixed broken list extend in 'copy_tree()'. | Greg Ward | 2000-01-30 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Improvements to the help system: | Greg Ward | 2000-01-30 | 1 | -5/+89 |
|
|
* | 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 |
|
|
* | Catch OSError from 'spawnv()' in '_spawn_nt()'. | Greg Ward | 2000-01-17 | 1 | -5/+12 |
|
|
* | Removed /GD switch -- currently ignored by MSVC. | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. | Greg Ward | 2000-01-17 | 1 | -5/+2 |
|
|
* | 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 |
|
|
* | 'newer_group()' can now deal with missing files, in a way specified by | Greg Ward | 2000-01-09 | 1 | -2/+17 |
|
|
* | Abstracted '_fix_link_args()' out of 'link_shared_object()'. | Greg Ward | 2000-01-09 | 1 | -37/+133 |
|
|
* | Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. | Greg Ward | 2000-01-09 | 1 | -8/+18 |
|
|
* | Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. | Greg Ward | 2000-01-09 | 1 | -5/+5 |
|
|
* | When emitting a command-line error message, *say* it's an error. | Greg Ward | 1999-12-16 | 1 | -1/+1 |
|
|
* | 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 up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. | Greg Ward | 1999-12-12 | 2 | -11/+12 |
|
|
* | 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 |
|
|
* | In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for | Greg Ward | 1999-12-12 | 1 | -6/+16 |
|
|
* | Added support for printing out help text from option table: 'print_help()', | Greg Ward | 1999-12-12 | 1 | -12/+171 |
|
|
* | Made "verbose" mode the default; now you have to supply --quiet if you | Greg Ward | 1999-12-12 | 1 | -18/+75 |
|
|
* | [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 |
|
|
* | Qualified use of 'newer_group' function. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
* | 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 'force' and 'quiet' (negative alias for 'verbose') to the | Greg Ward | 1999-10-03 | 1 | -83/+84 |
|
|