- 30 Mar, 2006 12 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Armin Rigo authored
This is from the SF tracker as well; for some reason the content of test_index.py was lost and an empty file was checked in instead.
-
Anthony Baxter authored
-
Anthony Baxter authored
Backed out an old patch from 2000.
-
Phillip J. Eby authored
-
Fred Drake authored
-
Fred Drake authored
- update the refcount information (late, but not a bad thing to do...) - clarify that PyGen_New() steals a reference
-
Phillip J. Eby authored
-
Phillip J. Eby authored
for setup.py "upload" command.
-
- 29 Mar, 2006 1 commit
-
-
Raymond Hettinger authored
Fix the hit and miss style of testing for sets and dicts.
-
- 28 Mar, 2006 25 commits
-
-
Tim Peters authored
interpolate PY_FORMAT_SIZE_T instead of #if'ing on MS_WIN64.
-
Armin Rigo authored
otherwise, test/test_ctypes.py fails. What about ctypes.macholib?
-
Armin Rigo authored
-
Georg Brandl authored
-
Armin Rigo authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
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 2 commits
-
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-