| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | Put the Python "system" include dir last, rather than first. | Greg Ward | 2000-03-29 | 1 | -1/+3 |
|
|
| * | Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-29 | 1 | -12/+7 |
|
|
| * | Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util | Greg Ward | 2000-03-29 | 1 | -53/+4 |
|
|
| * | Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. | Greg Ward | 2000-03-29 | 1 | -2/+2 |
|
|
| * | Be sure to run both 'build_py' and 'build_ext', now that this command | Greg Ward | 2000-03-29 | 1 | -5/+47 |
|
|
| * | Changed so the sub-commands we rely on to do the real work is specified | Greg Ward | 2000-03-29 | 1 | -4/+24 |
|
|
| * | Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' | Greg Ward | 2000-03-29 | 1 | -3/+3 |
|
|
| * | Added 'get_outputs()' in prepartion for the 'bdist' command. | Greg Ward | 2000-03-29 | 1 | -8/+29 |
|
|
| * | Deleted some crufty comments and code. | Greg Ward | 2000-03-29 | 1 | -36/+49 |
|
|
| * | Fixed a bunch of screwed-up logic and inconsistent terminology. | Greg Ward | 2000-03-26 | 1 | -19/+33 |
|
|
| * | Fixed the class name. | Greg Ward | 2000-03-23 | 1 | -1/+1 |
|
|
| * | Revised tons of comments to reflect the current state of affairs better. | Greg Ward | 2000-03-22 | 1 | -72/+39 |
|
|
| * | Run 'install_lib' instead of 'install_py', and ditch 'install_ext' | Greg Ward | 2000-03-22 | 1 | -13/+4 |
|
|
| * | Renamed install_py.py to install_lib.py, since it now handles installing all | Greg Ward | 2000-03-22 | 1 | -76/+0 |
|
|