- 20 Nis, 2010 4 kayıt (commit)
-
-
Ronald Oussoren yazdı
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 yazdı
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 yazdı
-
Ronald Oussoren yazdı
ensure we have a clean build environment (OSX installer)
-
- 19 Nis, 2010 4 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Antoine Pitrou yazdı
error handler from the new IO library.
-
- 18 Nis, 2010 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Ronald Oussoren yazdı
to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484.
-
Ronald Oussoren yazdı
the right version of Tcl/Tk is available (on OSX) Fixes issue #5651
-
Ronald Oussoren yazdı
-
Giampaolo Rodolà yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
* 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 Nis, 2010 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
R. David Murray yazdı
This is presumably related to issue 3864, and appears to be due to a platform bug on freebsd6.
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.
-
R. David Murray yazdı
-
Senthil Kumaran yazdı
-
R. David Murray yazdı
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 Nis, 2010 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
-
- 15 Nis, 2010 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Brian Curtin yazdı
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 Nis, 2010 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#5250: document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-