- 03 Feb, 2008 2 commits
-
-
Brett Cannon authored
-
Georg Brandl authored
test_socketserver failures on several platforms.
-
- 02 Feb, 2008 14 commits
-
-
Georg Brandl authored
-
Skip Montanaro authored
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 authored
Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while.
-
Mark Dickinson authored
-
Georg Brandl authored
with all other test files). Written for GHOP by Benjamin Peterson.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Written for GHOP by Martin Matejek.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Feb, 2008 16 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Marc-André Lemburg authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Jeffrey Yasskin authored
instances.
-
Jeffrey Yasskin authored
http://mail.python.org/pipermail/python-dev/2008-January/076626.html and issue 1965.
-
- 31 Jan, 2008 7 commits
-
-
Christian Heimes authored
-
Mark Dickinson authored
in the same code unit. The fix is essentially the same as the fix for a previous bug identifying 0. and -0.
-
Raymond Hettinger authored
-
Jeffrey Yasskin authored
this patch to py3k.
-
Jeffrey Yasskin authored
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 authored
-
Raymond Hettinger authored
answer if the input iterable had a duplicate element (two calls to toggle() reverse each other). Borrow the correct code from sets.py.
-
- 30 Jan, 2008 1 commit
-
-
Christian Heimes authored
-