- 03 Mar, 2003 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
This patch makes it work again.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 28 Şub, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 26 Şub, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
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 Şub, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
levels. (Previously, -vvv would be the same as -q!)
-
- 19 Şub, 2003 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call
-
- 18 Şub, 2003 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 10 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
split into OPT and BASECFLAGS (Makefile.pre.in rev. 1.108), because now there are essential CFLAGS in BASECFLAGS.
-
- 03 Şub, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 31 Ock, 2003 1 kayıt (commit)
-
-
Thomas Heller yazdı
when compiling .RC files. From Robin Dunn, fixes SF # 669198.
-
- 29 Ock, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
want it to be. Log both the old and new mode.
-
- 27 Ock, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
have two tuples listing the legal keywords for setup() and Extension()
-
- 24 Ock, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
executable.
-
- 06 Ock, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
(Power Macintosh -> Power_Macintosh)
-
- 03 Ock, 2003 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Add the 'register' distutils command
-
Andrew M. Kuchling yazdı
Add 'classifiers' keyword to DistributionMetadata
-
- 29 Ara, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 03 Ara, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 29 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 27 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 26 Kas, 2002 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
-
- 22 Kas, 2002 2 kayıt (commit)
-
-
Thomas Heller yazdı
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 yazdı
-
- 21 Kas, 2002 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
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 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 19 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
suggested by PEP 291.
-
- 14 Kas, 2002 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
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
-