- 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.
-
- 17 Tem, 2004 9 kayıt (commit)
-
-
Tim Peters yazdı
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 yazdı
-
Hye-Shik Chang yazdı
hyphen and underscores in consistency of non-CJK aliases. (Spotted by Mike Brown at SF #969415)
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Hye-Shik Chang yazdı
(Submitted by Daniel Pezely)
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
The preceding case statement was missing a terminating "break" stmt, so fell into the new code by mistake. This caused uncaught out-of-bounds accesses to the "names" tuple, leading to a variety of insane behaviors.
-
Tim Peters yazdı
-
- 16 Tem, 2004 6 kayıt (commit)
-
-
Thomas Heller yazdı
If someone has other ideas for the numbering scheme, please change to something else (1.1.0 ?).
-
Jack Jansen yazdı
Fixes #775878.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
-
Jack Jansen yazdı
to unix-style).
-