- 29 May, 2011 7 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Charles-François Natali authored
underlying OS pipe buffer size.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
changeset: 70465:4f248dd34dd9 branch: 3.2 parent: 70463:7f2e3c466d57 user: Gregory P. Smith <greg@krypto.org> date: Sat May 28 09:06:02 2011 -0700 files: Lib/test/test_subprocess.py description: Fix ProcessTestCasePOSIXPurePython to test the module from import when changeset: 70466:2c91045d16a6 parent: 70464:2936e8f12e4f user: Gregory P. Smith <greg@krypto.org> date: Sat May 28 09:06:02 2011 -0700 files: Lib/test/test_subprocess.py description: Fix ProcessTestCasePOSIXPurePython to test the module from import when
-
- 28 May, 2011 12 commits
-
-
Gregory P. Smith authored
reference. (the difference between running test_subprocess.py directly rather than via regrtest.py)
-
Gregory P. Smith authored
Remove the pure Python POSIX subprocess implementation. If non-CPython VMs (are there any for 3.x yet?) were somehow depending on this, they already have the exact same set of problems with Python code being executed after os.fork() that _posixsubprocess was written to deal with. They should implement an equivalent outside of Python.
-
Gregory P. Smith authored
_posixsubprocess doesn't exist rather than simply stubbing it out after the fact. This adds coverage for the RuntimeWarning as well as using the pure python _create_pipe instead of using _posixsubprocess.cloexec_pipe unintentionally with the pure python code. Ironically: I don't think any platform should ever actually _use_ the pure Python subprocess code on POSIX platforms anymore. This at least tests it properly in this stable branch. The pure python code for this is likely to be removed in 3.3.
-
Gregory P. Smith authored
_posixsubprocess doesn't exist rather than simply stubbing it out after the fact. This adds coverage for the RuntimeWarning as well as using the pure python _create_pipe instead of using _posixsubprocess.cloexec_pipe unintentionally with the pure python code. Ironically: I don't think any platform should ever actually _use_ the pure Python subprocess code on POSIX platforms anymore. This at least tests it properly in this stable branch. The pure python code for this is likely to be removed in 3.3.
-
Ned Deily authored
ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does.
-
Ned Deily authored
ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does.
-
Ned Deily authored
Patch by Mher Movsisyan.
-
Ned Deily authored
Patch by Mher Movsisyan.
-
Ned Deily authored
Patch by Mher Movsisyan.
-
Ned Deily authored
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
-
Ned Deily authored
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
-
Ned Deily authored
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
-
- 27 May, 2011 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
open() function instead of using StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead." "It has not been approved !" wrote Marc-Andre Lemburg.
-
Victor Stinner authored
Warnings found by the Clang Static Analyzer." Most people prefer ++ at the end of functions.
-
Benjamin Peterson authored
This should reduce memory usage.
-
Benjamin Peterson authored
-
Nadeem Vawda authored
-
- 26 May, 2011 7 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Initial patch by Nir Aides.
-
Victor Stinner authored
StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead.
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-