- 27 Mar, 2002 8 commits
-
-
Neil Schemenauer authored
management bug. Also, move some duplicated code into the new_weakref fucntion.
-
Skip Montanaro authored
closes bug 534495
-
Neal Norwitz authored
sys.exit() now requires 0-1 arguments. Previously 2+ arguments were allowed.
-
Martin v. Löwis authored
2.2.2 candiate.
-
Steven M. Gava authored
recent files menu
-
Andrew M. Kuchling authored
-
Steven M. Gava authored
user defined help items
-
Steven M. Gava authored
in PyShell.py that was causing extreme headaches in working on EditorWindow.py
-
- 26 Mar, 2002 16 commits
-
-
Fred Drake authored
-
Neil Schemenauer authored
-
Barry Warsaw authored
better local_hostname default. According to RFC 2821, it is recommended that the fqdn hostname be provided in the EHLO/HELO verb and if that can't be calculated, to use a domain literal. The rationale for this change is documented in SF patch #497736 which also had privacy concerns about leaking the fqdn in the EHLO/HELO. We decided this wasn't a big concern because no user data is leaked, and the IP will always be leaked. The local_hostname argument is provided for those clients that are super paranoid. Using localhost.localdomain may break some strict smtp servers so we decided against using it as the default.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Just van Rossum authored
LDEF in Python). If at all possible, this should go into 2.2.1.
-
Skip Montanaro authored
-
Guido van Rossum authored
Don't die when issubclass(t, TypeType) fails. Bugfix candidate (but I think it's too late for 2.2.1).
-
- 25 Mar, 2002 16 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Skip Montanaro authored
-
Skip Montanaro authored
readline and get rid of string exception fallback when showing syntax errors. see bug 411881
-
Skip Montanaro authored
see bug 411881
-
Skip Montanaro authored
see bug 411881
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Fred Drake authored
This closes SF bug #520904. Explain that many of the escapes supported by string literals are also supported by the RE compiler, and list which ones. This closes SF bug #529923.
-
Tim Peters authored
-
Walter Dörwald authored
methods in dict-proxy objects.
-
Walter Dörwald authored
dict-proxy objects. Add real docstrings to all methods.
-
Fred Drake authored
-
Jack Jansen authored
-
Jack Jansen authored
Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-( The workaround is to force socket.makefile() to disable buffering for binary files. Fixes bug 534625. 2.2.1 candidate.
-
Neal Norwitz authored
Fix whitespace on a line also.
-