| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Changed order so 'clean' is right after the 'build' commands. | Greg Ward | 2000-05-28 | 1 | -1/+1 |
|
|
| * | Only print debugging output if DEBUG (imported from distutils.core) is true. | Greg Ward | 2000-05-28 | 1 | -14/+15 |
|
|
| * | Moved warnings out of 'finalize_options()' into 'run()'. | Greg Ward | 2000-05-28 | 1 | -7/+13 |
|
|
| * | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 9 | -58/+47 |
|
|
| * | Patch from Andrew Kuchling: prune out the build and source distribution | Greg Ward | 2000-05-27 | 1 | -0/+7 |
|
|
| * | Tweaked description, help text. | Greg Ward | 2000-05-27 | 1 | -3/+3 |
|
|
| * | Support for the "install_headers" command: | Greg Ward | 2000-05-27 | 1 | -5/+22 |
|
|
| * | Added 'install_headers' command to install C/C++ header files. | Greg Ward | 2000-05-27 | 2 | -0/+41 |
|
|
| * | Rene Liebscher: check if the extension file (.so or .pyd) is | Greg Ward | 2000-05-26 | 1 | -19/+24 |
|
|
| * | Fixed a couple of long-hidden bugs (amazing what you find when you | Greg Ward | 2000-05-26 | 1 | -6/+33 |
|
|
| * | Take the basename of the script before concatenating it with the build dir. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
| * | Fix to use 'change_root()' rather than directly mangling path. | Greg Ward | 2000-05-25 | 1 | -1/+2 |
|
|
| * | Improvements to Bastian's build_scripts command: | Greg Ward | 2000-05-25 | 1 | -31/+58 |
|
|
| * | Use Distribution's 'has_scripts()' method instead of directly accessing | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
| * | Bastian Kleineidam: the "build_scripts" command. | Greg Ward | 2000-05-25 | 1 | -0/+71 |
|
|
| * | Bastian Kleineidam: the "build_scripts" command and changes | Greg Ward | 2000-05-25 | 4 | -11/+74 |
|
|
| * | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 8 | -6/+10 |
|
|
| * | Fixed command description. | Greg Ward | 2000-05-23 | 1 | -1/+1 |
|
|
| * | Use 'get_command_obj()' instead of 'find_command_obj()'. | Greg Ward | 2000-05-23 | 1 | -1/+1 |
|
|
| * | Changed the semantics of the 'sub_commands' list: instead of function | Greg Ward | 2000-05-20 | 1 | -21/+44 |
|
|
| * | Check if the claimed build directory doesn't exist, and warn that we don't | Greg Ward | 2000-05-20 | 1 | -1/+6 |
|
|
| * | Changed default developer name. | Gregory P. Smith | 2000-05-13 | 1 | -1/+6 |
|
|
| * | Template for writing Distutils command modules. | Gregory P. Smith | 2000-05-13 | 1 | -0/+39 |
|
|
| * | Contribution from Harry Henry Gebel: the 'bdist_rpm' command. | Gregory P. Smith | 2000-05-13 | 1 | -0/+390 |
|
|
| * | List data files are listed in the Distribution attribute 'data_files', | Gregory P. Smith | 2000-05-13 | 1 | -2/+2 |
|
|
| * | Added the 'bdist_base' option, the base temp directory for all bdist commands. | Gregory P. Smith | 2000-05-13 | 1 | -2/+13 |
|
|
| * | Added 'get_inputs()' methods, needed by the "install" command's | Gregory P. Smith | 2000-05-13 | 2 | -0/+6 |
|
|
| * | Drastically simplified by taking advantage of the "install" command's | Gregory P. Smith | 2000-05-13 | 1 | -74/+21 |
|
|
| * | Rename 'build_bdist' to 'bdist_base', and get it by default from the | Gregory P. Smith | 2000-05-13 | 1 | -6/+7 |
|
|
| * | Typo fix. | Gregory P. Smith | 2000-05-13 | 1 | -1/+1 |
|
|
| * | Made the '--record' option take an argument, which is the name of the | Gregory P. Smith | 2000-05-13 | 1 | -4/+5 |
|
|
| * | Ditch the explicit search for *.py[co] files -- they're now included in | Gregory P. Smith | 2000-05-13 | 1 | -6/+1 |
|
|
| * | Added '_bytecode_filenames()' method, and use it in 'get_outputs()' | Gregory P. Smith | 2000-05-13 | 1 | -4/+13 |
|
|
| * | Moved check for installation to non-sys.path location so it comes | Gregory P. Smith | 2000-05-13 | 1 | -9/+9 |
|
|
| * | Harry Henry Gebel: add the "--record" option to write the list of | Gregory P. Smith | 2000-05-13 | 1 | -1/+21 |
|
|
| * | Added the 'build_bdist' option and code to clean it up -- this is the | Gregory P. Smith | 2000-05-13 | 1 | -3/+14 |
|
|
| * | Harry Henry Gebel: get extra compiler flags from the CFLAGS environment | Gregory P. Smith | 2000-05-13 | 1 | -0/+8 |
|
|
| * | Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically | Gregory P. Smith | 2000-05-13 | 1 | -2/+7 |
|
|
| * | Harry Henry Gebel: add 'bdist_rpm' command. | Gregory P. Smith | 2000-05-13 | 1 | -0/+1 |
|
|
| * | From Lyle Johnson: renamed 'implib_dir' to 'implib_file', and | Gregory P. Smith | 2000-05-13 | 1 | -7/+5 |
|
|
| * | Added comment/docstring/revision header. | Gregory P. Smith | 2000-05-12 | 2 | -0/+18 |
|
|
| * | Fixed 'select_scheme()' so it doesn't override a directory attribute that's | Gregory P. Smith | 2000-05-12 | 1 | -1/+3 |
|
|
| * | Added --skip-build option, so lazy debuggers/testers (mainly me) don't | Gregory P. Smith | 2000-05-12 | 2 | -7/+23 |
|
|
| * | Caught up with renaming in 'install_misc' base class. | Gregory P. Smith | 2000-05-12 | 1 | -4/+1 |
|
|
| * | Deleted some cruft. | Gregory P. Smith | 2000-05-12 | 1 | -5/+15 |
|
|
| * | Patch from Bastien Kleineidam: | Gregory P. Smith | 2000-05-12 | 4 | -1/+36 |
|
|
| * | Fix from Lyle Johnson: add the '--compiler' option. | Gregory P. Smith | 2000-05-12 | 1 | -2/+11 |
|
|
| * | Fix from Lyle Johnson: add the '--compiler' option. | Gregory P. Smith | 2000-05-12 | 2 | -3/+12 |
|
|
| * | Added comment about the MSVC-specific kludge. | Greg Ward | 2000-05-09 | 1 | -0/+10 |
|
|
| * | Don't use 'set_option()' or 'get_option()' method -- direct attribute access, | Greg Ward | 2000-05-07 | 2 | -2/+2 |
|
|