- 24 Tem, 2001 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Thomas Wouters yazdı
snprintf.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Remove declaration of h_errno, since it is supposedly declared in netdb.h. Changes proposed by itojun.
-
- 23 Tem, 2001 20 kayıt (commit)
-
-
Fred Drake yazdı
and include an example where the MULTILINE flag makes a real difference. This closes SF bug #441600.
-
Fred Drake yazdı
-
Fred Drake yazdı
"less". Patch contributed by Alex Convertry. This closes SF patch #443551.
-
Fred Drake yazdı
and relax the type of the argument list from tuple to sequence.
-
Fred Drake yazdı
This closes SF patch #443788.
-
Fred Drake yazdı
This is part of SF patch #442788.
-
Fred Drake yazdı
Slightly re-word discussion of SystemExit and fork(). This is part of SF patch #443788.
-
Fred Drake yazdı
This is part of SF patch #443788.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
and PYTHONPATH).
-
Fred Drake yazdı
-
Fred Drake yazdı
Heavily modified so this doesn't break on Windows. This closes SF patch #441175.
-
Moshe Zadka yazdı
fault in sys.displayhook. Please check this in on the 2.2a1 branch (or whatever is necessary to get it working next release)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
exception in the execution of bar, ensure that foo.bar exists. (Previously, while sys.modules['foo.bar'] would exist, foo.bar would only be created upon successful execution of bar. This is inconvenient; some would say wrong. :-)
-
Tim Peters yazdı
Note: This test fails on Windows. Don't know why yet.
-
Martin v. Löwis yazdı
whether h_errno is a macro.
-
Fred Drake yazdı
This closes SF patch #440291.
-
Fred Drake yazdı
This closes SF patch #440290.
-
Martin v. Löwis yazdı
-
- 21 Tem, 2001 10 kayıt (commit)
-
-
Tim Peters yazdı
extensions -- but Inno uninstall doesn't restore previous ones (if any), so that's another step backwards.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
New functions getnameinfo, getaddrinfo. New exceptions socket.gaierror, socket.herror. Various new constants, in particular AF_INET6 and error codes and parameters for getaddrinfo. AF_INET6 support in setipaddr, makesockaddr, getsockaddr, getsockaddrlen, gethost_common, PySocket_gethostbyaddr.
-
Fred Drake yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Martin v. Löwis yazdı
inet_pton/ntop, convert htons argument to u_short.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
+ test_quopri.py relied on significant trailing spaces. Fixed. + test_dircache.py (still) doesn't work on Windows (directory mtime on Windows doesn't work like it does on Unix).
-
- 20 Tem, 2001 5 kayıt (commit)
-
-
Fred Drake yazdı
Added information on the return values of PyArg_ParseTuple() and PyArg_ParseTupleAndKeywords().
-
Fred Drake yazdı
Moved the PyArg_Parse*(), Py_BuildValue() functions to the Utilities chapter, added a minimal description and reference to the Extending manual for Py_BuildValue().
-
Fred Drake yazdı
-
Fred Drake yazdı
is complete: recompute _dirs_in_sys_path each time these functions are entered after module initialization is complete, and reset before returning to user code. This closes SF patch #442983.
-
Andrew M. Kuchling yazdı
distutils.util.get_platform() problems caused by the cruft contained in Cygwin's uname -s.
-