- 25 Mar, 2002 20 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
readline and get rid of string exception fallback when showing syntax errors. see bug 411881
-
Skip Montanaro yazdı
see bug 411881
-
Skip Montanaro yazdı
see bug 411881
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
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 yazdı
-
Walter Dörwald yazdı
methods in dict-proxy objects.
-
Walter Dörwald yazdı
dict-proxy objects. Add real docstrings to all methods.
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
Fix whitespace on a line also.
-
Walter Dörwald yazdı
-
Tim Peters yazdı
'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 yazdı
ever do, they can damn well #define _POSIX_THREADS their own damn selves.
-
Barry Warsaw yazdı
-
Jack Jansen yazdı
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 20 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Jack Jansen yazdı
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 yazdı
slash on strings like "http://www.python.org/ is good".
-
Jack Jansen yazdı
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 yazdı
-
Neil Schemenauer yazdı
TemporaryFile. This flag causes the fd to be closed on exec().
-
Skip Montanaro yazdı
see bug 411881
-
Tim Peters yazdı
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 yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
that can be raised - do_help won't be called if arg is not a string
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
as the fully qualified local hostname.
-
Neil Schemenauer yazdı
This in inside the test so it really doesn't matter much. Closes SF patch 497097.
-
Neil Schemenauer yazdı
Closes SF patch 494871.
-
Neil Schemenauer yazdı
Clarify the docstring for get_history_length. Closes SF patch 494066.
-
Tim Peters yazdı
Assorted: bump the serial number via a trivial new bumpserialno() function. The point is to give a single place to set a breakpoint when waiting for a specific serial number.
-