- 21 Mar, 2003 25 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
Jack Jansen authored
passed to RawBitMap.
-
Jack Jansen authored
dependencies all over the place, but this is better than nothing, for now.
-
Jack Jansen authored
overriding the creator signature.
-
Jack Jansen authored
line. 90% of the work is done, missing enums still cause a dialog to appear.
-
Guido van Rossum authored
an iterator (which can only be used once!).
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9.
-
Jack Jansen authored
-
Just van Rossum authored
-
Just van Rossum authored
frameworks to the bundle.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
obviously overlaps w/ datetime (but may -- no time for more here now).
-
Tim Peters authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Otherwise, the 2 devices seem to work the same for allocating a pseudo-tty.
-
Neal Norwitz authored
Currently, test_pty hangs on AIX & HPUX if run after test_openpty.
-
Tim Peters authored
-
Guido van Rossum authored
fail in a non-debug build. Only print this in verbose test mode.
-
Neal Norwitz authored
-
- 20 Mar, 2003 15 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Fred Drake authored
explained the construction of a [(key, value), ...] list as an alternative - note that support for cmpfunc=None was added in 2.3
-
Just van Rossum authored
except to avoid getpath.c giving unsollicited advice on stderr.
-
Tim Peters authored
refactoring to get all the duplicates of this delicate code out of the cPickle and struct modules.
-
Tim Peters authored
pack_float, pack_double, save_float: All the routines for creating IEEE-format packed representations of floats and doubles simply ignored that rounding can (in rare cases) propagate out of a long string of 1 bits. At worst, the end-off carry can (by mistake) interfere with the exponent value, and then unpacking yields a result wrong by a factor of 2. In less severe cases, it can end up losing more low-order bits than intended, or fail to catch overflow *caused* by rounding. Bugfix candidate, but I already backported this to 2.2. In 2.3, this code remains in severe need of refactoring.
-
Fred Drake authored
- use a TeX "tie" to prevent word-wrapping in "section x.y"-like text
-
Skip Montanaro authored
-
Fred Drake authored
they're actually mentioned there - remove some extraneous paragraph separations - \versionadded --> \versionchanged in one place
-