- 23 Jul, 2001 20 commits
-
-
Fred Drake authored
and include an example where the MULTILINE flag makes a real difference. This closes SF bug #441600.
-
Fred Drake authored
-
Fred Drake authored
"less". Patch contributed by Alex Convertry. This closes SF patch #443551.
-
Fred Drake authored
and relax the type of the argument list from tuple to sequence.
-
Fred Drake authored
This closes SF patch #443788.
-
Fred Drake authored
This is part of SF patch #442788.
-
Fred Drake authored
Slightly re-word discussion of SystemExit and fork(). This is part of SF patch #443788.
-
Fred Drake authored
This is part of SF patch #443788.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
and PYTHONPATH).
-
Fred Drake authored
-
Fred Drake authored
Heavily modified so this doesn't break on Windows. This closes SF patch #441175.
-
Moshe Zadka authored
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 authored
-
Guido van Rossum authored
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 authored
Note: This test fails on Windows. Don't know why yet.
-
Martin v. Löwis authored
whether h_errno is a macro.
-
Fred Drake authored
This closes SF patch #440291.
-
Fred Drake authored
This closes SF patch #440290.
-
Martin v. Löwis authored
-
- 21 Jul, 2001 10 commits
-
-
Tim Peters authored
extensions -- but Inno uninstall doesn't restore previous ones (if any), so that's another step backwards.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
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 authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Martin v. Löwis authored
inet_pton/ntop, convert htons argument to u_short.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
+ 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 Jul, 2001 10 commits
-
-
Fred Drake authored
Added information on the return values of PyArg_ParseTuple() and PyArg_ParseTupleAndKeywords().
-
Fred Drake authored
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 authored
-
Fred Drake authored
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 authored
distutils.util.get_platform() problems caused by the cruft contained in Cygwin's uname -s.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Move computation of sets of characters out of the body of the function that uses them.
-
Fred Drake authored
Work-around a font-lock bogosity.
-
Fred Drake authored
Remove unused import.
-