- 14 Mar, 2011 22 commits
-
-
Jesus Cea authored
-
Reid Kleckner authored
-
Ronald Oussoren authored
-
Reid Kleckner authored
-
Reid Kleckner authored
If the timeout expires before the subprocess exits, the wait method and the communicate method will raise a subprocess.TimeoutExpired exception. When used with communicate, it is possible to catch the exception, kill the process, and retry the communicate and receive any output written to stdout or stderr.
-
Eric V. Smith authored
-
Ronald Oussoren authored
using GCC 4.0.
-
Ronald Oussoren authored
-
Eric V. Smith authored
-
Ronald Oussoren authored
Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Patch by Evan Dandrea.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Some non-compliant MUAs use '.'s, so by the Postel Principle we should accept them. Patch by Thomas Herve.
-
- 13 Mar, 2011 16 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
non-semaphore implementation of locks is used under POSIX.
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 12 Mar, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-