| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part, | Greg Ward | 2000-06-29 | 1 | -5/+5 |
|
|
* | Don't try to guess the name of a .def file -- if one is supplied, use it, | Greg Ward | 2000-06-29 | 1 | -6/+0 |
|
|
* | Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, | Greg Ward | 2000-06-29 | 1 | -1/+1 |
|
|
* | Fixed 'findall()' so it only returns regular files -- no directories. | Greg Ward | 2000-06-29 | 1 | -18/+54 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -2/+2 |
|
|
* | Lyle Johnson: pass in temp directory as 'build_temp' argument when calling | Greg Ward | 2000-06-28 | 1 | -1/+2 |
|
|
* | Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" | Greg Ward | 2000-06-28 | 1 | -28/+20 |
|
|
* | Fixed to use 'reinitialize_command()' to fetch the "install" command object. | Greg Ward | 2000-06-28 | 1 | -6/+1 |
|
|
* | A-ha! Read Thomas' patch a little more carefully and figured it out: | Greg Ward | 2000-06-27 | 1 | -1/+2 |
|
|
* | Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support. | Greg Ward | 2000-06-27 | 1 | -9/+21 |
|
|
* | Thomas Heller's "bdist_wininst" command (unreviewed, untested). | Greg Ward | 2000-06-27 | 1 | -0/+448 |
|
|
* | Infrastructure support for the "bdist_wininst" command. | Greg Ward | 2000-06-27 | 2 | -0/+3 |
|
|
* | Added 'include_dirs' parameters all over the place. | Greg Ward | 2000-06-27 | 1 | -19/+39 |
|
|
* | Removed some debugging code that slipped into the last checkin. | Greg Ward | 2000-06-25 | 1 | -4/+3 |
|
|
* | Fixed the "pre-link hook" so it actually works, mainly by renaming it | Greg Ward | 2000-06-25 | 1 | -41/+33 |
|
|
* | Call 'customize_compiler()' after getting CCompiler object. | Greg Ward | 2000-06-25 | 1 | -0/+2 |
|
|
* | Fixed a few silly bugs in my SWIG support code. (Hey, I said it was | Greg Ward | 2000-06-25 | 1 | -3/+5 |
|
|
* | Print a warning if we install a data file right in install_dir. | Greg Ward | 2000-06-24 | 1 | -3/+7 |
|
|
* | Changed the default installation directory for data files (used by | Greg Ward | 2000-06-24 | 1 | -4/+4 |
|
|
* | Changed so all the help-generating functions are defined, at module-level, | Greg Ward | 2000-06-24 | 5 | -41/+56 |
|
|
* | Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. | Greg Ward | 2000-06-24 | 4 | -18/+21 |
|
|
* | Experimental, completely untested SWIG support. | Greg Ward | 2000-06-24 | 1 | -5/+74 |
|
|
* | Fix inspired by Rene Liebscher: if setup script is newer than the | Greg Ward | 2000-06-21 | 1 | -3/+26 |
|
|
* | Delete spurious comment. | Greg Ward | 2000-06-21 | 1 | -1/+0 |
|
|
* | Build the 'outfiles' list so 'get_outputs()' has something to return. | Greg Ward | 2000-06-21 | 2 | -5/+15 |
|
|
* | Rene Liebscher: when fixing up directories with an alternate root, include | Greg Ward | 2000-06-21 | 1 | -1/+2 |
|
|
* | Fleshed out and added a bunch of useful stuff, notably 'check_func()', | Greg Ward | 2000-06-21 | 1 | -32/+176 |
|
|
* | Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()', | Greg Ward | 2000-06-17 | 1 | -36/+63 |
|
|
* | Fixed install directory for header files on Unix. | Greg Ward | 2000-06-17 | 1 | -1/+1 |
|
|
* | Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if | Greg Ward | 2000-06-08 | 1 | -0/+2 |
|
|
* | Include setup.cfg in the list of default files to distribute. | Greg Ward | 2000-06-08 | 1 | -1/+5 |
|
|
* | Moved the code that prunes the file list after reading the manifest | Greg Ward | 2000-06-08 | 1 | -9/+14 |
|
|
* | Renamed 'find_defaults()' to 'add_defaults()'. | Greg Ward | 2000-06-08 | 1 | -13/+5 |
|
|
* | Docstring addition binge. | Greg Ward | 2000-06-08 | 1 | -15/+44 |
|
|
* | Docstring reformatting binge. | Greg Ward | 2000-06-08 | 1 | -28/+23 |
|
|
* | Cosmetic tweaks to imports, the 'show_formats()' function, and the | Greg Ward | 2000-06-08 | 1 | -11/+19 |
|
|
* | Made all debug output go through the 'debug_print()' method instead of | Greg Ward | 2000-06-08 | 1 | -75/+90 |
|
|
* | Patch from Rene Liebscher: this adds "--help-foo" options to list the | Greg Ward | 2000-06-07 | 5 | -14/+58 |
|
|
* | First crack at the Distutils "config" command. Unlike other commands, this | Greg Ward | 2000-06-06 | 1 | -0/+180 |
|
|
* | Support for multiple distribution formats in one run. | Greg Ward | 2000-06-06 | 1 | -17/+18 |
|
|
* | 'get_outputs()' now returns an empty list instead of None. | Greg Ward | 2000-06-06 | 1 | -1/+1 |
|
|
* | Fixed syntax error. | Greg Ward | 2000-06-04 | 1 | -9/+14 |
|
|
* | Use 'ensure_string_list()' for 'formats' option, so that it can be | Greg Ward | 2000-06-04 | 1 | -2/+1 |
|
|
* | Patch from Harry Henry Gebel: | Greg Ward | 2000-06-04 | 1 | -59/+103 |
|
|
* | Removed the 'ensure_*' methods -- they're just too handy too keep in one | Greg Ward | 2000-06-04 | 1 | -43/+1 |
|
|
* | Renamed 'modules' option to 'py_modules', for consistency with Distribution | Greg Ward | 2000-06-04 | 1 | -13/+13 |
|
|
* | Patch from Harry Henry Gebel: fixes a bit of code that slipped by my | Greg Ward | 2000-06-03 | 1 | -2/+1 |
|
|
* | Only print debugging output if DEBUG true. | Greg Ward | 2000-06-02 | 1 | -6/+7 |
|
|
* | Ditched the obsolete '_get_package_data()' method and its | Greg Ward | 2000-06-02 | 1 | -142/+3 |
|
|
* | Fairly massive overhaul to support getting RPM inputs (extra meta-data, | Greg Ward | 2000-06-02 | 1 | -32/+230 |
|
|