- 26 Feb, 2003 1 commit
-
-
Andrew M. Kuchling authored
specified with an absolute path, the object file is also written to an absolute path. The patch drops the drive and leading '/' from the source path, so a path like /path/to/foo.c results in an object file like build/temp.i686linux/path/to/foo.o.
-
- 20 Feb, 2003 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
levels. (Previously, -vvv would be the same as -q!)
-
- 19 Feb, 2003 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call
-
- 18 Feb, 2003 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 10 Feb, 2003 1 commit
-
-
Jack Jansen authored
split into OPT and BASECFLAGS (Makefile.pre.in rev. 1.108), because now there are essential CFLAGS in BASECFLAGS.
-
- 03 Feb, 2003 1 commit
-
-
Just van Rossum authored
-
- 31 Jan, 2003 1 commit
-
-
Thomas Heller authored
when compiling .RC files. From Robin Dunn, fixes SF # 669198.
-
- 29 Jan, 2003 1 commit
-
-
Guido van Rossum authored
want it to be. Log both the old and new mode.
-
- 27 Jan, 2003 1 commit
-
-
Andrew M. Kuchling authored
have two tuples listing the legal keywords for setup() and Extension()
-
- 24 Jan, 2003 1 commit
-
-
Guido van Rossum authored
executable.
-
- 06 Jan, 2003 1 commit
-
-
Andrew M. Kuchling authored
(Power Macintosh -> Power_Macintosh)
-
- 03 Jan, 2003 2 commits
-
-
Andrew M. Kuchling authored
Add the 'register' distutils command
-
Andrew M. Kuchling authored
Add 'classifiers' keyword to DistributionMetadata
-
- 29 Dec, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 03 Dec, 2002 1 commit
-
-
Marc-André Lemburg authored
-
- 29 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 27 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 26 Nov, 2002 3 commits
-
-
Fred Drake authored
-
Andrew M. Kuchling authored
This adds a --relative option to the bdist_dumb command that defaults to false; if true, the .tar.gz or .zip will be assembled using relative paths.
-
Andrew M. Kuchling authored
-
- 22 Nov, 2002 2 commits
-
-
Thomas Heller authored
bdist_wininst.py we will see.) Removed the base64 encoded binary contents, wininst.exe must be in the same directory as this file now. wininst.exe must be recompiled and commited each time the sources in PC/bdist_wininst are changed.
-
Thomas Heller authored
-
- 21 Nov, 2002 3 commits
-
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
Previously archive_util.py attempted to spawn an external 'zip' program for the zip action, if this fails, an attempt to import zipfile.py is made... This bites folks who have 'old' or non-conforming zip programs on windows platforms. This change tries the 'zipfile' module first, falling back to spawning a zip process if the module isn't available.
-
- 20 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 19 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
suggested by PEP 291.
-
- 14 Nov, 2002 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
If you have source files srcdir1/foo.c and srcdir2/foo.c, the temporary .o for both files is written to build/temp.<platform>/foo.o. This patch sets strip_dir to false for both calls to object_filename, so now the object files are written to temp.<platform>/srcdir1/foo.o and .../srcdir2/foo.o. 2.2 bugfix candidate
-
- 13 Nov, 2002 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
The two long lines have been reflowed differently; hopefully someone on BeOS can test them. Rev. 1.53 also converted string.atoi() to int(); I've left that alone.
-
Andrew M. Kuchling authored
-
- 08 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
Fixed by catching all exceptions that are subclasses of DistutilsError, so only the error message will be printed. You can still get the whole traceback by enabling the Distutils debugging mode.
-