- 26 Mar, 2002 6 commits
-
-
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 21 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.
-
Walter Dörwald authored
-
Tim Peters authored
'94, demonstrating a thread bug that was later repaired via Python growing an internal import lock. It's of no current interest, and the now-std test_threaded_import.py is pretty much the same test.
-
Tim Peters authored
ever do, they can damn well #define _POSIX_THREADS their own damn selves.
-
Barry Warsaw authored
-
Jack Jansen authored
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate.
-
- 24 Mar, 2002 13 commits
-
-
Neil Schemenauer authored
-
Jack Jansen authored
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
-
Neil Schemenauer authored
slash on strings like "http://www.python.org/ is good".
-
Jack Jansen authored
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
TemporaryFile. This flag causes the fd to be closed on exec().
-
Skip Montanaro authored
see bug 411881
-
Tim Peters authored
This fixes the symptom, but PRINT_ITEM has no way to know what (if anything) PyFile_WriteObject() writes unless the object being printed is a string. When the object isn't a string, this fix retains the guess that softspace should be set after PyFile_WriteObject(). We might want to say that it's the job of filelike-object write methods to leave the file's softspace in the correct state. That would probably be better -- but everyone relies on PRINT_ITEM to guess for them now.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-