- 07 Şub, 2015 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 13 Mar, 2014 1 kayıt (commit)
-
-
Éric Araujo yazdı
When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages.
-
- 10 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 28 Tem, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
-
- 29 Haz, 2011 2 kayıt (commit)
-
-
Ned Deily yazdı
set the MACOSX_DEPLOYMENT_TARGET env variable for the interpreter process on OS X. This could cause failures in non-distutils subprocesses and was unreliable since tests or user programs could modify the interpreter environment after distutils set it. Instead, have distutils set the the deployment target only in the environment of each build subprocess. Continue to use the previous algorithm for deriving the deployment target value: if MACOSX_DEPLOYMENT_TARGET is not set in the interpreter's env: use the interpreter build configure MACOSX_DEPLOYMENT_TARGET elif the MACOSX_DEPLOYMENT_TARGET env value >= configure value: use the env MACOSX_DEPLOYMENT_TARGET else: # env value less than interpreter build configure value raise exception This allows building extensions that can only run on newer versions of the OS than the version python was built for, for example with a python built for 10.3 or later and an extension that needs to be built for 10.5.
-
Ned Deily yazdı
set the MACOSX_DEPLOYMENT_TARGET env variable for the interpreter process on OS X. This could cause failures in non-distutils subprocesses and was unreliable since tests or user programs could modify the interpreter environment after distutils set it. Instead, have distutils set the the deployment target only in the environment of each build subprocess. Continue to use the previous algorithm for deriving the deployment target value: if MACOSX_DEPLOYMENT_TARGET is not set in the interpreter's env: use the interpreter build configure MACOSX_DEPLOYMENT_TARGET elif the MACOSX_DEPLOYMENT_TARGET env value >= configure value: use the env MACOSX_DEPLOYMENT_TARGET else: # env value less than interpreter build configure value raise exception This allows building extensions that can only run on newer versions of the OS than the version python was built for, for example with a python built for 10.3 or later and an extension that needs to be built for 10.5.
-
- 02 Haz, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73147 | tarek.ziade | 2009-06-02 17:58:43 +0200 (Tue, 02 Jun 2009) | 1 line improved distutils.spawn test coverage + cleaned it up ........
-
Tarek Ziadé yazdı
-
- 25 Ock, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 06 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 17 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
* all calls to functions in the string module (except maketrans) * everything from stropmodule except for maketrans() which is still used
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
-
- 10 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
-
- 10 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Şub, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
by SIGCHLD or sth because no signal is masked before. This fixes an optimized installation problem on FreeBSD libpthread.
-
- 21 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 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Haz, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
This is a conservative version of SF patch 504889. It uses the log module instead of calling print in various places, and it ignores the verbose argument passed to many functions and set as an attribute on some objects. Instead, it uses the verbosity set on the logger via the command line. The log module is now preferred over announce() and warn() methods that exist only for backwards compatibility. XXX This checkin changes a lot of modules that have no test suite and aren't exercised by the Python build process. It will need substantial testing.
-
- 31 Ock, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Closes patch #435381.
-
- 06 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 26 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
Standardize whitespace in function calls.
-
- 02 Agu, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 26 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
rather than None.
-
- 23 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
returns a value.
-
- 07 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
in a rather half-assed, but probably effective, way.
-
- 02 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 17 Ock, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
Tweaked error messages in '_spawn_posix()'.
-
- 08 Eyl, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
Apparently os.name is "nt" or "posix" or we don't care. Cosmetic tweaks.
-
- 29 Agu, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 14 Agu, 1999 1 kayıt (commit)
-
-
Greg Ward yazdı
Initial revision only includes support for POSIX-style fork-and-exec.
-