- 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 2 commits
-
-
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.
-
Andrew M. Kuchling authored
-
- 07 Nov, 2002 2 commits
-
-
Thomas Heller authored
always available on Windows NT. When the function cannot be loaded, get_special_folder_path raises OSError, "function not available". Compiled the exe, and rebuilt bdist_wininst.py.
-
-
- 06 Nov, 2002 1 commit
-
-
Gustavo Niemeyer authored
* Lib/distutils/command/bdist_rpm.py (bdist_rpm.initialize_options): Included verify_script attribute. (bdist_rpm.finalize_package_data): Ensure that verify_script is a filename. (bdist_rpm._make_spec_file): Included verify_script in script_options tuple. * Misc/NEWS Mention change.
-
- 05 Nov, 2002 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-