- 02 Şub, 2008 13 kayıt (commit)
-
-
Skip Montanaro yazdı
tests which are deemed more important issues, the second those which are known to have difficult to solve problems and are generally expected to leak. Hopefully this doesn't break the script...
-
Neal Norwitz yazdı
Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while.
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
with all other test files). Written for GHOP by Benjamin Peterson.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Written for GHOP by Martin Matejek.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Şub, 2008 16 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Marc-André Lemburg yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Jeffrey Yasskin yazdı
instances.
-
Jeffrey Yasskin yazdı
http://mail.python.org/pipermail/python-dev/2008-January/076626.html and issue 1965.
-
- 31 Ock, 2008 7 kayıt (commit)
-
-
Christian Heimes yazdı
-
Mark Dickinson yazdı
in the same code unit. The fix is essentially the same as the fix for a previous bug identifying 0. and -0.
-
Raymond Hettinger yazdı
-
Jeffrey Yasskin yazdı
this patch to py3k.
-
Jeffrey Yasskin yazdı
also noticed and fixed a bug in Rational's forward operators (they were claiming all instances of numbers.Rational instead of just the concrete types).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
answer if the input iterable had a duplicate element (two calls to toggle() reverse each other). Borrow the correct code from sets.py.
-
- 30 Ock, 2008 4 kayıt (commit)
-
-
Christian Heimes yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
-
Christian Heimes yazdı
-