- 28 Mar, 2006 18 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
with title().
-
Thomas Heller authored
-
Georg Brandl authored
This was discovered by test_email failing with -Qnew.
-
Georg Brandl authored
-
Georg Brandl authored
Makes test_xdrlib pass.
-
Georg Brandl authored
-
Thomas Wouters authored
itertools.tee->instance->attribute->itertools.tee and itertools.tee->teedataobject->itertools.tee cycles, which can be found now that itertools.tee and its teedataobject participate in GC, remain findable and cleanable. The test won't fail when they aren't, but at least the frequent hunt-refleaks runs would spot the rise in refleaks.
-
Thomas Wouters authored
doesn't get cleaned up and thus leaks.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Tim Peters authored
so it passes w/ -Qnew.
-
Tim Peters authored
with or without -Qnew.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-
- 27 Mar, 2006 22 commits
-
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-
Georg Brandl authored
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-
Thomas Wouters authored
alone does not solve the leak in test_generators, unfortunately, but it is part of test_generators' problem and it does solve other cycles.
-
Phillip J. Eby authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
-
Anthony Baxter authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
-
Neal Norwitz authored
def foo((x)): was getting recognized as requiring tuple unpacking which is not correct. Add tests for this case and the proper way to unpack a tuple of one: def foo((x,)): test_inpsect was incorrect before. I'm not sure why it was passing, but that has been corrected with a test for both functions above. This means the test (and therefore inspect.getargspec()) are broken in 2.4.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
changes.
-
Walter Dörwald authored
the name of the two new C functions.
-