| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch syntax errors from processing template lines and turn them into | Greg Ward | 2000-07-30 | 1 | -2/+9 |
|
|
* | Added list-like methods: 'append()', 'extend()', 'sort()'. | Greg Ward | 2000-07-30 | 1 | -14/+46 |
|
|
* | Replaced 'self.files' with 'self.filelist': now we carry around a FileList | Greg Ward | 2000-07-30 | 1 | -54/+38 |
|
|
* | The other half of Rene Liebscher's patch to add the Template class, | Greg Ward | 2000-07-30 | 1 | -305/+15 |
|
|
* | Typo fix. | Greg Ward | 2000-07-30 | 1 | -1/+1 |
|
|
* | Added DistutilsTemplateError. | Greg Ward | 2000-07-30 | 1 | -0/+3 |
|
|
* | Ditched the unused 'recursive_exclude_pattern()' method. | Greg Ward | 2000-07-30 | 1 | -24/+0 |
|
|
* | Renamed 'select_pattern()' to 'include_pattern()'. | Greg Ward | 2000-07-30 | 1 | -15/+16 |
|
|
* | Renamed 'process_line()' to 'process_template_line()', and factored out | Greg Ward | 2000-07-30 | 1 | -69/+63 |
|
|
* | Added class docstring and ditched inappropriate class attrs. | Greg Ward | 2000-07-30 | 1 | -123/+126 |
|
|
* | Provides the FileList class for building a list of filenames by exploring | Greg Ward | 2000-07-30 | 1 | -0/+362 |
|
|
* | Bump version to 0.9.1pre. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 9 | -11/+11 |
|
|
* | Remove unused 'search_dir()' method. | Greg Ward | 2000-07-27 | 1 | -21/+1 |
|
|
* | Fix to call 'library_filename()' instead of the non-existent | Greg Ward | 2000-07-27 | 1 | -3/+5 |
|
|
* | Typo fix from David Ascher. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Typo fix from Bastian Kleineidam | Andrew M. Kuchling | 2000-07-14 | 1 | -1/+1 |
|
|
* | fix inconsistent use of tabs and spaces | Jeremy Hylton | 2000-07-07 | 4 | -24/+24 |
|
|
* | Fixed so the ZIP file (which is bundled into an executable) goes in the | Greg Ward | 2000-07-05 | 1 | -4/+13 |
|
|
* | Added --dist-dir option to control where output archive(s) go. | Greg Ward | 2000-07-05 | 1 | -1/+7 |
|
|
* | Added the --dist-dir option that the "bdist_*" will use to control where | Greg Ward | 2000-07-05 | 1 | -0/+7 |
|
|
* | Added the --dist-dir option to control where the archive(s) are put; | Greg Ward | 2000-07-05 | 1 | -1/+11 |
|
|
* | Simplify the registry-module-finding code: _winreg or win32api/win32con. | Greg Ward | 2000-06-30 | 1 | -4/+1 |
|
|
* | Bump version to 0.9. | Greg Ward | 2000-06-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | On second thought, first try for _winreg, and then winreg. Only if both | Greg Ward | 2000-06-29 | 1 | -1/+5 |
|
|
* | Changed to use _winreg module instead of winreg. | Greg Ward | 2000-06-29 | 1 | -6/+6 |
|
|
* | Cleaned up and reformatted by Rene Liebscher. | Greg Ward | 2000-06-29 | 1 | -95/+113 |
|
|
* | 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 | 4 | -5/+5 |
|
|
* | Lyle Johnson: pass in temp directory as 'build_temp' argument when calling | Greg Ward | 2000-06-28 | 1 | -1/+2 |
|
|
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 3 | -11/+21 |
|
|
* | Typo fix. | Greg Ward | 2000-06-28 | 1 | -1/+1 |
|
|
* | Lyle Johnson's interface to Borland C++, with a few editorial comments by me. | Greg Ward | 2000-06-28 | 1 | -0/+344 |
|
|
* | 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 |
|
|
* | Oops, only do that AIX hack on AIX. | Greg Ward | 2000-06-27 | 1 | -1/+1 |
|
|
* | Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. | Greg Ward | 2000-06-27 | 1 | -15/+12 |
|
|
* | 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 |
|
|
* | Define the 'executables' class attribute so the CCompiler constructor | Greg Ward | 2000-06-25 | 1 | -1/+8 |
|
|
* | 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 |
|
|
* | Added PreprocessError and UnknownFileError (both used by CCompiler). | Greg Ward | 2000-06-25 | 1 | -1/+5 |
|
|
* | Call 'customize_compiler()' after getting CCompiler object. | Greg Ward | 2000-06-25 | 1 | -0/+2 |
|
|