- 02 Tem, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
wasn't enabled at first.
-
Charles-François Natali yazdı
the garbage collector while the Heap lock is held.
-
- 01 Tem, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
with known OS bugs Share the list of platforms with known OS bugs with other tests. Patch written by Charles-François Natali.
-
- 29 Haz, 2011 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
-
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ı
test_build_ext.
-
- 28 Haz, 2011 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Ned Deily yazdı
test_build_ext of test_distutils is no longer silently skipped when run outside of a build directory.
-
Ned Deily yazdı
os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper)
-
Ned Deily yazdı
on Mac OS X. (Patch by Ronald Oussoren)
-
- 27 Haz, 2011 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
A patch from Vincent Legoll.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
- 26 Haz, 2011 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
- 25 Haz, 2011 11 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
-
Ross Lagerwall yazdı
Patch by Akira Kitada.
-
- 24 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
-