summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* SF Patch 1022011: Add a command-line argument --no-autoreq, which sets theSean Reifschneider2004-09-171-1/+8
* SF Patch 1022003: Change bdist_rpm _topdir to useSean Reifschneider2004-09-171-1/+1
* Whitespace normalization.Tim Peters2004-09-121-8/+8
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-101-3/+12
* Patch #808115: Add script support to bdist_rpm.py.Martin v. Löwis2004-09-101-0/+25
* Patch #970015: Replace - by _ in version and release.Martin v. Löwis2004-08-251-2/+2
* Patch #970019: Include version and release in the BuildRoot.Martin v. Löwis2004-08-251-1/+1
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-252-2/+10
* The get_installer_filename() method forgot to return the name itThomas Heller2004-08-171-0/+1
* Since build_py handles package data installation, the list of outputsFred Drake2004-07-281-0/+11
* Factored out a method to determine the final installer filename.Thomas Heller2004-07-231-9/+14
* bdist_wininst does now properly handle unicode strings or byte stringsThomas Heller2004-07-231-7/+18
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-192-0/+0
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-191-1/+7
* Whitespace normalization, via reindent.py.Tim Peters2004-07-187-8/+7
* Recompiled after source file changes.Thomas Heller2004-07-142-0/+0
* Fix SF#983164.Thomas Heller2004-07-061-2/+26
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-022-0/+0
* Make distutils "install --home" support all platforms.Fred Drake2004-06-251-17/+17
* If self.packages is None (this can happen, I saw it), returnSjoerd Mullender2004-06-181-0/+2
* Rebuild the wininst.exe files.Thomas Heller2004-06-182-0/+0
* fix bug: list of data files was initialized too soon in build_pyFred Drake2004-06-171-1/+1
* Add support for package data.Fred Drake2004-06-111-0/+51
* Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele...Anthony Baxter2004-06-111-1/+6
* SF patch 959726: sdist versus SVNTim Peters2004-05-311-2/+2
* Reverting local change checked in by mistake.Tim Peters2004-05-111-4/+3
* Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list ofTim Peters2004-05-111-3/+4
* make sure the default manifest generation includes files identified asFred Drake2004-03-252-0/+6
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-223-1/+83
* Use the right wininstXX.exe, depending onThomas Heller2004-02-201-2/+8
* wininst-6.exe and wininst-7.1.exe are in CVS, so that they can beThomas Heller2004-02-202-0/+0
* wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe.Thomas Heller2004-02-201-0/+0
* Recompiled the binary wininst.exe.Thomas Heller2004-02-201-0/+0
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-201-3/+29
* Revert another local change that snuck into a whitespace normalizationTim Peters2004-01-181-2/+1
* Whitespace normalization.Tim Peters2004-01-181-1/+2
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-271-2/+2
* Fix for sf # 749210, wininst isn't build correctly after building zip.Thomas Heller2003-06-121-1/+1
* Remove the --verify option in favor of the standard -n/--dry-run optionAndrew M. Kuchling2003-04-091-4/+1
* [Bug #69389] List register command in __all__, so setup.py --help-commands wi...Andrew M. Kuchling2003-03-031-0/+1
* Improve descriptionAndrew M. Kuchling2003-03-031-1/+1
* [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...Andrew M. Kuchling2003-02-281-20/+6
* Include download_url in the data POSTed to the catalog serverAndrew M. Kuchling2003-02-191-0/+1
* [Patch #684398] Rename verbose argument to show-response; don't conditionaliz...Andrew M. Kuchling2003-02-191-9/+8
* Use python.org as the repositoryAndrew M. Kuchling2003-02-181-2/+1
* [Patch #681504] Call customize_compiler in config commandAndrew M. Kuchling2003-02-181-0/+2
* patch #664131, fix config command on OSX and LinuxJust van Rossum2003-02-031-1/+2
* Only log a message and chmod() when the mode isn't already what weGuido van Rossum2003-01-291-3/+6
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-241-0/+12
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293