- 28 Jun, 2011 2 commits
-
-
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.
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 26 Jun, 2011 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 25 Jun, 2011 12 commits
-
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Ross Lagerwall authored
Patch by Akira Kitada.
-
- 24 Jun, 2011 2 commits
-
-
R David Murray authored
Patch by Francisco Martín Brugué.
-
R David Murray authored
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Jun, 2011 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Locks are implemented using a mutex and a condition variable of the pthread library on FreeBSD6. POSIX condition variables cannot be interrupted by signals (see pthread_cond_wait manual page).
-
- 22 Jun, 2011 2 commits
-
-
Victor Stinner authored
Cannot test an empty environment on Windows: Windows requires at least the SYSTEMROOT environment variable to start Python.
-
Victor Stinner authored
Mac OS X adds __CF_USER_TEXT_ENCODING variable to an empty environment. Fix also the test on the Py_ENABLE_SHARED config varible: test that the variable is present, don't check it's value.
-
- 21 Jun, 2011 5 commits
-
-
Victor Stinner authored
Try also to get more informations about the Mac OS X failure: display the keys of the environment, instead of just the number of variables.
-
Victor Stinner authored
variables, start with an empty environment.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 20 Jun, 2011 3 commits
-
-
Victor Stinner authored
processes if negative or null.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-