- 21 Apr, 2010 2 commits
-
-
Martin v. Löwis authored
-
Ronald Oussoren authored
-
- 20 Apr, 2010 12 commits
-
-
Victor Stinner authored
-
Tarek Ziadé authored
-
Ronald Oussoren authored
to a change in the company name for Apple.
-
Senthil Kumaran authored
-
Matthias Klose authored
-
Ezio Melotti authored
-
Brian Curtin authored
-
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 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-