- 20 Apr, 2010 5 commits
-
-
Ronald Oussoren authored
variable and should fix issue #8095.
-
Ronald Oussoren authored
to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets.
-
Stefan Krah authored
loaded machines. 2) Even with the increased timeout, the OS does not guarantee that a process will get a certain amount of virtual time in 60s, so the failure is changed to a diagnostic.
-
Senthil Kumaran authored
-
Ronald Oussoren authored
ensure we have a clean build environment (OSX installer)
-
- 19 Apr, 2010 4 commits
-
-
Giampaolo Rodolà authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Antoine Pitrou authored
error handler from the new IO library.
-
- 18 Apr, 2010 9 commits
-
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Ronald Oussoren authored
to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484.
-
Ronald Oussoren authored
the right version of Tcl/Tk is available (on OSX) Fixes issue #5651
-
Ronald Oussoren authored
-
Giampaolo Rodolà authored
-
Antoine Pitrou authored
-
Victor Stinner authored
* Popen() avoids ugly shell escape: target.replace('"', '\\"') * Use proc.communicate() instead of f.stdout.read() * Get output from stdout by splitting with ": " instead of splitting by spaces to support filename with spaces
-
- 17 Apr, 2010 7 commits
-
-
Martin v. Löwis authored
-
R. David Murray authored
This is presumably related to issue 3864, and appears to be due to a platform bug on freebsd6.
-
Martin v. Löwis authored
-
Antoine Pitrou authored
available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.
-
R. David Murray authored
-
Senthil Kumaran authored
-
R. David Murray authored
Two itimer tests and an interprocess signal test fail on FreeBSD 6 if any test that starts a thread runs before test_signal. Since FreeBSD7 does not show this behavior, the bug is most likely a platform bug, so this patch just skips the failing tests on freebsd6.
-
- 16 Apr, 2010 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
- 15 Apr, 2010 3 commits
-
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Brian Curtin authored
Rather than depending on some sleep value, start up an interpreter as a subprocess and communicate with it. Because subprocess pipes can't be read from until EOF and I want to read from them before that, use ctypes to peek by using PeekNamedPipe. Once the subprocess has written the message, then it is ready to roll and accept signals. After that, kill it.
-
- 14 Apr, 2010 5 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#5250: document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable.
-
Georg Brandl authored
-