| Commit message (Expand) | Author | Age | Files | Lines |
* | Add strip_dir argument to the single call to .object_filenames(), to | Andrew M. Kuchling | 2001-01-16 | 1 | -0/+1 |
|
|
* | Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted | Andrew M. Kuchling | 2001-01-15 | 3 | -6/+216 |
|
|
* | Delete unused import of pprint module | Andrew M. Kuchling | 2001-01-11 | 1 | -1/+0 |
|
|
* | 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 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | Jack Jansen: added 'get_command_list()' method, and Mac-specific code to | Greg Ward | 2000-11-11 | 1 | -0/+38 |
|
|
* | Bump version to 1.0.1. | Greg Ward | 2000-10-15 | 1 | -1/+1 |
|
|
* | Removed debugging code at bottom. | Greg Ward | 2000-10-14 | 1 | -8/+0 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 8 | -14/+14 |
|
|
* | 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 |
|
|
* | Bump version to 1.0. | Greg Ward | 2000-10-03 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Added a long-winded comment (and commented-out comment to go with out) | Greg Ward | 2000-10-03 | 1 | -1/+17 |
|
|
* | 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 |
|
|
* | Remove the temporary byte-compilation script when we're done with it. | Greg Ward | 2000-10-02 | 1 | -0/+1 |
|
|
* | From 'run()', only call 'bytecompile()' if we actually have | Greg Ward | 2000-10-01 | 1 | -1/+1 |
|
|
* | Tweaked 'byte_compile()' so it silently skips non-Python files, rather than | Greg Ward | 2000-10-01 | 1 | -5/+7 |
|
|
* | Reduced the 'bytecompile()' method to a one-line wrapper around | Greg Ward | 2000-09-30 | 1 | -15/+4 |
|
|
* | Added 'byte_compile(): an all-singing, all-dancing wrapper around the | Greg Ward | 2000-09-30 | 1 | -2/+129 |
|
|
* | Various docstring tweaks. | Greg Ward | 2000-09-30 | 1 | -12/+14 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-30 | 1 | -24/+23 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 14 | -339/+338 |
|
|
* | Andrew Kuchling: changed so the '_path_created' dictionary is keyed on | Greg Ward | 2000-09-30 | 1 | -5/+8 |
|
|
* | 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 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, | Greg Ward | 2000-09-30 | 1 | -6/+7 |
|
|
* | In 'get_platform()', handle so-called POSIX systems that don't have | 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 |
|
|
* | 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 |
|
|