- 21 Mar, 2003 13 commits
-
-
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 16 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
-
Neal Norwitz authored
Solaris (and probably other Unixes) when run without a terminal (eg, from cron or at).
-
- 19 Mar, 2003 2 commits
-
-
Jack Jansen authored
Just.
-
Gustavo Niemeyer authored
variables to store internal data. As a result, any atempts to use the unicode system with multiple active interpreters, or successive interpreter executions, would fail. Now that information is stored into members of the PyInterpreterState structure.
-
- 18 Mar, 2003 2 commits
-
-
Just van Rossum authored
-
Neal Norwitz authored
getlogin() can fail for too many reasons, so remove the test
-
- 17 Mar, 2003 7 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Raymond Hettinger authored
to more accurately describe what the function does. Suggested by Thomas Wouters.
-
Barry Warsaw authored
-
Barry Warsaw authored
no address there (perhaps because of invalid characters, it appends ('', '') to the result set. Closes mimelib SF bug # 697641.
-
Martin v. Löwis authored
the test file name can be encoded.
-
Jack Jansen authored
-