summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-057-16/+18
* Drop the 'extend()' function -- old 1.5.1 compatibility hack thatGreg Ward2000-08-051-20/+0
* Added 'debug_print()'.Greg Ward2000-08-041-0/+5
* Rewrote 'find_library_file()' much more cleanly (and consistently withGreg Ward2000-08-041-18/+16
* Added 'debug' flag to 'find_library_file()', and changed code to handle it.Greg Ward2000-08-041-6/+11
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-042-4/+6
* Typo fix.Greg Ward2000-08-021-1/+1
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-021-3/+6
* Added 'execute()' method, a thin wrapper around 'util.execute() (just likeGreg Ward2000-08-021-1/+4
* Replaced 'execute()' method with a thin wrapper around 'util.execute()'.Greg Ward2000-08-021-25/+1
* Added the 'execute()' function (moved here from cmd.py with minor tweakage).Greg Ward2000-08-021-0/+26
* Rene Liebscher: fix 'skipping byte-compilation' message for grammaticalGreg Ward2000-08-021-1/+1
* Latest version from Rene Liebscher; major changes:Greg Ward2000-08-021-107/+230
* Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc.Greg Ward2000-08-021-17/+1
* Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.Greg Ward2000-08-021-13/+30
* Patch from Rene Liebscher. Some ugly changes, but supposedly this makesGreg Ward2000-08-021-29/+70
* Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore.Greg Ward2000-08-021-10/+0
* Removed 'export_symbol_file'.Greg Ward2000-08-021-8/+1
* Ditched some debugging prints.Greg Ward2000-08-021-3/+0
* Patch from Rene Liebscher: generate an /IMPLIB: option to ensure thatGreg Ward2000-08-021-1/+13
* 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
* Added list-like methods: 'append()', 'extend()', 'sort()'.Greg Ward2000-07-301-14/+46
* 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
* Typo fix.Greg Ward2000-07-301-1/+1
* Added DistutilsTemplateError.Greg Ward2000-07-301-0/+3
* Ditched the unused 'recursive_exclude_pattern()' method.Greg Ward2000-07-301-24/+0
* Renamed 'select_pattern()' to 'include_pattern()'.Greg Ward2000-07-301-15/+16
* Renamed 'process_line()' to 'process_template_line()', and factored outGreg Ward2000-07-301-69/+63
* Added class docstring and ditched inappropriate class attrs.Greg Ward2000-07-301-123/+126
* Provides the FileList class for building a list of filenames by exploringGreg Ward2000-07-301-0/+362
* Bump version to 0.9.1pre.Greg Ward2000-07-271-1/+1
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-279-11/+11
* Remove unused 'search_dir()' method.Greg Ward2000-07-271-21/+1
* Fix to call 'library_filename()' instead of the non-existentGreg Ward2000-07-271-3/+5
* 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-074-24/+24
* 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
* Simplify the registry-module-finding code: _winreg or win32api/win32con.Greg Ward2000-06-301-4/+1
* Bump version to 0.9.Greg Ward2000-06-301-1/+1
* 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
* On second thought, first try for _winreg, and then winreg. Only if bothGreg Ward2000-06-291-1/+5
* Changed to use _winreg module instead of winreg.Greg Ward2000-06-291-6/+6
* Cleaned up and reformatted by Rene Liebscher.Greg Ward2000-06-291-95/+113