- 19 Jul, 2004 5 commits
-
-
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 9 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
-
Hye-Shik Chang authored
(Submitted by Daniel Pezely)
-
Andrew M. Kuchling authored
-
Tim Peters authored
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 authored
-
- 16 Jul, 2004 1 commit
-
-
Thomas Heller authored
If someone has other ideas for the numbering scheme, please change to something else (1.1.0 ?).
-