- 20 Jul, 2004 3 commits
-
-
Martin v. Löwis authored
-
Brett Cannon authored
Fixed to keep backwards-compatibility for the undocumented function. Closes bug #986795.
-
Hye-Shik Chang authored
-
- 19 Jul, 2004 13 commits
-
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Neil Schemenauer authored
__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 authored
Fixes SF bug #990307.
-
Thomas Heller authored
change as well. Recompiled binaries after this change.
-
Thomas Heller authored
change as well. Display an additional message box when a mismatch is detected.
-
Thomas Heller authored
change as well. Add a comment explaining this.
-
Hye-Shik Chang authored
isn't available. (Spotted by Raymond Hettinger)
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Neal Norwitz authored
-
- 18 Jul, 2004 24 commits
-
-
Tim Peters authored
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 authored
-
Tim Peters authored
to fail when running with -O. Changed to raise AssertionError instead.
-
Tim Peters authored
this, but I'm sure it wasn't locked intentionally.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
And unifdef(1) compatibility blocks.
-
Hye-Shik Chang authored
text again. Sorry.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
yet.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
indentation -- it could never have been run, under any version of Python.
-
Tim Peters authored
14 input files needed to run all of them).
-
Tim Peters authored
and width clearly don't need to be signed.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
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 authored
on Windows, because of non-standard code in cjkcodes.h, but it's *almost* there.
-
Hye-Shik Chang authored
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 authored
that pyclbr doesn't need to special-case modules that do "from types import *".
-