- 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.
-
- 29 Jan, 2002 1 commit
-
-
Martin v. Löwis authored
-
- 18 Jan, 2002 1 commit
-
-
Thomas Heller authored
present - at least the swigged file should be named <name>_wrap.c as this is also SWIG's default. (Even better would be to generate the wrapped sources in a different location, but I'll leave this for later). Newer versions of SWIG don't accept the -dnone flag any more. Since virtually nobody uses SWIG with distutils, this should do no harm. Suggested be Martin Bless on c.l.p.
-
- 12 Jan, 2002 1 commit
-
-
Martin v. Löwis authored
-
- 21 Dec, 2001 1 commit
-
-
Andrew M. Kuchling authored
Question for Jack Jansen: is this reasonable? Candidate for 2.2 release branch (if Jack thinks it's OK).
-
- 18 Dec, 2001 2 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
crashes. If no external zip-utility is found, the archive is created by the zipfile module, which behaves different now than in 2.1: if the zip-file is created in the root directory if the distribution, it will contain an (empty) version of itself. This triggered the above bug - so it's better to create the zip-file far away in the TMP directory.
-
- 11 Dec, 2001 2 commits
-
-
Marc-André Lemburg authored
> > When using 'distutils' (shipped with Python 2.1) I've found that my > Python scripts installed with a first line of: > > #!/usr/bin/python2.1None > > This is caused by distutils trying to patch the first line of the python > script to use the current interpreter.
-
Fred Drake authored
searched for a dependency for runtime linking. This closes SF bug #445902.
-
- 10 Dec, 2001 2 commits
-
-
Michael W. Hudson authored
[ #409430 ] pydoc install broken
-
Michael W. Hudson authored
[ #477371 ] build_scripts can use wrong #! line scripts now get "built" into a directory build/scripts-$(PYTHON_VERSION)/
-
- 06 Dec, 2001 6 commits
-
-
Fred Drake authored
distutils for the library modules built as shared objects. A better solution appears possible, but with the threat that the distutils becomes more magical ("complex"). This closes SF bug #458343.
-
Andrew M. Kuchling authored
adjust it when a versioned interpreter is supplied (#!.../python2 ...)
-
Fred Drake authored
-
Fred Drake authored
-
Thomas Heller authored
invalid filenames on Windows when building without specifying a version number in the setup script. See also http://mail.python.org/pipermail/distutils-sig/2001-November/002656.html Bugfix candidate.
-
Andrew M. Kuchling authored
-
- 10 Nov, 2001 1 commit
-
-
Jack Jansen authored
Tom Loredo.
-
- 05 Oct, 2001 2 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
in the gui. Updated to include the new exe-file.
-
- 05 Sep, 2001 2 commits
-
-
Thomas Heller authored
bdist_wininst doesn't use the NT SCHEME any more, instead a custom SCHEME is used, which is exchanged at installation time, depending on the python version used. Avoid a bogus warning frpom install_lib about installing into a directory not on sys.path.
-
Andrew M. Kuchling authored
This will have to stay until we decide to drop 1.5.2 compatibility completely.
-
- 04 Sep, 2001 3 commits
-
-
Andrew M. Kuchling authored
Slightly modified version of patch from Jon Nelson (jnelson).
-
Andrew M. Kuchling authored
INSTALLED_FILES output. Modified version of a patch from Jon Nelson (jnelson)
-
Jack Jansen authored
Fixed.
-
- 03 Sep, 2001 1 commit
-
-
Neil Schemenauer authored
-
- 29 Aug, 2001 1 commit
-
-
Neil Schemenauer authored
the setup script is running from inside Vim.
-
- 27 Aug, 2001 1 commit
-
-
Jack Jansen authored
'static' and 'shared'. This fixes extension building for dynamic Pythons on MacOSX.
-
- 23 Aug, 2001 1 commit
-
-
Greg Ward authored
modules and extensions on Windows is now $PREFIX/Lib/site-packages. Includes backwards compatibility code for pre-2.2 Pythons. Contributed by Paul Moore.
-