| Commit message (Expand) | Author | Age | Files | Lines |
* | Check in patch #102971: if library_dirs is a string, split it using | Andrew M. Kuchling | 2001-01-09 | 1 | -0/+2 |
|
|
* | Add forgotten initialization. Fixes bug #120994, "Traceback with | Andrew M. Kuchling | 2000-12-20 | 1 | -0/+1 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 7 | -9/+9 |
|
|
* | Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding | Greg Ward | 2000-10-14 | 1 | -3/+6 |
|
|
* | Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if | Greg Ward | 2000-10-14 | 1 | -2/+4 |
|
|
* | Bastian Kleineidam: fix up any supplied command-line options. | Greg Ward | 2000-10-14 | 1 | -1/+16 |
|
|
* | Recreated after installer source code changes. | Thomas Heller | 2000-10-12 | 1 | -246/+246 |
|
|
* | Remove some debugging prints. | Greg Ward | 2000-10-03 | 1 | -2/+0 |
|
|
* | Fixed so --no-compile is a negative alias for --compile. | Greg Ward | 2000-10-03 | 1 | -0/+1 |
|
|
* | Typo fix. | Greg Ward | 2000-10-02 | 1 | -1/+1 |
|
|
* | Added the ability to do byte-compilation at build time, currently off | Greg Ward | 2000-10-02 | 1 | -5/+51 |
|
|
* | Added --compile, --optimize options so users have an easy way to | Greg Ward | 2000-10-02 | 1 | -0/+12 |
|
|
* | Finished the overhaul of byte-compilation options: there's now a 6-way | Greg Ward | 2000-10-02 | 1 | -15/+66 |
|
|
* | From 'run()', only call 'bytecompile()' if we actually have | Greg Ward | 2000-10-01 | 1 | -1/+1 |
|
|
* | Reduced the 'bytecompile()' method to a one-line wrapper around | Greg Ward | 2000-09-30 | 1 | -15/+4 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 14 | -339/+338 |
|
|
* | Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. | Greg Ward | 2000-09-30 | 1 | -1/+2 |
|
|
* | Expect a tuple (dest_name, copied) from 'copy_file()'. | Greg Ward | 2000-09-30 | 2 | -3/+3 |
|
|
* | Changed 'build_module()' so it returns the result of 'copy_file()' | Greg Ward | 2000-09-30 | 1 | -1/+1 |
|
|
* | Changed to use the 'sub-commands' machinery: | Greg Ward | 2000-09-30 | 1 | -21/+29 |
|
|
* | Moved some things around for better organization. | Greg Ward | 2000-09-30 | 1 | -26/+36 |
|
|
* | Removed the extra_dirs and path_file metadata options. | Thomas Heller | 2000-09-29 | 1 | -270/+260 |
|
|
* | Removed the implib_dir instance variable because it is unused. | Thomas Heller | 2000-09-28 | 1 | -13/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added 'warn_dir' option so other code can sneak in and disable | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
* | Adjust to the new sysconfig regime: use 'get_config_vars()' instead | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
* | Adjust to the new sysconfig regime: use 'get_config_var()' instead | Greg Ward | 2000-09-15 | 1 | -3/+4 |
|
|
* | Added --force (-f) option to force installation (including bytecode | Greg Ward | 2000-09-13 | 5 | -4/+20 |
|
|
* | Fix install directories on Mac OS: now everything goes to | Greg Ward | 2000-09-13 | 1 | -2/+2 |
|
|
* | Bastian Kleineidam: fix so it cleans up the temporary script-building | Greg Ward | 2000-09-12 | 1 | -20/+13 |
|
|
* | Delete some debugging prints. | Greg Ward | 2000-09-11 | 1 | -2/+0 |
|
|