summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Set the 'nt' installation scheme for the install command even if runThomas Heller2000-09-191-8/+25
* Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).Greg Ward2000-09-181-1/+1
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-171-1/+5
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-161-5/+18
* Renamed --keep-tree to --keep-temp.Greg Ward2000-09-161-3/+3
* Renamed --clean to --no-keep-temp and --noclean to --keep-temp.Greg Ward2000-09-161-6/+6
* Renamed --keep-tree option to --keep-temp.Greg Ward2000-09-161-3/+3
* Ensure sub-commands of "install" are reinitialized too.Greg Ward2000-09-161-3/+2
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-161-25/+10
* Tweaked the build temp dir names again.Greg Ward2000-09-161-8/+4
* Typo fix.Greg Ward2000-09-161-1/+1
* Include the Python version in the platform-specific build directories:Greg Ward2000-09-161-2/+4
* Document the directory separatory for include dir and library dir lists.Greg Ward2000-09-161-2/+3
* Added 'warn_dir' option so other code can sneak in and disableGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_vars()' insteadGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_var()' insteadGreg Ward2000-09-151-3/+4
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-135-4/+20
* Fix install directories on Mac OS: now everything goes toGreg Ward2000-09-131-2/+2
* Bastian Kleineidam: fix so it cleans up the temporary script-buildingGreg Ward2000-09-121-20/+13
* Delete some debugging prints.Greg Ward2000-09-111-2/+0
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-112-4/+18
* Added --python and --fix-python options for better control over whatGreg Ward2000-09-101-16/+33
* The installer now displays info about version of distutilsThomas Heller2000-09-091-263/+278
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Changes:Thomas Heller2000-09-071-273/+298
* Typo fix.Greg Ward2000-09-071-1/+1
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2
* Rene Liebscher/Thomas Heller:Greg Ward2000-09-011-20/+22
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-292-2/+7
* Fix line-endings.Greg Ward2000-08-271-1/+1
* New release of the Windows installer from Thomas Heller.Greg Ward2000-08-261-283/+296
* In 'check_extensions_list()': when converting old-style 'buildinfo' dict,Greg Ward2000-08-261-1/+3
* Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care ofGreg Ward2000-08-221-2/+0
* 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