- 22 Mar, 2001 1 commit
-
-
Andrew M. Kuchling authored
-
- 17 Mar, 2001 2 commits
-
-
Andrew M. Kuchling authored
specified on the command-line or in setup.cfg. The option processing leaves them as strings, but they're supposed to be lists.
-
Andrew M. Kuchling authored
-
- 16 Mar, 2001 2 commits
-
-
Thomas Heller authored
before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python?
-
Thomas Heller authored
has been changed to include an uninstaller. I forgot to mention in the uninstaller checkin that the logfile name (used for uninstalling) has been changed from <module>.log to <module>-wininst.log. This should prevent conflicts with a distutils logfile serving the same purpose. The short form of the --bdist-dir (-d) option has been removed because it caused conflicts with the short form of the --dist-dir option.
-
- 10 Mar, 2001 1 commit
-
-
Ka-Ping Yee authored
-
- 02 Mar, 2001 1 commit
-
-
Fred Drake authored
slightly more brief, and more like the message that an extension will not be built because the built copy is up to date.
-
- 28 Feb, 2001 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 27 Feb, 2001 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
the Cygwin-specific compiler class. (According to Jason Tishler, cygwinccompiler needs some work to handle the differences in Cygwin- and MSVC-Python. Makefile and config files are currently ignored by cygwinccompiler, as it was written to support cygwin for extensions which are intended to be used with the standard MSVC built Python.)
-
Andrew M. Kuchling authored
-
- 19 Feb, 2001 2 commits
-
-
Thomas Heller authored
--bitmap command line option allows to use a different bitmap file instead of the build-in python powered logo. --title lets you specify the text to display on the background. The editbox in the first screen now longer is selected (highlighted), it had the WS_TABSTOP flag. This is the patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470 with two changes: 1. No messagebox displayed when the compilation to .pyc or .pyo files failes, this will only confuse the user (and it will fail under certain cases, where sys.path contains garbage). 2. A debugging print statement was removed from bdist_wininst.py.
-
Marc-André Lemburg authored
and also takes the sys.platform name into account. This helps on platforms where there are multiple possible compiler backends (the one with which Python itself was compiled is preferred over others in this case). The patch uses this new technique to enable using cygwin compiler per default for cygwin compiled Pythons. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 17 Feb, 2001 1 commit
-
-
Andrew M. Kuchling authored
This partially fixes bug #128930.
-
- 16 Feb, 2001 1 commit
-
-
Neil Schemenauer authored
-
- 09 Feb, 2001 3 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
(This one was trivial -- no actual string. references in it!)
-
- 05 Feb, 2001 1 commit
-
-
Andrew M. Kuchling authored
Uche Ogbuji
-
- 31 Jan, 2001 1 commit
-
-
Jeremy Hylton authored
-
- 28 Jan, 2001 2 commits
-
-
Jack Jansen authored
the resulting path is empty.
-
Jack Jansen authored
-
- 26 Jan, 2001 1 commit
-
-
Marc-André Lemburg authored
building.
-
- 25 Jan, 2001 1 commit
-
-
Jeremy Hylton authored
prevent binding for str from masking use of builtin str in nested function. (This is the only case I found in the standard library where a local shadows a global or builtin. There may be others, but the regression test doesn't catch them.)
-
- 24 Jan, 2001 2 commits
-
-
Neil Schemenauer authored
-
Andrew M. Kuchling authored
Lib/distutils/command/build_ext.py(build_ext.finalize_options): Add Cygwin specific code to append Python's library directory to the extension's list of library directories. (build_ext.get_libraries): Add Cygwin specific code to append Python's (import) library to the extension's list of libraries.
-
- 19 Jan, 2001 1 commit
-
-
Andrew M. Kuchling authored
This patch adds support for Cygwin to util.get_platform(). A Cygwin specific case is needed due to the format of Cygwin's uname command, which contains '/' characters.
-
- 17 Jan, 2001 1 commit
-
-
Andrew M. Kuchling authored
sys.prefix + 'config/Makefile'. When building Python for the first time, these files aren't there, so the files from the build tree have to be used instead; this file adds an entry point for specifying that the build tree files should be used. (Perhaps 'set_python_build' should should be preceded with an underscore?)
-
- 16 Jan, 2001 3 commits
-
-
Andrew M. Kuchling authored
for done[n] can be integers as well as strings, but the code concatenates them with strings (fixed by adding a str()) and calls string.strip() on them (fixed by rearranging the logic) (Presumably this wasn't noticed previously because parse_makefile() was only called on Modules/Makefile, which contains no integer-valued variables.)
-
Andrew M. Kuchling authored
produce a list of unique filenames: "While attempting to build an RPM using distutils on Python 2.0, rpm complained about duplicate files. The following patch fixed that problem.
-
Andrew M. Kuchling authored
prevent creating files such as build/lib.whatever/Modules/foo.o when given a source filename such as Modules/foo.c.
-
- 15 Jan, 2001 1 commit
-
-
Andrew M. Kuchling authored
to the Distutils-SIG and archived at http://mail.python.org/pipermail/distutils-sig/2000-November/001755.html
-
- 11 Jan, 2001 1 commit
-
-
Andrew M. Kuchling authored
-
- 09 Jan, 2001 1 commit
-
-
Andrew M. Kuchling authored
os.pathsep
-
- 20 Dec, 2000 1 commit
-
-
Andrew M. Kuchling authored
DISTUTILS_DEBUG set"
-
- 12 Dec, 2000 1 commit
-
-
Fred Drake authored
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 11 Nov, 2000 1 commit
-
-
Greg Ward authored
use it to generate a dialog for users to specify the command-line (because providing a command-line with MacPython is so awkward).
-
- 15 Oct, 2000 1 commit
-
-
Greg Ward authored
-
- 14 Oct, 2000 1 commit
-
-
Greg Ward authored
-