summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* get_script() implicitly returned None and also had explicit returns.Jeremy Hylton2002-06-041-26/+25
* global _option_order is not usedJeremy Hylton2002-06-041-6/+0
* Fix bug in recent change to logging code.Jeremy Hylton2002-06-041-1/+1
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-046-22/+8
* Set repeat metadata for an option based on repeat local var notJeremy Hylton2002-06-041-1/+1
* Remove unused imports caught by pycheckerJeremy Hylton2002-06-044-5/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-0432-313/+260
* A simple log mechanism styled after the proposed std library moduleJeremy Hylton2002-06-041-0/+56
* The comment said:Jeremy Hylton2002-06-041-20/+0
* When using a Python that has not been installed to build 3rd-partyFred Drake2002-06-041-14/+22
* Remove unneeded importAndrew M. Kuchling2002-05-301-1/+0
* Prevent convert_path from crashing if the path is an empty string. Bugfix ca...Andrew M. Kuchling2002-05-061-2/+2
* Pass the full pathname to MSVC when compiling a debug version. ThisThomas Heller2002-04-251-0/+6
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-251-1/+8
* Fix trivial typo.Thomas Heller2002-04-251-1/+1
* Whitespace normalization. Unka Timmy would be proud.Barry Warsaw2002-04-232-57/+57
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-175-4/+976
* Remove unconditional debugging prints.Thomas Heller2002-04-091-3/+0
* Set the warn_dir option to 0 before running the install command.Thomas Heller2002-04-092-0/+2
* Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.Tim Peters2002-04-041-2/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* [Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling2002-03-291-0/+2
* Revert part of previous patch: several install_* subcommands expectAndrew M. Kuchling2002-03-221-1/+1
* Add missing Boolean optionsAndrew M. Kuchling2002-03-211-3/+2
* Add unlisted Boolean options. Thomas H., can you please check that IAndrew M. Kuchling2002-03-211-1/+2
* [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
* on MacOSX/Darwin, use ranlib when building static libs.Just van Rossum2002-02-111-1/+4
* Make it 1.5.2 compatible again.Thomas Heller2002-02-081-4/+5
* Forgot to add the new emxccompiler.py from Andrew I. MacIntyre'sMarc-André Lemburg2002-02-061-0/+334
* [Bug #220993; may also fix bug #479469] Fix flakiness when oldAndrew M. Kuchling2002-02-011-0/+7
* 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-318-4/+108
* Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.Martin v. Löwis2002-01-291-0/+4
* 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
* Suggested by Pete Shinners: treat .m and .mm files as source code.Andrew M. Kuchling2001-12-211-1/+1
* 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
* When using GCC, use the right option to add a directory to the list of dirsFred Drake2001-12-111-1/+18
* 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
* Whitespace normalization.Fred Drake2001-12-0621-216/+210
* Use a version number of 0.0.0 instead of ???. The latter leads toThomas Heller2001-12-061-1/+1