- 26 Jul, 2001 1 commit
-
-
Martin v. Löwis authored
-
- 25 Jul, 2001 7 commits
-
-
Guido van Rossum authored
Code by Evan Simpson.
-
Greg Ward authored
to the current Python interpreter (ie. the one used for building/installation), even (especially!) if "/usr/bin/env" appears in the #! line. Rationale: installing scripts with "#!/usr/bin/env python" is asking for trouble, because 1) it might pick the wrong interpreter (not the one used to build/install the script) 2) it doesn't work on all platforms (try it on IRIX 5, or on Linux with command-line options for python) 3) "env" might not be in /usr/bin
-
Greg Ward authored
do it back in copy_file() (not at module level).
-
Skip Montanaro authored
-
Marc-André Lemburg authored
wide builds.
-
Martin v. Löwis authored
and fixes bug #438786.
-
Martin v. Löwis authored
-
- 24 Jul, 2001 8 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
-
Fred Drake authored
manuals for more information. This is being added to make it easier to find the documentation for the distutils code.
-
Fred Drake authored
-
Jack Jansen authored
-
Thomas Wouters authored
snprintf.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Remove declaration of h_errno, since it is supposedly declared in netdb.h. Changes proposed by itojun.
-
- 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 4 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
-