- 09 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 10 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 19 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Probably should be backported.
-
- 03 May, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 01 Şub, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 17 Ock, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Mar, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Ock, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
The _setfpucw() function/macro doesn't seem to exist any more; instead there's an _FPU_SETCW macro.
-
- 21 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
from the FreeBSD code.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Tem, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
handlers "return void", according to ANSI C. Removed the new Py_RETURN_FROM_SIGNAL_HANDLER macro. Left RETSIGTYPE in the config stuff, because it's not clear to me that others aren't relying on it (e.g., extension modules).
-
- 19 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 15 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
into 1.5a4.
-
- 01 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(1) Use PyErr_NewException("module.class", NULL, NULL) to create the exception object. (2) Remove all calls to Py_FatalError(); instead, return or ignore the errors -- the import code now checks PyErr_Occurred() after calling a module's init function, so it's no longer a fatal error for the initialization to fail. Also did some small cleanups, e.g. removed unnecessary test for "already initialized" from initfpectl(), and unified initposix()/initnt(). I haven't checked this very thoroughly, so while the changes are pretty trivial -- beware of untested code!
-
- 29 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Şub, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Two new modules fpectl and fpetest. Surround various and sundry f.p. operations with PyFPE_*_PROTECT macros.
-