- 21 Mar, 2003 7 kayıt (commit)
-
-
Tim Peters yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Otherwise, the 2 devices seem to work the same for allocating a pseudo-tty.
-
Neal Norwitz yazdı
Currently, test_pty hangs on AIX & HPUX if run after test_openpty.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
fail in a non-debug build. Only print this in verbose test mode.
-
Neal Norwitz yazdı
-
- 20 Mar, 2003 16 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Fred Drake yazdı
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 yazdı
except to avoid getpath.c giving unsollicited advice on stderr.
-
Tim Peters yazdı
refactoring to get all the duplicates of this delicate code out of the cPickle and struct modules.
-
Tim Peters yazdı
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 yazdı
- use a TeX "tie" to prevent word-wrapping in "section x.y"-like text
-
Skip Montanaro yazdı
-
Fred Drake yazdı
they're actually mentioned there - remove some extraneous paragraph separations - \versionadded --> \versionchanged in one place
-
Neal Norwitz yazdı
Solaris (and probably other Unixes) when run without a terminal (eg, from cron or at).
-
- 19 Mar, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
Just.
-
Gustavo Niemeyer yazdı
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 kayıt (commit)
-
-
Just van Rossum yazdı
-
Neal Norwitz yazdı
getlogin() can fail for too many reasons, so remove the test
-
- 17 Mar, 2003 13 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
to more accurately describe what the function does. Suggested by Thomas Wouters.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
no address there (perhaps because of invalid characters, it appends ('', '') to the result set. Closes mimelib SF bug # 697641.
-
Martin v. Löwis yazdı
the test file name can be encoded.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
for specific platforms. Use this to add plat-mac and plat-mac/lib-scriptpackages on MacOSX. Also tested for not having adverse effects on Linux, and I think this code isn't used on Windows anyway. Fixes #661521.
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
invalid, rather than returning a string of random garbage of the estimated result length. Closes SF patch #703471 by Hye-Shik Chang. Will backport to 2.2-maint (consider it done.)
-
Jack Jansen yazdı
popen2.Popen4() makes it work. Fixes #702180.
-
Raymond Hettinger yazdı
Factors out the common case of returning self.
-
Raymond Hettinger yazdı
Factors out the common case of returning self.
-