- 29 Jun, 2011 7 commits
-
-
Raymond Hettinger authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
-
Ned Deily authored
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 authored
test_build_ext.
-
- 28 Jun, 2011 4 commits
-
-
Guido van Rossum authored
-
Ned Deily authored
test_build_ext of test_distutils is no longer silently skipped when run outside of a build directory.
-
Ned Deily authored
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 authored
on Mac OS X. (Patch by Ronald Oussoren)
-
- 27 Jun, 2011 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
A patch from Vincent Legoll.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 26 Jun, 2011 5 commits
-
-
Senthil Kumaran authored
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 authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
- 25 Jun, 2011 11 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Ross Lagerwall authored
Patch by Akira Kitada.
-
- 24 Jun, 2011 1 commit
-
-
R David Murray authored
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Jun, 2011 1 commit
-
-
R David Murray authored
-
- 20 Jun, 2011 4 commits
-
-
Victor Stinner authored
"#3067: locale.setlocale() accepts a Unicode locale."
-
Victor Stinner authored
processes if negative or null.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-