- 19 Jul, 2004 10 commits
-
-
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 25 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 *".
-
Tim Peters authored
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.
-
- 17 Jul, 2004 5 commits
-
-
Tim Peters authored
actually run. When it fails, it pops up a dialog box, and the test run hangs waiting for you to click OK -- that sucks too much to bear.
-
Raymond Hettinger authored
-
Hye-Shik Chang authored
hyphen and underscores in consistency of non-CJK aliases. (Spotted by Mike Brown at SF #969415)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-