summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Fixed the move-RPM-files hack so it knows about the '--binary-only' andGreg Ward2000-08-151-8/+11
* Added support for the '--dist-dir' option, including a mildly nastyGreg Ward2000-08-151-4/+23
* Fix long-hidden inconsistency in internal interface: 'find_modules()' nowGreg Ward2000-08-151-7/+2
* get_export_symbols() changed, adds now module init function if not givenGreg Ward2000-08-131-8/+4
* Fix so the 'install_libbase' directory -- where .pth files are installed --Greg Ward2000-08-071-1/+1
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-057-16/+18
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-021-3/+6
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-021-1/+1
* Patch from Rene Liebscher, tweaked by me:Greg Ward2000-08-011-44/+41
* Catch syntax errors from processing template lines and turn them intoGreg Ward2000-07-301-2/+9
* Replaced 'self.files' with 'self.filelist': now we carry around a FileListGreg Ward2000-07-301-54/+38
* The other half of Rene Liebscher's patch to add the Template class,Greg Ward2000-07-301-305/+15
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-274-4/+4
* Remove unused 'search_dir()' method.Greg Ward2000-07-271-21/+1
* Typo fix from David Ascher.Greg Ward2000-07-271-1/+1
* Typo fix from Bastian KleineidamAndrew M. Kuchling2000-07-141-1/+1
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-072-6/+6
* Fixed so the ZIP file (which is bundled into an executable) goes in theGreg Ward2000-07-051-4/+13
* Added --dist-dir option to control where output archive(s) go.Greg Ward2000-07-051-1/+7
* Added the --dist-dir option that the "bdist_*" will use to control whereGreg Ward2000-07-051-0/+7
* Added the --dist-dir option to control where the archive(s) are put;Greg Ward2000-07-051-1/+11
* Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part,Greg Ward2000-06-291-5/+5
* Don't try to guess the name of a .def file -- if one is supplied, use it,Greg Ward2000-06-291-6/+0
* Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,Greg Ward2000-06-291-1/+1
* Fixed 'findall()' so it only returns regular files -- no directories.Greg Ward2000-06-291-18/+54
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-281-1/+2
* Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib"Greg Ward2000-06-281-28/+20
* Fixed to use 'reinitialize_command()' to fetch the "install" command object.Greg Ward2000-06-281-6/+1
* A-ha! Read Thomas' patch a little more carefully and figured it out:Greg Ward2000-06-271-1/+2
* Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support.Greg Ward2000-06-271-9/+21
* Thomas Heller's "bdist_wininst" command (unreviewed, untested).Greg Ward2000-06-271-0/+448
* Infrastructure support for the "bdist_wininst" command.Greg Ward2000-06-272-0/+3
* Added 'include_dirs' parameters all over the place.Greg Ward2000-06-271-19/+39
* Removed some debugging code that slipped into the last checkin.Greg Ward2000-06-251-4/+3
* Fixed the "pre-link hook" so it actually works, mainly by renaming itGreg Ward2000-06-251-41/+33
* Call 'customize_compiler()' after getting CCompiler object.Greg Ward2000-06-251-0/+2
* Fixed a few silly bugs in my SWIG support code. (Hey, I said it wasGreg Ward2000-06-251-3/+5
* Print a warning if we install a data file right in install_dir.Greg Ward2000-06-241-3/+7
* Changed the default installation directory for data files (used byGreg Ward2000-06-241-4/+4
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-245-41/+56
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-244-18/+21
* Experimental, completely untested SWIG support.Greg Ward2000-06-241-5/+74
* Fix inspired by Rene Liebscher: if setup script is newer than theGreg Ward2000-06-211-3/+26
* Delete spurious comment.Greg Ward2000-06-211-1/+0
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-212-5/+15
* Rene Liebscher: when fixing up directories with an alternate root, includeGreg Ward2000-06-211-1/+2
* Fleshed out and added a bunch of useful stuff, notably 'check_func()',Greg Ward2000-06-211-32/+176
* Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()',Greg Ward2000-06-171-36/+63
* Fixed install directory for header files on Unix.Greg Ward2000-06-171-1/+1