| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | Added the ability to sneak extra flags onto the C compiler command line | Greg Ward | 2000-05-06 | 1 | -1/+3 |
|
|
| * | Added the "--root" option as a sort of meta-install-base; if supplied, | Greg Ward | 2000-04-27 | 1 | -11/+31 |
|
|
| * | Hacked things up a bit so that configuration variables are expanded | Greg Ward | 2000-04-26 | 1 | -27/+52 |
|
|
| * | Harry Henry Gebel: import exception classes. | Greg Ward | 2000-04-26 | 1 | -1/+1 |
|
|
| * | Supply short form for --manifest-only (-o) and --force-manifest (-f) | Greg Ward | 2000-04-26 | 1 | -2/+2 |
|
|
| * | Harry Henry Gebel: | Greg Ward | 2000-04-26 | 1 | -5/+5 |
|
|
| * | Harry Henry Gebel: | Greg Ward | 2000-04-25 | 2 | -3/+4 |
|
|
| * | Check that 'self.formats' is good early on. | Greg Ward | 2000-04-22 | 1 | -3/+8 |
|
|
| * | Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. | Greg Ward | 2000-04-22 | 2 | -2/+2 |
|
|
| * | Fix 'check_metadata()' so it grovels through the distribution's metadata | Greg Ward | 2000-04-21 | 1 | -6/+6 |
|
|
| * | Patch from Andrew Kuchling: allow multiple include/exclude patterns | Greg Ward | 2000-04-21 | 1 | -48/+55 |
|
|
| * | Cleaned up/simplified error-handling: | Greg Ward | 2000-04-15 | 2 | -13/+13 |
|
|
| * | Use 'get_python_inc()' to figure out the Python include directories | Greg Ward | 2000-04-14 | 1 | -8/+5 |
|
|
| * | Coerce all paths in the manifest template to the local path syntax with | Greg Ward | 2000-04-14 | 1 | -7/+7 |
|
|
| * | Delete some debugging print statements. | Greg Ward | 2000-04-10 | 2 | -4/+0 |
|
|
| * | Added '--force' option -- very clear what it means for building (ignore | Greg Ward | 2000-04-10 | 4 | -3/+21 |
|
|
| * | Ditched the unused 'list_only' option. | Greg Ward | 2000-04-09 | 1 | -3/+4 |
|
|
| * | Added code to blow away the pseudo-installation tree and a 'keep_tree' | Greg Ward | 2000-03-31 | 1 | -1/+10 |
|
|
| * | Oops, got a little too enthusiastic deleting code in that last revision: | Greg Ward | 2000-03-31 | 1 | -0/+1 |
|
|
| * | Rename 'formats' option to 'format', and remove the ability to generate | Greg Ward | 2000-03-31 | 1 | -20/+16 |
|
|
| * | Import from 'types' module. | Greg Ward | 2000-03-31 | 1 | -0/+3 |
|
|
| * | Removed some old test code: don't set 'plat' when calling 'new_compiler()'. | Greg Ward | 2000-03-31 | 1 | -2/+1 |
|
|
| * | Patch (mostly) from Thomas Heller for building on Windows: | Greg Ward | 2000-03-31 | 1 | -11/+36 |
|
|
| * | Added 'bdist' and 'bdist_dumb'. | Greg Ward | 2000-03-31 | 1 | -0/+2 |
|
|
| * | The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is | Greg Ward | 2000-03-31 | 1 | -0/+131 |
|
|
| * | The 'bdist' command, for creating "built" (binary) distributions. | Greg Ward | 2000-03-31 | 1 | -0/+70 |
|
|
| * | Added 'get_inputs()'. | Greg Ward | 2000-03-31 | 1 | -0/+20 |
|
|
| * | Fixed 'get_outputs()' so it actually works. | Greg Ward | 2000-03-31 | 1 | -4/+16 |
|
|
| * | Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods | Greg Ward | 2000-03-31 | 1 | -52/+19 |
|
|
| * | Oops: 'build_extensions()' no longer takes an 'extensions' list. | Greg Ward | 2000-03-30 | 1 | -1/+1 |
|
|