| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 1.0pre. | Greg Ward | 2000-09-27 | 1 | -1/+1 |
|
|
* | Remove deprecation warnings on old 'link_*()' methods, ie. they're not | Greg Ward | 2000-09-27 | 1 | -11/+5 |
|
|
* | Big patch from Rene Liebscher to simplify the CCompiler API and | Greg Ward | 2000-09-27 | 5 | -430/+409 |
|
|
* | Bump version to 0.9.4. | Greg Ward | 2000-09-27 | 1 | -1/+1 |
|
|
* | Fix '_set_command_options()' so it only calls 'strtobool()' on strings | Greg Ward | 2000-09-27 | 1 | -2/+3 |
|
|
* | Bump version to 0.9.3. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 2 | -64/+63 |
|
|
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 4 | -147/+145 |
|
|
* | Whitespace fix. | Greg Ward | 2000-09-26 | 1 | -1/+2 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 1 | -38/+41 |
|
|
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 4 | -92/+92 |
|
|
* | Standardize whitespace in function calls and docstrings. | Greg Ward | 2000-09-26 | 1 | -62/+62 |
|
|
* | Added 'translate_longopt()' function. | Greg Ward | 2000-09-25 | 1 | -0/+7 |
|
|
* | Change to use the new 'translate_longopt()' function from fancy_getopt, rather | Greg Ward | 2000-09-25 | 1 | -5/+5 |
|
|
* | Added a bunch of missing "=" signs in the option table. | Greg Ward | 2000-09-25 | 1 | -30/+14 |
|
|
* | Renamed '--keep-tree' option to '--keep-temp', for consistency | Greg Ward | 2000-09-25 | 1 | -6/+6 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 15 | -0/+31 |
|
|
* | Added 'strtobool()' function: convert strings like "yes", "1", | Greg Ward | 2000-09-25 | 1 | -0/+15 |
|
|
* | Fixed some bugs and mis-features in handling config files: | Greg Ward | 2000-09-25 | 1 | -9/+44 |
|
|
* | Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for | Greg Ward | 2000-09-23 | 1 | -8/+28 |
|
|
* | Whitespace tweaks. | Greg Ward | 2000-09-23 | 1 | -35/+32 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-23 | 1 | -65/+63 |
|
|
* | Tweak what happens when run on non-Windows platforms: set install prefix | Greg Ward | 2000-09-22 | 1 | -10/+5 |
|
|
* | Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added | Greg Ward | 2000-09-22 | 1 | -43/+56 |
|
|
* | Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing | Greg Ward | 2000-09-22 | 1 | -5/+5 |
|
|
* | Corran Webster: fix 'change_root()' to handle Mac OS paths. | Greg Ward | 2000-09-21 | 1 | -1/+7 |
|
|
* | *Very* belated application of Thomas Heller's patch to handle | Greg Ward | 2000-09-19 | 1 | -3/+86 |
|
|
* | Set the 'nt' installation scheme for the install command even if run | Thomas Heller | 2000-09-19 | 1 | -8/+25 |
|
|
* | Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). | Greg Ward | 2000-09-18 | 1 | -1/+1 |
|
|
* | Fixed to respect 'define_macros' and 'undef_macros' on Extension object. | Greg Ward | 2000-09-17 | 1 | -1/+5 |
|
|
* | Added 'expand_makefile_vars()' to (duh) expand make-style variables | Greg Ward | 2000-09-17 | 1 | -9/+39 |
|
|
* | Added 'read_setup_file()' to read old-style Setup files. Could make life | Greg Ward | 2000-09-17 | 1 | -2/+110 |
|
|
* | Changed so lines that are all comment (or just whitespace + comment) | Greg Ward | 2000-09-16 | 1 | -9/+27 |
|
|
* | Andrew Kuchling: | Greg Ward | 2000-09-16 | 1 | -1/+1 |
|
|
* | [change from 2000/08/11, propagating now to distutils copy] | Greg Ward | 2000-09-16 | 1 | -9/+17 |
|
|
* | [change from 2000/04/17, propagating now to distutils copy] | Greg Ward | 2000-09-16 | 1 | -26/+30 |
|
|
* | Rene Liebscher: if we have to run the same sub-command multiple times | Greg Ward | 2000-09-16 | 1 | -5/+18 |
|
|
* | Renamed --keep-tree to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -3/+3 |
|
|
* | Renamed --clean to --no-keep-temp and --noclean to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -6/+6 |
|
|
* | Renamed --keep-tree option to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -3/+3 |
|
|
* | Ensure sub-commands of "install" are reinitialized too. | Greg Ward | 2000-09-16 | 1 | -3/+2 |
|
|
* | Remove some debugging output from the last change. | Greg Ward | 2000-09-16 | 1 | -7/+0 |
|
|
* | In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the | Greg Ward | 2000-09-16 | 1 | -2/+3 |
|
|
* | Generalized 'reinitialize_command()' so it can optionally reinitialize | Greg Ward | 2000-09-16 | 1 | -2/+20 |
|
|
* | Added the "sub-command" machinery to formalize the notion of "command | Greg Ward | 2000-09-16 | 1 | -0/+31 |
|
|
* | Factored the "sub-command" machinery out to Command. Mainly, this | Greg Ward | 2000-09-16 | 1 | -25/+10 |
|
|
* | Tweaked the build temp dir names again. | Greg Ward | 2000-09-16 | 1 | -8/+4 |
|
|
* | Typo fix. | Greg Ward | 2000-09-16 | 1 | -1/+1 |
|
|
* | Include the Python version in the platform-specific build directories: | Greg Ward | 2000-09-16 | 1 | -2/+4 |
|
|
* | Document the directory separatory for include dir and library dir lists. | Greg Ward | 2000-09-16 | 1 | -2/+3 |
|
|