summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* This module broke on the Mac (where it can't work, but distutils seems to imp...Jack Jansen2002-06-261-1/+2
* Only import msvccompiler on win32 platforms.Jeremy Hylton2002-06-181-11/+11
* Extend dependency tracking so that .o files are rebuilt.Jeremy Hylton2002-06-131-4/+2
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-121-1/+2
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-2/+18
* Change warning to debug level; it's a very minor issue.Jeremy Hylton2002-06-061-2/+2
* Move warning about directory not on sys.path to debug level.Jeremy Hylton2002-06-041-8/+10
* Replace bogus bare variables with attribute access.Jeremy Hylton2002-06-041-3/+4
* Remove unused importsJeremy Hylton2002-06-042-2/+0
* Make None return explicitJeremy Hylton2002-06-041-1/+1
* import base64 at the top to avoid two different imports at other timesJeremy Hylton2002-06-041-2/+2
* ensure_filename() only takes one argument.Jeremy Hylton2002-06-041-6/+4
* Reindent lines to improve readabilityJeremy Hylton2002-06-041-3/+3
* Remove (commented out) options that have moved into the distribution.Jeremy Hylton2002-06-041-13/+0
* get_script() implicitly returned None and also had explicit returns.Jeremy Hylton2002-06-041-26/+25
* Fix bug in recent change to logging code.Jeremy Hylton2002-06-041-1/+1
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-042-11/+3
* Remove unused imports caught by pycheckerJeremy Hylton2002-06-042-3/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-0415-93/+77
* Remove unneeded importAndrew M. Kuchling2002-05-301-1/+0
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-251-1/+8
* 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
* 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
* 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