- 01 Mar, 2001 7 kayıt (commit)
-
-
Tim Peters yazdı
-
Skip Montanaro yazdı
giving it a slight facelift
-
Skip Montanaro yazdı
-
Ka-Ping Yee yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
WeakValueDictionary.copy(), WeakKeyDictionary.copy(): Actually return the copy!
-
Ka-Ping Yee yazdı
Handle <... at 001B6378> like <... at 0x120f80> (%p is platform-dependent). Fix RCS version tag handling. Move __main__ behaviour into a function, pydoc.cli().
-
- 28 Şub, 2001 16 kayıt (commit)
-
-
Jeremy Hylton yazdı
Fix test_grammar so that it ignores warning about global stmt at module level in exec.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
moved).
-
Fred Drake yazdı
to the class namespace. Allow FTP.close() to be called more than once without tossing cookies. (This seems to be a fairly common idiom for .close() methods, so let's try to be consistent.)
-
Guido van Rossum yazdı
warn_explicit(message, category, filename, lineno, module, registry) The regular warn() call calculates a bunch of values and calls warn_explicit() with these. This will be used to issue better syntax warnings.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
header and central directory structures, and use them as appropriate. The point being to make it easier to tell what is getting pulled out where; magic numbers are evil! Change the computation of the ZipInfo.file_offset field to use the length of the relevant "extra" field -- there are two different ones, and the wrong one had been used. ;-( This closes SF tracker patch #403276, but more verbosely than the proposed patch.
-
Jeremy Hylton yazdı
seven are not tests in their own right; these files are mentioned in regrtest.
-
Tim Peters yazdı
-
Fred Drake yazdı
ZipFile.__del__() when there was an IOError opening the underlying file in ZipFile.__init__(). This is an odd test: since the exception is in the __del__() method, it is not propogated. This test will trigger it but regrtest.py does not detect the failure (not sure why); we are dependent on it actually being noticed by a user to get a new bug report if it ever fails. ;-( On the other hand, this makes sure that code gets exercised, so a failure could be noticed!
-
Fred Drake yazdı
there was an IOError opening the underlying file in ZipFile.__init__().
-
Jeremy Hylton yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 27 Şub, 2001 17 kayıt (commit)
-
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Fred Drake yazdı
module; that won't happen.
-
Fred Drake yazdı
based on the termios module. The only added "feature" is the deprecation warning it spits out.
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
building under Cygwin. Makes some fixes to the dlmodule in order to compile with Cygwin.
-
Jeremy Hylton yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
the Cygwin-specific compiler class. (According to Jason Tishler, cygwinccompiler needs some work to handle the differences in Cygwin- and MSVC-Python. Makefile and config files are currently ignored by cygwinccompiler, as it was written to support cygwin for extensions which are intended to be used with the standard MSVC built Python.)
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
non-existent variable :-). Reflow long lines.
-
Martin v. Löwis yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-