- 04 Jun, 2002 15 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Call ensure_string() with one arg too, since the second value passed was the default.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Make all returns explicit and rearrange logic to avoid extra indentation.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
mode is not computed in dry_run mode, so it can't be included in the log message.
-
Jeremy Hylton authored
Fixes a bug for Solaris pkgtool (bdist_pkgtool) that would have prevented it from building subpackages.
-
Jeremy Hylton authored
constant.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
This is a conservative version of SF patch 504889. It uses the log module instead of calling print in various places, and it ignores the verbose argument passed to many functions and set as an attribute on some objects. Instead, it uses the verbosity set on the logger via the command line. The log module is now preferred over announce() and warn() methods that exist only for backwards compatibility. XXX This checkin changes a lot of modules that have no test suite and aren't exercised by the Python build process. It will need substantial testing.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
# XXX this isn't used anywhere, and worse, it has the same name as a method # in Command with subtly different semantics. (This one just has one # source -> one dest; that one has many sources -> one dest.) Nuke it? Yes. Nuke it.
-
Fred Drake authored
modules, distutils does not understand that the build version of the source tree is needed. This patch fixes distutils.sysconfig to understand that the running Python is part of the build tree and needs to use the appropriate "shape" of the tree. This does not assume anything about the current directory, so can be used to build 3rd-party modules using Python's build tree as well. This is useful since it allows us to use a non-installed debug-mode Python with 3rd-party modules for testing. It as the side-effect that set_python_build() is no longer needed (the hack which was added to allow distutils to be used to build the "standard" extension modules). This closes SF patch #547734.
-
- 30 May, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 06 May, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 25 Apr, 2002 3 commits
-
-
Thomas Heller authored
allows the debugger to find the source without asking the user to browse for it.
-
Thomas Heller authored
under NT - this allows distutils to work with the CVS version or the source distribution. Wrap a long line.
-
Thomas Heller authored
-
- 23 Apr, 2002 1 commit
-
-
Barry Warsaw authored
-
- 17 Apr, 2002 1 commit
-
-
Marc-André Lemburg authored
base class (in bdist_packager) and two subclasses which make use of this base class: bdist_pkgtool (for Solaris) and bdist_sdux (for HP-UX).
-
- 09 Apr, 2002 2 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
This suppresses bogus warnings about modules installed into a directory not in sys.path. Bugfix candidate.
-
- 04 Apr, 2002 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
- 29 Mar, 2002 1 commit
-
-
Andrew M. Kuchling authored
the compiler
-
- 22 Mar, 2002 1 commit
-
-
Andrew M. Kuchling authored
.compile to be None, and set it to true if it is. Caught by Pearu Peterson. Bugfix candidate, if the previous change is accepted for release22-maint.
-
- 21 Mar, 2002 3 commits
-
-
Andrew M. Kuchling authored
Remove unused no_compile flag Initialize the Boolean attribute .compile to 0 instead of None Bugfix candidate.
-
Andrew M. Kuchling authored
got this right? Bugfix candidate, unless Thomas notes a problem.
-
Andrew M. Kuchling authored
(Someone should check the other commands for this same error.) Bugfix candidate.
-
- 28 Feb, 2002 1 commit
-
-
Marc-André Lemburg authored
bug #521526.
-
- 20 Feb, 2002 1 commit
-
-
Thomas Heller authored
--install-script ... command line option to bdist_wininst) at the end of the installation and at the start of deinstallation. Output (stdout, stderr) of the script (if any) is displayed in the last screen at installation, or in a simple message box at deinstallation. sys.argv[1] for the script will contain '-install' at installation time or '-remove' at deinstallation time. The installation script runs in an environment (embedded by the bdist_wininst runtime) where an additional function is available as builtin: create_shortcut(path, description, filename, [arguments[, workdir[, iconpath, iconindex]]]) Recreated this file after source changes.
-
- 11 Feb, 2002 1 commit
-
-
Just van Rossum authored
-
- 08 Feb, 2002 1 commit
-
-
Thomas Heller authored
-
- 06 Feb, 2002 1 commit
-
-
Marc-André Lemburg authored
distutils patch for OS/2. Here it is...
-
- 01 Feb, 2002 2 commits
-
-
Andrew M. Kuchling authored
installations are present, by always unlinking the destination file before copying to it. Without the unlink(), the copied file remains owned by its previous UID, causing the subsequent chmod() to fail. Bugfix candidate, though it may cause changes on platforms where file ownership behaves differently.
-
Thomas Heller authored
local conventions before being used by build_py. Fixes SF bug #509288, probably a candidate for 2.2.1
-
- 31 Jan, 2002 2 commits
-
-
Andrew M. Kuchling authored
contain the type of the file (regular file, socket, link, &c.). This means that install_scripts will now print "changing mode of <file> to 775" instead of "... to 100775". 2.2 bugfix candidate, I suppose, though this isn't actually fixing a bug.
-
Marc-André Lemburg authored
Closes patch #435381.
-