- 20 Tem, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
Fixed to keep backwards-compatibility for the undocumented function. Closes bug #986795.
-
Hye-Shik Chang yazdı
-
- 19 Tem, 2004 13 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Neil Schemenauer yazdı
__oct__, and __hex__. Raise TypeError if an invalid type is returned. Note that PyNumber_Int and PyNumber_Long can still return ints or longs. Fixes SF bug #966618.
-
Neil Schemenauer yazdı
Fixes SF bug #990307.
-
Thomas Heller yazdı
change as well. Recompiled binaries after this change.
-
Thomas Heller yazdı
change as well. Display an additional message box when a mismatch is detected.
-
Thomas Heller yazdı
change as well. Add a comment explaining this.
-
Hye-Shik Chang yazdı
isn't available. (Spotted by Raymond Hettinger)
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
- 18 Tem, 2004 25 kayıt (commit)
-
-
Tim Peters yazdı
another hack remains in test___all__.py, but the problem that one addresses is more general than *just* FCNTL, so leaving it alone.
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
to fail when running with -O. Changed to raise AssertionError instead.
-
Tim Peters yazdı
this, but I'm sure it wasn't locked intentionally.
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
And unifdef(1) compatibility blocks.
-
Hye-Shik Chang yazdı
text again. Sorry.
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
yet.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
indentation -- it could never have been run, under any version of Python.
-
Tim Peters yazdı
14 input files needed to run all of them).
-
Tim Peters yazdı
and width clearly don't need to be signed.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
to extern. It's not legal C to say static whatever[]; because the size isn't given. Presumably this is a gcc extension.
-
Tim Peters yazdı
on Windows, because of non-standard code in cjkcodes.h, but it's *almost* there.
-
Hye-Shik Chang yazdı
and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004.
-
Tim Peters yazdı
that pyclbr doesn't need to special-case modules that do "from types import *".
-
Tim Peters yazdı
causing test_pyclbr to fail on all other platforms. Added that routine to the urllib "ignore" list. Removed the special case for "g" in the pickle module. types.py deletes "g" from its namespace; maybe it didn't always. Whatever, the special case isn't needed today.
-