summaryrefslogtreecommitdiff
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
* [Bug #517451] bdist_rpm didn't list all of its Boolean options.Andrew M. Kuchling2002-03-211-1/+1
* Allow shebang's which use versioned Python binaries. FixesMarc-André Lemburg2002-02-281-1/+1
* First version which runs an install-script (specified by theThomas Heller2002-02-201-314/+354
* package_dir must be converted from the distutils path conventions toThomas Heller2002-02-011-1/+5
* Restrict the mode to the lowest four octal positions; higher positionsAndrew M. Kuchling2002-01-311-1/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-314-3/+43
* SWIGing a source file <name>.i silently overwrites <name>.c if it isThomas Heller2002-01-181-2/+2
* Patch #414775: Add --skip-build option to bdist command.Martin v. Löwis2002-01-123-3/+18
* Recreated after source changes.Thomas Heller2001-12-181-284/+284
* Second part of fix for bug [#483982] Python 2.2b2 bdist_wininstThomas Heller2001-12-181-3/+6
* Joe VanAndel wrote:Marc-André Lemburg2001-12-111-1/+1
* Fix forMichael W. Hudson2001-12-101-2/+11
* Fix forMichael W. Hudson2001-12-101-1/+2
* Visious hackery to solve a build-control problem related to our use ofFred Drake2001-12-061-0/+11
* [Bug #475009] Tighten the pattern for the first line, so we don'tAndrew M. Kuchling2001-12-061-1/+1
* Whitespace normalization.Fred Drake2001-12-0611-48/+48
* Explicitely list the metadata attributes to showThomas Heller2001-10-051-295/+304
* Implement PEP250: Use Lib/site-packages under windows.Thomas Heller2001-09-051-311/+306
* [Bug #444589] Record empty directories in the install_data commandAndrew M. Kuchling2001-09-041-4/+12
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-041-2/+5
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-231-7/+18
* [Patch #444854 from twburton]Andrew M. Kuchling2001-08-161-1/+4
* [Patch #442530 from twburton]Andrew M. Kuchling2001-08-161-4/+4
* Fix for NameError caught by PyChecker.Andrew M. Kuchling2001-08-131-2/+2
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-291-0/+2
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-2/+2
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-251-4/+2
* dummy checkin for testing, please ignoreunknown2001-07-041-1/+0
* Fix bug #418369: typo in bdist_rpmAndrew M. Kuchling2001-05-211-1/+1
* Since bdist_wininst.py contains the installer executable, it had to beThomas Heller2001-04-101-262/+262
* Call the write_pkg_info methodAndrew M. Kuchling2001-03-221-2/+2
* Fix bug #233253: the --define and --undef options didn't work, whetherAndrew M. Kuchling2001-03-171-0/+15
* The bdist_wininst.py command has been recreated after wininst.exeThomas Heller2001-03-161-272/+308
* Make docstrings raw, since they contain literal backslashes.Ka-Ping Yee2001-03-101-1/+1
* When not copying a file because the output is up to date, make the messageFred Drake2001-03-021-2/+2
* Leave #! lines featuring /usr/bin/env aloneAndrew M. Kuchling2001-02-281-2/+4
* Enhancements to the bdist_wininst command:Thomas Heller2001-02-191-265/+282
* Split the rpath argument into multiple paths, turning it into a list.Andrew M. Kuchling2001-02-171-0/+3
* Patch #103587: Fix typo that broke the install_data command; caught byAndrew M. Kuchling2001-02-051-1/+1
* Data pathnames were not converted from URL-style to local style. Fixed.Jack Jansen2001-01-281-2/+4
* Added an execution layer to be able to customize per-extensionMarc-André Lemburg2001-01-261-91/+92
* Part of patch #102409: special cases for Cygwin:Andrew M. Kuchling2001-01-241-0/+18
* Modified version of a patch from Jeremy Kloth, to make .get_outputs()Andrew M. Kuchling2001-01-161-1/+5
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-091-0/+2
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-201-0/+1