- 28 May, 2011 6 commits
-
-
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
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)
-
- 27 May, 2011 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 May, 2011 3 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 May, 2011 8 commits
-
-
Stefan Krah authored
-
Victor Stinner authored
returns None.
-
Victor Stinner authored
-
Victor Stinner authored
an IOError if the file is closed.
-
Victor Stinner authored
the file is closed.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 24 May, 2011 15 commits
-
-
Victor Stinner authored
Tools/msi/msi.py
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
correctly references to "bogus variable" (e.g. "prefix=$/opt/python").
-
Victor Stinner authored
each call to their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Victor Stinner authored
their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
- 23 May, 2011 4 commits
-
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-