- 15 Ock, 1997 1 kayıt (commit)
-
-
Jack Jansen yazdı
stead of standard Py_Initialize(), which it calls).
-
- 14 Ock, 1997 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
- Quieted gcc -Wall by removing unused local variables. - Added some choice parentheses around assignments in conditional tests. - Removed an unused (and seemingly unreachable) err label in load_short_binstring(). - in Unpickler_load(), removed \. in string format. - init_stuff() was declared to return an int, but had these problems: - it was returning NULL instead of 0 or 1 in some cases - it was falling of the end of the routine without returning anything - the call of init_stuff() in initcPickle() was never checking the return value anyway. I changed all this by returning 1 in the case of errors, 0 when no error occurred. Then in initcPickle(), if init_stuff() returns non-zero, I call Py_FatalError(). Suppressing my urge to reformat according to Python coding standards! :-)
-
Barry Warsaw yazdı
Suppressing my urge to reformat according to Python coding standards! :-)
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
raise ConversionError, msg where `msg' is passed as the argument to the constructor.
-
Guido van Rossum yazdı
machines, the string may get longer than 20 characters!
-
- 13 Ock, 1997 12 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
in the distribution.
-
Barry Warsaw yazdı
Don't assume gethostbyaddr()'s primary hostname is the same as gethostname(), or even that gethostname() can be found in the list of hosts returned by gethostbyaddr(). We do test for at least one FQDN in gethostbyaddr().
-
- 12 Ock, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 11 Ock, 1997 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(as well as unbuffered stdout/stderr).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
how to find it using gethostbyaddr().
-
- 10 Ock, 1997 6 kayıt (commit)
-
-
Barry Warsaw yazdı
a test for this module though (it does compile at least on Solaris 2.5)
-
Fred Drake yazdı
access to the expected size of a transfer when available.
-
Guido van Rossum yazdı
does not receive a minus sign.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
different include files)
-